I cant get google adsense ads to work on my website (http://www.leaguefreak.com), which uses PHP-Fusion software. I dont know how do to all the technical stuff, someone else set the site up for me, I just add ALL of the content. Im sure its very easy for my Clutchfans (I tell everyone this web site is the greatest fountain of knowledge on Earth!). I've looked at the adsense help section but it doesnt help me at all. Anything thats mentioned just hasnt worked. People keep telling me I wont get much money from adsense but I get no money now anyway so it works out well! Anyway I'd really apriciate any help.
I don't see your site when I click on the link. I can take a look and see what's going on with it if you give me the information. If anyone tells you that you can't make money with adsense then they don't know what they are talking about. If you have the traffic it's like easy money. Of course certain ads will bring more money than others per click but you will make money if you have the traffic. I do online marketing and one of the things I implemented a long time ago and optimized was adsense on our high traffic pages. That alone has brought in up to $15,000 in extra money and we are a small fish in the adsense game.
www.leaguefreak.com . (his link has an ending " )/" attached). What exactly is the problem you're trying to solve with the AdSense ads? Is it knowing what code to add to your page... ? Is it adding the code that is not working? Is it that you added the code, but the adds don't appear? "Throw me a frikkin' bone here." - name that movie (difficulty: easy)
Austin Powers.... Shoot.... International Man of Mystery (or was it The Spy Who Shagged Me)? I know it's Dr. Evil.
Hehehehe Basically the ads just don't show up on my web site. I tried to put one at the bottom of the site where the disclaimer is and it didnt work. I also putting them on the individual pages and they didn't show up there either. I've tried it with automatic line breaks off (A feature with PHP Fusion) and that didnt work. Any help would be great!
I tried that but I found that why updating the site I tended to get distracted and nothing actually ended up on the site.
Can you put your "code" here with "code" tags? OMIT your AdSense number. We don't know WHERE you want it or HOW you want it (that's what SHE said), so we can't really help you much unless we're seeing the site internally.
Agreed. Actually, we would need to know where you are putting it too. Is the code on your index.php page? Or is it in your default.tpl files? Where exactly did you "paste" it? I'm no expert, but I fiddle until I can make things work.
no_answer, he wants to put it in the bottom. <- there's your answer. Is this it: Code: google_ad_client = "blablablah"; /* 728x90, created 3/25/08 */ google_ad_slot = "blahblah"; google_ad_width = 728; google_ad_height = 90; // ?? Show us the code BEFORE and AFTER (note how I took out the client codes and wrote blahblahblah) . Either your HTML-editing program takes the AdSense code out, or you're just not adding it right. I know DreamWeaver should leave it alone. You should REALLY change that "king of the internet" line right about now, mate!
Ok here we go. This is the code I have made today to start over again and get this sorted: Code: <script type="text/javascript"><!-- google_ad_client = "thatswhatshesaid"; /* 728x90, created 5/23/08 */ google_ad_slot = "thatswhatshesaid"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> Now with my site, I dont use any programs to update it. I log into the site, add the content into forms on the side, and save them and they automatically go up. Where Ive added this code is in the "Site Footer". I access it by going through a menu Admin Panel - System Admin - Main Settings From there OI get the page where I can update things via a form such as Site name, Site URL and obviously, the Site Footer which is where the disclaimer is. The code above is currently compied and pasted into that site footer. Does that help? I seriously dont know the workings of the site, I just add the content like I said.
Im really good at this stuff.... Code: google_ad_client = "blah"; /* 728x90, created 5/23/08 */ google_ad_slot = "blah"; google_ad_width = 728; google_ad_height = 90; // Is that what you need to see?
I would imagine it won't work just adding the code to the footer in the admin. It's basically for text and links. You will probably have to manually add the code to the index page.
Is there a reason why you want to put it in the Footer? Wouldn't it be more visible if it was in a panel on the Right where the Shoutbox responses, Users Online, Login, Poll etc are at? Have you tried something like this? PHP-Fusion and Adsense
Not familiar with PHP-FUSION but is it a content management style program? If it is then you have to most likely use different methods to get adsense to work. Like Joomla and Wordpress use their own plugins to get adsense to work in their coding system.