Type Here to Get Search Results !

कैसे ब्लॉगर में पोस्ट के बीच में ऐडसेंस विज्ञापन दिखाए

कैसे ब्लॉगर में पोस्ट के बीच में ऐडसेंस विज्ञापन दिखाए
How to Show AdSense Ads in Blogger Posts 



सबसे पहले आप निचे दी गयी वेबसाइट पर जाकर अपने adsense कोड को Parse करें ---
Parse HTML Free ---
http://freehtmlparser.blogspot.in/2013/07/parse-html-free.html

http://www.blogcrowds.com/resources/parse_html.php

Go to "Template" > "Edit HTML"
Once the HTML loads successfully, click inside it
Press CTRL F on your keyboard & "find" box as seen below
and find this code "<data:post.body/>"



If you find <data:post.body/> (यह कोड आपको एक या एक से अधिक मिल सकते है आप दुसरे या तीसरे कोड के ऊपर में पेस्ट करना ) more than once in

your template, paste your Adsense code above the 1st, 2nd and 3rd <data:post.body/> if you want

your ad to be displayed
.


<data:post.body/> इस कोड के ऊपर में आपको निचे दिए गए स्टेप के तहत कोड लगाना है और आपना ब्लॉग को ओपन करके देखें की लगा है या नहीं यदि नहीं लगा तो दुसरे

<data:post.body/> के ऊपर लगा के देखे परन्तु पहले वाले में लगाया गया हटाना है आपको|


Left (बायीं तरफ लगाये)
<b:if cond='data:blog.pageType == &quot;item&quot;'><div style=”float:left; margin:10px;”>Paste

Your Parsed Adsense Code Here</div></b:if>

Center (बीच में लगायें)
<b:if cond='data:blog.pageType == &quot;item&quot;'><div align="center">Paste Your Parsed Adsense

Code Here</div></b:if>

Right (दायं तरफ लगाये)
<b:if cond='data:blog.pageType == "item"'><div style="float:right;">Paste Your Parsed Adsense

Code Here </div></b:if>

Anywhare (कहीं भी)
<b:if cond='data:blog.pageType == &quot;item&quot;'>PLACE_YOUR_PARSE_ADSENSE_CODE_HERE</b:if>






उदाहरण:-
<b:if cond='data:blog.pageType == &quot;item&quot;'><div align="center">&lt;script async 

src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;!-- 300 X 250 --&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:inline-block;width:300px;height:250px&quot;
     data-ad-client=&quot;ca-pub-5944408423380343&quot;
     data-ad-slot=&quot;9433306710&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
(adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;</div></b:if>

एक टिप्पणी भेजें

0 टिप्पणियाँ
* Please Don't Spam Here. All the Comments are Reviewed by Admin.