Articles
Disabling Products
Disabling products via config To disable products on certain pages or areas of the site, a disabledProducts object can be added when declaring the freestar.config object. The default values are false ( not disabled ) for all products: The ...
Google Multiplex Ad
Google Multiplex Ad Google has a new ad that is a content recommendation widget you can add to your site. The widget is responsive to all formats and provides layouts automatically based on the width of the element containing the unit. When addin...
Outstream Video
Outstream Video In order for the publisher to add a video with this option they will need to use javascript to invoke the newVideo method, passing in a valid placement: freestar.queue.push(function() {
freestar.newVideo("placement...
Pushdown
Pushdown Adding an On Call Pushdown In order for the publisher to add a pushdown with this option they will need to use javascript to invoke the newPushdown method, passing in a valid placement: freestar.queue.push(function() {
free...
Sidewalls
Sidewalls Adding an On Call Sidewall In order for the publisher to add a sidewall with this option they will need to use javascript to invoke the newSidewall method, passing in a valid placement: freestar.queue.push(function() {
frees...
Sticky Footer
Sticky Footer Adding an On Call Sticky Footer In order for the publisher to add a sticky footer with this option they will need to use JavaScript to invoke the newStickyfooter method: freestar.queue.push(function() {
freestar.newStick...
Stand Alone Video Player
Stand Alone Video Player The SpringServe Stand Alone Player is an on-demand player that will place the video player within a predefined and created div provided by a publisher. If there is a successful video fetched and played, the video wil...
Sticky Ads
Sticky Ads Making an ad unit stick to the page Typically this method is used for ads in a side rail that you want to stick to the top of the containing element as a user scrolls. For the most part, this CSS should work, however, there are a few ...