Summary

Have a message that needs to “stick?" Sticky Note is a pop up that doesn’t feel like a pop up – displaying a text-only message at the top right corner of your page which can be rate-limited to prevent readers from seeing it too often.

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!

Inputs
Default
Description
Message
Check this out!
Message Text
Color
Background color (CSS hex color)
Font Size
32px
Message font size
Width
250px
Width of the sticky note
Height
250px
Minimum height of the sticky note
Destination URL
http://google.com
Where the user should be taken when they click the sticky ad
New Window?
False
Should the destination, if specified, open in a new window?
Top Position
20px
Sticky location from top of page (px or%)
Right Position
20px
Sticky location from right side of page (px or%)
Cap
[empty]
Set to 0 to show constantly. The number of times the sticky note should show per 'Display Period'
Display Period
86400
Default is 1 day. The number of seconds that should pass before the note is displayed to the user again

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="95710"]

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="95710"></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/95710.js?sa=1&"
        + (window.broadstreet ? 'init=0' : '')
        + (destination.indexOf('CLICK_URL_ESC') >= 0
        ? '' : '&destination=' + destination);
    bjs.parentNode.insertBefore(js, bjs);
    }(document, 'script'));</script>