Adsense in facbook apps - help needed

Discussion in 'PHP' started by kp_mastermind, Apr 3, 2009.

  1. #1
    How to integrate adsense in facebook apps FBML without using iframe?
     
    kp_mastermind, Apr 3, 2009 IP
  2. The Article Person

    The Article Person Peon

    Messages:
    283
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hey, just follow these steps.

    1. Sign up for a Google Account and Adsense,

    2. Copy the following code into Notepad:

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

    <title>Google Adsense</title>

    <base target="_parent">

    </head>

    <body>

    <!--insert Google Adsense Code Here-->

    </body>

    </html>


    3. With the Adsense code from Google paste it into notepad where the code above indicates and save it as "adsense.htm" and upload it to your server.

    4. Now paste the code underneath into wherever you need to put the adsense code. Replacing "/documents/adsense.htm" with the location of the adsense.htm file. Also change the height and width of the Code if needed.


    Code:

    <CENTER>
    <fb:iframe src='/documents/adsense.htm' style='border:0px;' width='800' height='100' scrolling='no' frameborder='0'/>
    </CENTER>


    Well that's the way i do.:)
     
    The Article Person, Apr 3, 2009 IP
  3. kp_mastermind

    kp_mastermind Active Member

    Messages:
    885
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Its an iFrame and as per adsense TOS its not allowed at all.you may get banned
     
    kp_mastermind, Apr 3, 2009 IP