Skip to content Skip to sidebar Skip to footer

Fancybox + Bursting Pipe Ad

We're using Fancybox to throw up essentially an interstitial ad. The page loads, then Fancybox loads over it, and displays our ad content. For most ad content we've put up, this ha

Solution 1:

For those that may need it in the future, you do need an iframe, as @Pointy suggested; here's the template for the iframe portion:

<iframesrc="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=<VALUE_OF_C>&pli=<PLI_ID>&PluID=0&w=300&h=250&ord=[timestamp]&ifrm=2&ucm=true&z=0"width=300height=250marginwidth=0marginheight=0hspace=0vspace=0frameborder=0scrolling=nobordercolor="#000000"><scriptsrc="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=<VALUE_OF_C>&pli=<PLI_ID>&PluID=0&w=300&h=250&ord=[timestamp]&ucm=true&z=0"></script><noscript><ahref="http://bs.serving-sys.com/BurstingPipe/BannerRedirect.asp?FlightID=<PLI_ID>&Page=&PluID=0&Pos=5500"target="_blank"><imgsrc="http://bs.serving-sys.com/BurstingPipe/BannerSource.asp?FlightID=1825049&Page=&PluID=0&Pos=5500"border=0width=300height=250></a></noscript></iframe>

Please note that essentially, the only difference for the iframe is that the src attribute has an ifrm=2 value included in the querystring. Everything else should be the same.

Post a Comment for "Fancybox + Bursting Pipe Ad"