To embed the Interest on War Debt counter on your website,
blog, etc, follow these simple instructions:
1) Add the following javascript to your page:
<script src="https://www.nationalpriorities.org/cost-of/interest-war-debt-2001/js/"></script>
Add the following code wherever you want the counter to show up:
<div id="npp-widget-interest-war-debt-2001" class="npp-widget"></div>
NOTE: This doesn't need to be a <div>. Use whatever tag you need.
A Note About Style
We've intentionally left out any styles for this embeddable counter, instead leaving it up to you to provide
styles consistent with the look of your site. To aid in that process, here's the HTML markup that will be
generated from the embed code:
<div id="npp-widget-interest-war-debt-2001" class="npp-widget">
<h3 class="npp-widget-title">
Interest on War Debt
</h3>
<p class="npp-widget-summary">
Every <span> hr(s)</span>,
taxpayers in <span></span>
are paying <span>$###</span>
for <span>Interest on War Debt</span>.
</p>
<p id="npp-widget-interest-war-debt-2001-total" class="npp-widget-total">
$###,###,###
</p>
<p class="npp-widget-meta">
See more counters at
<a href="http://www.nationalpriorities.org/cost-of/"
title="Brought to you by the National Priorities Project">
https://www.nationalpriorities.org/cost-of/
</a>
</p>
</div>
×