Summary

Designed to sit in the middle of content, like an article. Why? Because sidebar ads get pushed out of view, and this ad won't. In fact, the reader will have to look at it. Looks great on desktop and adjusts to fit mobile nicely. Good for big advertisers and promoting content.

Ad Preview

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
Image
Default Default Value
Description The image for the ad
Image Width
Default 40
Description The width of the image as a percentage of the total ad's width
Width
Default 600px
Description The width of the ad (it will shrink to fit mobile devices)
Height
Default 200
Description The height of the ad, in pixels
Text
Default Beautiful lakeside home in Mountain Lakes. $425k. Call 973-555-1902 for details.
Description The text inside of the ad (HTML allowed)
Text Color
Default white
Description A CSS hex value or basic color name for the text
Text Size
Default 20
Description The size of the text, in pixels
Background Color
Default #03a9f4 (more on color values here)
Description A CSS hex value or basic color name for the background of the ad

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

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