The money earn by Google Adsense directly dependent upon the placement of ad. Ad's place on main part of the blog means around your blog article, generates more money in relative to other parts. There was no method to be seen which allow blogger user to place ad in between the post. Finally, I got the way to display Google Adsense ad between the blog post. So lets increase our revenue.
In order to display Adsense ad in all the post, you have to add ad code in all the post which will be hesitating to you if your blog have large number of post. Due to this reason I will share this tutorial again which uses JavaScript to display Adsense ad in all the post automatically.
How To Display Adsense Ad Between The Post:-
- Get the copy of Adsense ad code that you want to display.
- Encode that code through Adsense code encoder then it will look like this
<script type="text/javascript"><!--
google_ad_client = "ca-pub-0816410872891802";
google_ad_host = "pub-1556223355139109";
/* Post_upper */
google_ad_slot = "8660306256";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
It simply convert all special characters in the JavaScript into HTML entities mean it converts complex HTML characters into plain text to make it usable in template and comment section.- < changes to <
- > changes to &get;
- "" changes to "
- '' changes to '
- & changes to &
- In post editor, click Edit / HTML.
- And paste the encoded text in between the content where you want to display Ad.
Please Note:-
If your blog shows Adsense ad code instead of showing of Adsense ad then there is no need to encode your Adsense code and paste the original ad code to get the desired result.In order to display Adsense ad in all the post, you have to add ad code in all the post which will be hesitating to you if your blog have large number of post. Due to this reason I will share this tutorial again which uses JavaScript to display Adsense ad in all the post automatically.
0 comments:
Post a Comment