The main problem Faced by bloggers is to manage their adds, specially the new ones, In wordpress We can manage it witrh the help of PHP scripts but in blogger its bit hard, So we are here with a Way to place your adsense , adbrite adds side by side above your blog post
General Syntax to place adsense , adbrite adds side by side
<table border=0>
<tr>
<td> Adsense Code 1 </td>
<td> Adsense Code 2 </td>
</tr>
</table>
Example Code
Next, integrate your Adsense Code within the table. It will looks like this and the integration;
<table border=0><tr>
<td>%MINIFYHTMLfd186644ae4d1e50fb5683f30108d69b22%google_ad_client = "pub-1111111111111111";
/* 300×250, created 11/24/10 */
google_ad_slot = "3819744061";
google_ad_width = 300;
google_ad_height = 250;
//–>
</script>%MINIFYHTMLfd186644ae4d1e50fb5683f30108d69b23%src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td><td>
<script type="text/javascript"><!–
google_ad_client = "pub-111111111111111111";
/* 300×250, created 10/24/10 */
google_ad_slot = "3149257488";
google_ad_width = 300;
google_ad_height = 250;
//–>
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td></tr></table>
For Wordpress
Now to insert these codes above your blog post content, follow these steps;
* Login to your WordPress Dashboard
* Go to “Appearance” area, expand it, and click “Editor”
* Locate the “single.php” file by the right and click it
* Then locate the code below:
<div class="entry">
* Paste the integrated codes (the Two Google Adsense codes plus the HTML table tags above) right under the code above.
* Click “Update File” button
* The side-by-side two 300×250 Google AdSense for Contents have been integrated perfectly right above blog post contents.
For Blogger
Just you need to create a html/javascript aidget and place the code along with the adsense code in it
Thats it
Do comment about your Opinion and any other methods you know
Post a Comment