Google adds on site

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

    Google adds on site

    How can i add the google adds on my site

    i have ths one code but never ussed google adds before

    Code:
    <form action="http://chat.waplive.co.za" id="cse-search-box">  <div>    <input type="hidden" name="cx" value="partner-pub-6357510279999201:x2c05y-gkqq" />    <input type="hidden" name="cof" value="FORID:10" />    <input type="hidden" name="ie" value="UTF-8" />    <input type="text" name="q" size="31" />    <input type="submit" name="sa" value="Search" />  </div></form><script type="text/javascript" src="http://www.google.co.za/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>
    or
    Code:
    <div id="cse-search-results"></div><script type="text/javascript">  var googleSearchIframeName = "cse-search-results";  var googleSearchFormName = "cse-search-box";  var googleSearchFrameWidth = 800;  var googleSearchDomain = "www.google.co.za";  var googleSearchPath = "/cse";</script><script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
    ________________
    Jacques
    jacques@gw-designs.co.za
    http://coding.biz.tm
    Come join and lets make it a place to learn all the noobies how to code
    __________________

    NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

    #2
    Have you registered with google adsense first ?
    The first code looks like custom searchbox, second looks like a javascript
    For custom searchbox you will have to work upon integrating it.
    For javascript i dont know much, I dont venture much in that area
    tinyurl.com/earnbymobile
    Easy earning for Indians
    ---------------------
    Alternative mobile advertising network .. Minimum 100 USD pay / NET15 pay cycle, Good Brand, Best targeting for Android
    goo.gl/6vub3

    Comment


      #3
      ive registered last night with google adsens
      ________________
      Jacques
      jacques@gw-designs.co.za
      http://coding.biz.tm
      Come join and lets make it a place to learn all the noobies how to code
      __________________

      NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

      Comment


        #4
        Originally posted by riderz View Post
        ive registered last night with google adsens

        Within a week of your application date, we'll review your application and follow-up with you via email. Once you are approved to join AdSense, you'll be able to log in to your account and get started.
        they will activate your acc within week.
        Nous Ne Dansos Pas, Nous Sommes Le Danse.!

        Comment


          #5
          Originally posted by Vayne View Post
          they will activate your acc within week.
          Yes Vayne is right, you need to wait til they verify your site, they rejected mine coz they were unable to verify the owner. Your code should work just convert it into php if you are using php scripting.
          tinyurl.com/earnbymobile
          Easy earning for Indians
          ---------------------
          Alternative mobile advertising network .. Minimum 100 USD pay / NET15 pay cycle, Good Brand, Best targeting for Android
          goo.gl/6vub3

          Comment

          Working...
          X