Hey guys, I run a software company and one of my programs is called Canto Pod. It is a Widget for Mac OSX. Anyway, the first page the user sees is a home page when they load Canto Pod. Heres how that looks. Where the "Your ad here" appears is where I want my adsense code to appear. However, I cant get it to display. Here is the location of the website that the widget calls and displays: http://www.staylazy.net/canto/online/x/feed.php (you must view source, wont display in a browser..) I think because of the way the page is set up (as a dummy xml/rss feed) I cant get the feed to display. However, if I create an iFrame and link to a php file with my adsense code in it, it does display, but from my understanding, I cant do this without breaking the TOS. Any help on getting my code to appear would be great. I get about 10,000 views in 3 days so I would love to have my adsense in there.
You need xml parser to replace "<" ">" characters , also check http://keystonewebsites.com/articles/adsense.php
What exactly do you mean by this? Should the actual .php file be replacing all "<" and ">" characters on the page? Wouldn't that break the rest of my code? Or do you mean in the actual program it self I tried using the methods described in this article but it did not work. I appreciate your help so far.