Today I just want to talk a little about adding ads and placement etc. There are many things to consider and there are often many things overlooked so I thought it would be a great topic. I am going to talk basics about adding to a php site.
I guess we should start at the top so we shall start with the header. The header is a great place to have ads because it is sitewide usually. That means what ever you ad will be seen everywhere on your site. That is a good thing. Using absolute positioning is a very easy way to add your adsense. I am not going to get into a tutorial about absolute positioning but here is an example. This would display your code in the top right corner.<p style="position:absolute;top:27px;right:18px">
Once you figure out what kind of ad and where you will have to consider colors. I often choose to blend in my borders and backround which gives the ads a clean look. It also seems to give them a more integrated look. It depends on the look of the site etc. In some cases you may want the ads to stand out more instead of blending in.
A great tip to help your ads get more action is to add images. Place some relevant images either below or above your ads and it will help your ads get noticed.
When working with php you will want to use a template for your ads instead of just throwing the code in. Here is basic instruction on how to do so…
This example would be for a php link directory site.
First create a template. We will call it googads.tpl— Place your ad sense into the template along with how ever you wish to code it… images, etc..
Go to the template where you would like to place your ads and just throw this code in. {include file=”googads.tpl”} That is it!
If you find that you are getting either ads that are irrelevant to your site or possibly even no ads it means that your site is not supplying enough content. You always want your ads on content rich sites and pages. It takes time sometimes too when you first ad the adsense code. Just be patient.
If you have any tips on ad placement or anything related to ads please post here. This blog is very new and I am trying to add content to get some discussions going but it is driving me crazy talking to myself. If you read this please respond.
Thanks
Now, regarding some of my own work. I have had many problems with my site www.talkandmore.net and recently it has really died down. It just has not been the same ever since it was hacked and brought down. It doesn’t help that I don’t have much time to spend on it.
I finally figured out what I am going to do though regarding the style issue. When I first started the site I had a style called Surge. It was a premium style I bought and modified. I guess I just got tired of the look and since that style I have tried many, many others. The truth is that now I kind of miss that style! What I liked about the newer styles was the fact that they had side bars. I know a sidebar isn’t really that hard to install so that is what I am going to do!
Basically I am going to take the old style and modify it. I am going to add a side area among other things. I am also going to try and change the forums back to the way they were also. It will have the best of the old and new….
Thanks for reading!!
Check out the site and let me know what you think
Stay strong and live long
Rich

Recent Comments