Adding Google Adsense in Blogger Below Post Titles, Add Your Adsense Inside Post Right Side, Left Side & Center
01. Open your blogger dashboard >> Template.
02. Backup your current blogger template.
03. Click on Edit HTML button.
04. Press Ctrl+F and search for <data:post.body/>. (आपको यह दो जगह मिलेगा आपको दुसरे वाले पे अपना काम करना है )You might find this code more than one time but, you’ve to work with the second one.
05. Now, place the below code just above <data:post.body/> अब आप इसके ऊपर अपना कोड पेस्ट कर दे.
The ads won’t appear if you use that code directly. To use this code within the blogger (xHTML) template, you need to parse it first. "अगर आप उस कोड का उपयोग सीधे विज्ञापन दिखाई नहीं देगा। ब्लॉगर (एक्सएचटीएमएल) टेम्पलेट के भीतर इस कोड का उपयोग करने के लिए, आप पहली बार इसे parse करने की जरूरत है।" Use this HTML Parse Tool to change special characters into their corresponding HTML entities. उनके इसी HTML निकायों में विशेष वर्ण बदलने के लिए इस HTML parse उपकरण का उपयोग करें।
Click Heare HTML Parse Tool http://html-to-xml-parser.blogspot.com/
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 336x280 1 -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-5944408423380343"
data-ad-slot="4873839515"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
बदलने के बाद में ऐसा दिखाई देगा
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 336x280 1 -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-5944408423380343"
data-ad-slot="4873839515"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
अब ऊपर में बनाया कोड आपको निचे दिए गये कोड your adsense code goes here के जगह पेस्ट करना होगा. अब आप अपनी पोस्ट में ऐड को जहाँ पर दिखाना चाहते हो बदल भी सकते हो उसके लिए आपको "बोल्ड लाल" Right लिखा हुआ है वहां पर आप बदलकर Center या Left कर सकते है.
<b:if cond='data:blog.pageType == "item"'>
<div style="float:Right;">
your adsense code goes here </div>
</b:if>
01. Open your blogger dashboard >> Template.
02. Backup your current blogger template.
03. Click on Edit HTML button.
04. Press Ctrl+F and search for <data:post.body/>. (आपको यह दो जगह मिलेगा आपको दुसरे वाले पे अपना काम करना है )You might find this code more than one time but, you’ve to work with the second one.
05. Now, place the below code just above <data:post.body/> अब आप इसके ऊपर अपना कोड पेस्ट कर दे.
The ads won’t appear if you use that code directly. To use this code within the blogger (xHTML) template, you need to parse it first. "अगर आप उस कोड का उपयोग सीधे विज्ञापन दिखाई नहीं देगा। ब्लॉगर (एक्सएचटीएमएल) टेम्पलेट के भीतर इस कोड का उपयोग करने के लिए, आप पहली बार इसे parse करने की जरूरत है।" Use this HTML Parse Tool to change special characters into their corresponding HTML entities. उनके इसी HTML निकायों में विशेष वर्ण बदलने के लिए इस HTML parse उपकरण का उपयोग करें।
Click Heare HTML Parse Tool http://html-to-xml-parser.blogspot.com/
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 336x280 1 -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-5944408423380343"
data-ad-slot="4873839515"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
बदलने के बाद में ऐसा दिखाई देगा
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 336x280 1 -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-5944408423380343"
data-ad-slot="4873839515"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
अब ऊपर में बनाया कोड आपको निचे दिए गये कोड your adsense code goes here के जगह पेस्ट करना होगा. अब आप अपनी पोस्ट में ऐड को जहाँ पर दिखाना चाहते हो बदल भी सकते हो उसके लिए आपको "बोल्ड लाल" Right लिखा हुआ है वहां पर आप बदलकर Center या Left कर सकते है.
<b:if cond='data:blog.pageType == "item"'>
<div style="float:Right;">
your adsense code goes here </div>
</b:if>
क्या आपको हमारा किया जा रहा प्रयास अच्छा लगा तो जरूर बताइए.