How To FIX RECTANGLE ADSENSE AD Below Post Title In LEFT Or RIGHT
Hello blogger, getting excited by adsense approved? Adsense niche is placing adsense ads in your blog only will make good income. You have to place ads in suitable place. Do you know that post ads only get good revenue. But if you add adsense code directly on your template. It will not be appear. You have to use Adsense code converter. Even you place your converted code below to blog post title, it will not be fitted to your post content. Here I added a tutorial to add adsense ad to your blog post with alignment either left or right. Remaining portion covered by your post content. So it looks very professional. Let me explain how you can be done it in simple steps. Follow my words below.
Let See How To Add Google Adsense Ads Below The Post Title
Step 1: First of all go to your Google Adsense account and Click on My Ads. Select +New Ad Unitto create new ad for your website. Choose any of the ad size which one you want to add below the post title on your website. For full page website choose ad type of leader board.
Step 2: Now you need to convert that ad code using Adsense Code Converter Tool.
The converted code will be look like below code.
<script type="text/javascript"> <!-- google_ad_client = "ca-pub-************"; /* ************** */ google_ad_slot = "**********"; google_ad_width = 300; google_ad_height = 250; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
Step 3: Copy the converted code and paste that in Notepad.
To place your ad at left side in blog post use below code
Step 4: Go to Blogger dashboard and Select the Template option and Click on the Edit HTMLbutton to extract your blogger template.
Step 5: Search for <data:post.body/> by using Ctrl+F and paste your encoded ad code below to it.
To place your ad at left side in blog post use below code
<b:if cond='data:blog.pageType == "item"'><div style='float:left; margin-right:10px'>YOUR CONVERTED ADSENSE CODE HERE</div></b:if>
To place your ad at right side in blog post use below code
<b:if cond='data:blog.pageType == "item"'><div style='float:Right; margin-left:10px'>YOUR CONVERTED ADSENSE CODE HERE</div></b:if>
Finally, Click on the Save template button.
Share this post if you like this.. Comment here to Share Your Experience with us.. If you encounter any problem, feel free and comment below to get solution instantly.