Création des Logiciels de gestion d'Entreprise, Création et référencement des sites web, Réseaux et Maintenance, Conception




Création des Logiciels de gestion d'Entreprise, Création et référencement des sites web, Réseaux et Maintenance, Conception




Publishers are the lifeblood of the Internet, and we’re committed to helping you grow your businesses. Last year alone, we shared $6.5 billion with our AdSense publishers. We also invest immense amounts of time and millions of dollars in systems (including sophisticated algorithms and human reviews) that keep<b:includable id='adsblogger' var='posts'>
<div style='clear:both'/>
<div style = 'background: # FFF; padding: 10px 0; text-align: center; line-height : 0 '>
Code Ads
<b:if cond='data:blog.pageType == "item"'><b:include cards data='post' name='post'/>
<b:include data='post' name='adsblogger'/>
</ b: if>
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:post.isFirstPost == "true"'>
<b: include data = 'post' name = 'adsblogger' />
</ b: if>
</ b: if>
Posts following will guide the you how to insert quảng cáo code củaGoogle Adsensevào Blogger , how is and apply with a number of quảng cáo khác like Adnet.vn, Bidvertiser ...Google Adsense is the most popular ad network on the planet. A lot of Blogger users also use it. It's an endless discussion where to place these ads on your blog for maximum exposure. The best ad places are around the header or above the posts or below the post titles. You can easily add adsense in your sidebar as a gadget. But Blogger doesn't allows us to directly place the ads below post titles. The ads below post titles have proven to be one of the most successful money making positions.<data:post.body/> you'll see some code like this:<div class='post-body entry-content'>Paste the converted ad code just before the above code. The result would look something like this:
<data:post.body/>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
Code AdsClick the PREVIEW button to see the result. Thought you might not see ads below post titles instantly because sometimes Adsense ads take some time to display.
<div class='post-body entry-content'>
<data:post.body/>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
<b:if cond='data:blog.pageType == "item"'>
Code Ads
</b:if>
<b:if cond='data:blog.pageType == "item"'> <p class='ads'> Adsense code converter </p> </b:if>2 / Insert into the bottom of each post In Design - Edit HTML - Click Expand Widget Templates Find the line (Ctrl + F): the same code <div class='post-body entry-content'> <p> <data:post.body/> </ p> <div style='clear: both;'/> </ div>
Inserted just below it the following code: <b:if cond='data:blog.pageType == "item"'> <p class='ads'> Adsense code converter </p> </b:if>3 / time advertising to the left of each post In Design - Edit HTML - Click Expand Widget Templates Find the line (Ctrl + F): <div class='post-header-line-1'/>
Insert to just below it the following code: <b:if cond='data:blog.pageType == "item"'> <p class='ads' style='float:left'> Adsense code converter </p> </b:if>4 / The right of each ad post In Design - Edit HTML - Click Expand Widget Templates Find the line (Ctrl + F): <div class='post-header-line-1'/> Insert to just below it the following code:
<b:if cond='data:blog.pageType == "item"'> <p class='ads' style='float:right'> Adsense code converter </p> </b:if>Source: http://blogger.lambanghieu.net and http://www.betatemplates.com2013, By: Seo Master
This was a query that I got over email and I when I saw her implement it on her blog, it looked cool and I thought this might be useful for others as well. This won’t look that great with Blogger’s Label Cloud. So this trick is only for those who use the list view in the Label Gadget. To do this, you will have to modify your Label Gadget with some custom code. You will have to add a small code snippet for each label of yours.<b:widget id='Label1' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div expr:class='"widget-content " + data:display + "-label-widget-content"'>
<b:if cond='data:display == "list"'>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<span expr:dir='data:blog.languageDirection'><data:label.name/></span>
<b:else/>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
</b:if>
<b:if cond='data:showFreqNumbers'>
<span dir='ltr'>(<data:label.count/>)</span>
</b:if>
<!-- Label Description Start -->
<b:if cond='data:label.name == "firstlabelname"'>
<span class="labeldesc"> - This is a label1 desc</span>
</b:if>
<b:if cond='data:label.name == "secondlabelname"'>
<span class="labeldesc"> - This is label2 desc</span>
</b:if>
<b:if cond='data:label.name == "thirdlabelname"'>
<span class="labeldesc"> - This is label3 desc</span>
</b:if>
<!-- Label Description End-->
</li>
</b:loop>
</ul>
<b:else/>
<b:loop values='data:labels' var='label'>
<span expr:class='"label-size label-size-" + data:label.cssSize'>
<b:if cond='data:blog.url == data:label.url'>
<span expr:dir='data:blog.languageDirection'><data:label.name/></span>
<b:else/>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
</b:if>
<b:if cond='data:showFreqNumbers'>
<span class='label-count' dir='ltr'>(<data:label.count/>)</span>
</b:if>
</span>
</b:loop>
</b:if>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
<b:widget id='Label1' locked='false' title='Labels' type='Label'/>