Summary
A classic thermometer / gauge for indicating how much money has been raised for a fundraiser.
Setup / Inputs
These are the fields / inputs taken to generate this ad. In general, inputs are not required. That said, these inputs are how you customize the ad!
-
Top Logo / Image (Optional): Logo image that will appear above the thermometer
Default value:
[empty] -
Logo Width: The width of the logo, in px or %
Default value:
60% -
Goal Amount: Goal amount, like $20,000
Default value:
$20,000 -
Current Amount: Amount currently raised, like $15,000
Default value:
$15,000 -
Description Below Thermometer: Text to be displayed below the thermometer
Default value:
This is some description text that might describe the purpose of your fundraiser. -
Destination: Destination url for when the ad is clicked
Default value:
[empty] -
Width: Width of the ad container, like 300px
Default value:
300px -
Thermometer Height: Height of the thermometer — not the ad in general, like 200px
Default value:
200px -
Mercury Color: Color of the 'mercury' of the thermometer
Default value:
red
Embed An Example In Your Media Kit
Customers who wish to embed the example on some "Media Kit" page on their website can do so in one of two ways:
-
Option 1: If you have Wordpress and the Broadstreet plugin, you can use this shortcode anywhere in any post to render the example.
[broadstreet ad="114980"]
-
Option 2: If you do not have Wordpress, or choose not install the Broadstreet plugin, you can embed this javascript code snippet into your post:
<div street-address="114980"></div><script> (function(d, s) { // CLICK MACRO AND CONFIGURATION SECTION var destination = '%%CLICK_URL_ESC%%'; // DO NOT EDIT BELOW THIS LINE var js, bjs = d.getElementsByTagName(s)[0]; js = d.createElement(s); js.async = true; js.src = "//ad.broadstreetads.com/display/114980.js?sa=1&" + (window.broadstreet ? 'init=0' : '') + (destination.indexOf('CLICK_URL_ESC') >= 0 ? '' : '&destination=' + destination); bjs.parentNode.insertBefore(js, bjs); }(document, 'script'));</script>