Smaato Multiple Ads

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Smaato Multiple Ads

    Hi,
    Currently I am showing Smaaato single ad per page. I want to show two ads per page one at top and othe at bottom. Can any one guide me how to multiple ad and what I have to change in smaato ad code.
    Thanks in advance.

    #2
    Originally posted by amp View Post
    Hi,
    Currently I am showing Smaaato single ad per page. I want to show two ads per page one at top and othe at bottom. Can any one guide me how to multiple ad and what I have to change in smaato ad code.
    Thanks in advance.
    no need to change it, do it the same way to show the second ad like you do for the first ad.
    Advertise your mobile site for FREE with AdTwirl

    Comment


      #3
      try below code where you want to show second / third ads.

      PHP Code:
      echo file_get_contents($soma_urlfalse$context); 

      Comment


        #4
        Smaato Multiple Ads

        use this code and just replace your ids there.


        and use

        echo file_get_contents($soma_url, false, $context);


        for showing multiple ads on page
        Attached Files

        Comment

        Working...
        X