Monday, July 26, 2010

MiniAds' Content can now be syndicated

We are happy to announce the latest changes.
Now it is possible to include MiniAds content on your site.

Here is how


    <script src='http://cdn.miniads.ca/site/share/widget/widget.min.js'></script>

    <script type='text/javascript'>
    //<![CDATA[
    try {
        var w = new MiniAds.Widget({
          city_id: 'stcatharines', // Use ID: 3 or Link: stcatharines (no spaces)
          limit: 5,    // max 25 
          width: '400px', // greater than 0
          height: '350px', // greater than 0
          layout: 'list', // possible values: table or list, default: table
          domain: 'yourdomain.com' }).render();
    } catch (err) {
        //alert(err.description);
    }
    //]]>
    </script>



Here is the result

0 comments:

Post a Comment