UNPKG

safeframe

Version:

SafeFrame provides a consistent JS API to include 3rd party content

79 lines (72 loc) 3.19 kB
<!DOCTYPE html> <html lang="en"> <head> <title>SafeFrame Testing for Creative</title> <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" /> <style type="text/css"> </style> </head> <body> <nav> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="http://safeframes.net" >Examples Home</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li ><a href="https://sourceforge.net/p/safeframes/wiki/Home/" title="SafeFrame Reference Implementation">SafeFrame Project</a></li> <li><a target="_blank" href="http://www.iab.net/media/file/SafeFramesSpec.pdf">SafeFrame Specification <sub>(PDF)</sub></a></li> <li><a target="_blank" href="http://www.iab.net/safeframe">IAB</a></li> <li><a href="https://sourceforge.net/projects/safeframes/files/latest/download?source=files">Download</a></li> </ul> </div><!--/.navbar-collapse --> </div> </div> </nav> <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> <div class="container"> <h1>SafeFrame Examples</h1> <p> This site provides tools and examples to aid you in adopting SafeFrame for secure advertisement delivery. Use the Creative Test Tool to test your ads for rendering compliance. </p> <p><a href="./creative_test.html" class="btn btn-primary btn-lg" role="button">Creative Test Tool &raquo;</a></p> </div> </div> <div class="container"> <div class="row"> <div class="col-md-4"> <h2>IAB Rising Stars Samples</h2> <p> These samples show the IAB Rising Stars implemented inside SafeFrame. </p> <p><a class="btn btn-default" href="IAB_RisingStars/index.html" role="button">View examples &raquo;</a></p> </div> <div class="col-md-4"> <h2>Creative Test Tool</h2> <p> The Creative Test Tool allows you to paste HTML or Javascript from your creative and test its rendering inside a SafeFrame. There are several example ads showing usage of different features of SafeFrame. The tool will also generate the publisher SafeFrame tags or Javascript to deliver your ad. </p> <p><a class="btn btn-default" href="./creative_test.html" role="button">Go to the Test Tool &raquo;</a></p> </div> <div class="col-md-4"> <!-- <h2></h2> <p></p> <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p> --> </div> </div> <script type='text/javascript' src='http://safeframes.net/google_analytics_sfnet.js' ></script> </body> </html>