Anleitung: Da Javascript in eigenen Facebook-Applications nicht erlaubt ist, lassen sich auf den ersten Blick keine Anzeigen, z.b. mit Google Adsense einblenden.
Der Trick ist, den Adsense-Code in eine eigene HTML-Datei auszulagern, und diese per iFrame in die Application zu integrieren (mehr zu iframes). Facebook erlaubt aber keine echten iframes, der code ist also folgender:
Code: [Auswählen]
<fb:iframe src="ad.html" width="150 height="310" name="user" style="border:0px;height:310px;">
How-To / Tutorial: Javascript is not allowed directly in own Facebook Applications, but it can be implemented into an extra html-file and loaded into an iframe. With this trick it is possible to even load Google Adsense ads directly into a Facebook App. Copy the Adsense (or any other) ad code and paste it into a new, blank html-file, which is then included as an iframe. You have to use the special facebook iframe code to display the iframe:
Code: [Auswählen]
<fb:iframe src="ad.html" width="150 height="310" name="user" style="border:0px;height:310px;">
Beispiel / Example:
http://apps.facebook.com/computerhilfen-user/