Harrenmedia Slider Ad

This document provides a simple and straightforward description of how to work in the repository (developers), and how the app works. There are some details to bear in mind about the project and what it's expected from the same. If any piece of code that may cause any problem is found, the same should be reported.

If you are encouraged to fix it, please submit a pull request with the changes.


Project Repository (Developers Only)

Installation

Add these javascript tags <script type="text/javascript"></script> before closing the body tag </body> into your html file:

<script type="text/javascript" src="http://ad.static1.harrenmedia.com/libs/slider/1.1.0/slider.min.js"></script>
<script type="text/javascript">
    withJquery(function() {
        $(function() {
            $("body").sliderAd(
                '<iframe FRAMEBORDER="0" SCROLLING="no" MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0" LEFTMARGIN="0" width=300 height=250 src="//34.teracreative.com/WhiteLabelBidRequestHandlerServlet?oid=34&width=300&height=250&pubid=104208&tagid=637458&pstn=ENTER_PLACEMENT_ID_HERE&noaop=1&revmod=INSERT_CONTENT_TYPE&encoded=1&cb=INSERT_CACHEBUSTER&keywords=INSERT_COMMA_SEPARATED_KEYWORDS&cirf=INSERT_ENCODED_REFERER"></iframe>'
            );
        });
    });
</script>

Note:

This ad gets just one value, and that value is an iframe tag, just take a look at the example above.