<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blogger User &#187; Blogger Tutorials</title>
	<atom:link href="http://bloggeruser.com/category/blogger-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggeruser.com</link>
	<description>Blogger templates, blogger tutorials, blogger tips, tricks and resources.</description>
	<lastBuildDate>Fri, 04 Feb 2011 15:22:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Make Blogger Template look better with Google’s Font API</title>
		<link>http://bloggeruser.com/blogger-tutorials/make-blogger-template-look-better-with-google-font-api/391/</link>
		<comments>http://bloggeruser.com/blogger-tutorials/make-blogger-template-look-better-with-google-font-api/391/#comments</comments>
		<pubDate>Sat, 22 May 2010 13:01:50 +0000</pubDate>
		<dc:creator>Pradeep Kumar Singh</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Blogger Font]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Fonts Hack]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google API]]></category>
		<category><![CDATA[Google Blogger]]></category>

		<guid isPermaLink="false">http://bloggeruser.com/?p=391</guid>
		<description><![CDATA[Looking to make your Blogger Templates design better? Use Google’s Font API that will make the process of including non standard fonts in our blogger templates a lot easier. This tutorial, I want to include details on how you can easily implement different fonts available from Google’s Font directory in your template to make it look beautiful and thus better.


Related posts:<ol><li><a href='http://bloggeruser.com/blogger-tutorials/add-google-adsense-html-scripts-in-your-blogger-templates/238/' rel='bookmark' title='Add Google Adsense / Html scripts in your Blogger Templates'>Add Google Adsense / Html scripts in your Blogger Templates</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Looking to make your <a title="Blogger Templates" href="http://templates.bloggeruser.com" target="_blank">Blogger Templates</a> design better? <a href="http://bloggeruser.com/media/Google-Font-API-for-Bloggers.jpg"><img class="alignleft size-medium wp-image-396" title="Google Font API for Bloggers" src="http://bloggeruser.com/media/Google-Font-API-for-Bloggers-300x122.jpg" alt="Google Font API for Bloggers" width="300" height="122" /></a>You no longer need to be designer now! With few lines of additional codes in your templates, you can change its look with smart fonts. Yes, I am talking about <a href="http://code.google.com/apis/webfonts/"><strong>Google’s Font API </strong></a>that will make the process of including non standard fonts in our blogger templates a lot easier. In this tutorial, I want to include details on how you can easily implement different fonts available from Google&#8217;s Font directory in your template to make it look beautiful and thus better.</p>
<p><span id="more-391"></span></p>
<h3 style="text-align: justify;">First, Google’s Font API</h3>
<p style="text-align: justify;"><a title="Google Font API" href="http://code.google.com/apis/webfonts/" target="_blank">Google’s Font API</a> is simply a web font service that allows you to use the available fonts in its <a title="Google Web Fonts" href="http://code.google.com/webfonts" target="_blank">Google Font directory</a> for your designs and most importantly it is <a title="Open Source" href="http://en.wikipedia.org/wiki/Open_source" target="_blank">Open Source</a> and served by Google servers.</p>
<h3 style="text-align: justify;">Google Font Directory</h3>
<p style="text-align: justify;">The fonts available in the <a title="Google Font Directory" href="http://code.google.com/webfonts" target="_blank">Google Font directory</a> are all open source and you can quickly use them with simple clicks and codes. The below screenshot shows some fonts (till the time of writing this post) you can use for your templates or projects.</p>
<blockquote><p><a href="http://bloggeruser.com/media/Google-Font-Directory-Blogger.jpg"><img class="aligncenter size-full wp-image-392" title="Google Font Directory Blogger" src="http://bloggeruser.com/media/Google-Font-Directory-Blogger.jpg" alt="Google Font Directory Blogger" width="540" height="581" /></a></p></blockquote>
<h3 style="text-align: justify;">Steps for Adding to your Blogger Template</h3>
<p style="text-align: justify;">Well, if you learnt enough about the Google’s Font API and now want to implement in your <a title="Blogger Templates" href="http://templates.bloggeruser.com" target="_blank">blogger template</a>, let’s get started.<br />
<strong>1.	Go to the <a title="Google Font Directory" href="http://code.google.com/webfonts" target="_blank">Google&#8217;s Font Directory</a> and click on the font you want to use. For example in this tutorial, I have chosen the <a title="Google Font" href="http://code.google.com/webfonts/family?family=Droid+Serif" target="_blank">Droid Serif</a>.</p>
<p></strong></p>
<p style="text-align: justify;"><a href="http://bloggeruser.com/media/Google-Font-Droid-Serif.jpg"><img class="aligncenter size-full wp-image-393" title="Google Font Droid  Serif" src="http://bloggeruser.com/media/Google-Font-Droid-Serif.jpg" alt="Google Font Droid  Serif" width="540" height="339" /></a><br />
<strong>2.	Now navigate to “Get the Code” button which is highlighted on your right.</strong></p>
<p>The Code for the Droid Sans will be</p>
<pre class="brush: xml; title: ; notranslate"> &lt;link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'&gt; </pre>
<p><strong> 3.	Now see the below screenshot and copy the code you need to use for your Blogger Template.</strong></p>
<p style="text-align: justify;"><a href="http://bloggeruser.com/media/Google-Font-API.jpg"><img class="aligncenter size-full wp-image-394" title="Google Font API" src="http://bloggeruser.com/media/Google-Font-API.jpg" alt="Google Font API" width="540" height="213" /></a><br />
<strong>4.	After you have copied this code, go to your Blogger Template you want to add this font to; and Navigate to the Edit Html Tab.</strong> See image below. (we are now going to edit your Blogger Template)</p>
<p style="text-align: justify;"><a href="http://bloggeruser.com/media/Blogger-Edit-Html.jpg"><img class="aligncenter size-full wp-image-304" title="Blogger Edit Html" src="http://bloggeruser.com/media/Blogger-Edit-Html.jpg" alt="Blogger Edit Html" width="540" height="166" /></a><br />
<strong>5.	Search for the  tag   <code>&lt;head&gt;</code> in your Template and add the above copied code directly after it.</strong></p>
<p style="text-align: justify;"><a href="http://bloggeruser.com/media/Edit-Html-Blogger-Head.jpg"><img class="aligncenter size-full wp-image-395" title="Edit Html Blogger Head" src="http://bloggeruser.com/media/Edit-Html-Blogger-Head.jpg" alt="Edit Html Blogger Head" width="540" height="189" /></a><br />
<strong>6.	Wait</strong> as blogger uses strict HTML markup and considers the original font embed code to be an open tag you also need to add forward slash (/) just before the closing <strong>&#8220;&gt;&#8221;</strong> symbol in your code, so that the code can be properly parsed and thus the code for <a title="Droid Serif" href="http://code.google.com/webfonts/family?family=Droid+Serif" target="_blank">Droid Serif</a> becomes</p>
<pre class="brush: xml; title: ; notranslate"> &lt;link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'/&gt; </pre>
<p style="text-align: justify;"><strong>7.	Save your Template.</strong></p>
<p style="text-align: justify;"><strong>8.	One more Step before you can start using it.</strong> The above steps added the CSS file to support the font. And now we need to define where we need to apply the font in our theme. In order to <strong>define where we need to apply that</strong>, we need to add some additional style statements to the  section of our template.</p>
<p style="text-align: justify;">Don’t be confused! For example if I need to Use the Droid Serif font to my h3 title in my blog, then I would add the following line just beneath the closing  tag <code>&lt;/b:skin&gt;</code> :</p>
<pre class="brush: xml; title: ; notranslate"> h3.post-title {font-family: Cantarell, Sans=Serif;} </pre>
<p style="text-align: justify;">
<strong>9.	Now after you have decided where to apply the font, just change the font-family name to the required font.</strong><br />
The Following references and text areas to look for also can help you decide where you need to apply the font.</p>
<table>
<tr>
<th>Description</th>
<th>Reference</th>
</tr>
<tr>
<td>The header section (title and description)</td>
<td>#header</td>
</tr>
<tr>
<td>Blog title</td>
<td>h1</td>
</tr>
<tr>
<td>Post titles</td>
<td>.post-title</td>
</tr>
<tr>
<td>Body of blog posts</td>
<td>.post-body </td>
</tr>
<tr>
<td>Sidebar headings</td>
<td>#sidebar h2</td>
</tr>
<tr>
<td>Sidebar text</td>
<td>#sidebar .widget-content </td>
</tr>
<tr>
<td>Footer section</td>
<td>.footer</td>
</tr>
</table>
<p style="text-align: justify;"><strong>10.	And once you have added that required CSS, you can preview to see it in action in your template. Try using different fonts and see which font suits your template better.</strong><br />
<strong>11.	You can finally save changes to your template if you like it.</strong></p>
<h3>Still Found it Confusing ?</h3>
<p style="text-align: justify;">Check the Below video from <a title="Net Tuts" href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-google-fonts-api-youre-going-to-love-this/" target="_blank">Net Tuts</a> that helps you learn the simple concept behind it and you can go through the steps again for the Blogger.</p>
<blockquote><p><center> <object width="540" height="335"><param name="movie" value="http://www.youtube.com/v/ivhgb0urkFA&#038;hl=en_GB&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ivhgb0urkFA&#038;hl=en_GB&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="540" height="335"></embed></object> </center></p></blockquote>
<p style="text-align: justify;"> <strong>How can this benefit the Blogger Template Designers?</strong><br />
This can be the easiest Web font solution if you are a designer. It’s as easy as Copy and Paste; you don’t need to go through the process of sign ups and getting licence to use this with your designs.</p>
<h3>Additional Resources for Using / Understanding Google Font API</h3>
<ul style="text-align: justify;">
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-google-fonts-api-youre-going-to-love-this/" target="_blank">Google Fonts API use on Net Tuts</a></li>
<li><a href="http://code.google.com/webfonts">Google Font API home page</a></li>
<li><a href="http://code.google.com/apis/webfonts/docs/getting_started.html">Getting  started with the font API</a></li>
<li><a href="http://code.google.com/apis/webfonts/faq.html">Google Web  Fonts FAQ</a></li>
<li><a href="http://designshack.co.uk/articles/css/how-to-use-the-new-google-font-api">How  to use the new Google Font API</a> (DesignShack)</li>
<li><a title="Google Font API" href="http://www.bloggerbuster.com/2010/05/how-to-use-googles-font-api-with.html" target="_blank">Google Font API in Use for Bloggers</a></li>
<li><a title="Google Font API" href="http://googlecode.blogspot.com/2010/05/introducing-google-font-api-google-font.html" target="_blank">Introducing the Google Font API and Google Font Directory</a></li>
</ul>
<h3> Have Something to say? </h3>
<p>Personally, i found this Google API appealing for design. How do you take it? Are you gonna make use of it? Let us know in the comments below? or Are you stuck with the above tutorial. I am always happy to help. Just leave a comment below.</p>


<p>Related posts:<ol><li><a href='http://bloggeruser.com/blogger-tutorials/add-google-adsense-html-scripts-in-your-blogger-templates/238/' rel='bookmark' title='Add Google Adsense / Html scripts in your Blogger Templates'>Add Google Adsense / Html scripts in your Blogger Templates</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bloggeruser.com/blogger-tutorials/make-blogger-template-look-better-with-google-font-api/391/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Facebook Like / Recommend button for Blogger Blog</title>
		<link>http://bloggeruser.com/blogger-tutorials/facebook-like-recommend-button-for-blogger-blog/189/</link>
		<comments>http://bloggeruser.com/blogger-tutorials/facebook-like-recommend-button-for-blogger-blog/189/#comments</comments>
		<pubDate>Fri, 07 May 2010 12:43:29 +0000</pubDate>
		<dc:creator>Pradeep Kumar Singh</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[like button]]></category>
		<category><![CDATA[template hacks]]></category>

		<guid isPermaLink="false">http://bloggeruser.com/?p=189</guid>
		<description><![CDATA[Make your Blogger blog more social with Facebook’s set of social plugins. The Facebook like button will enable your blog readers to easily spread the love of your post among their friends on their facebook wall.Follow these step by step instructions to add the like or Recommend button in your blog.


Related posts:<ol><li><a href='http://bloggeruser.com/blogger-tutorials/share-posts-from-your-blogger-navbar/54/' rel='bookmark' title='Share Posts from your Blogger NavBar'>Share Posts from your Blogger NavBar</a></li>
<li><a href='http://bloggeruser.com/blogger-tutorials/remove-navbar-from-your-blogger-blog-completely/221/' rel='bookmark' title='Remove Navbar from your Blogger Blog completely'>Remove Navbar from your Blogger Blog completely</a></li>
<li><a href='http://bloggeruser.com/blogger-widgets/related-posts-widget-for-blogger-blogspot/13/' rel='bookmark' title='Related Posts Widget for Blogger / Blogspot'>Related Posts Widget for Blogger / Blogspot</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"> <a href="http://bloggeruser.com/media/Facebook-Like-Button-Blogger.jpg"><img src="http://bloggeruser.com/media/Facebook-Like-Button-Blogger-300x191.jpg" alt="Facebook Like Button Blogger" title="Facebook Like Button Blogger" width="300" height="191" class="alignleft size-medium wp-image-303" /></a> Your blogger blog can be more social with Facebook’s set of social plugins. I hope you already using the <a href="http://facebook.com/bloggeruser">Facebook fan page</a> and Fan box for your blog to optimise and distribute your blogger content on Facebook. And now along with the Like of you main blog page on facebook, people or your friends can specifically like your every single post. This blog also makes use of the Facebook Like plugin, which you can see at the top of the post or in the demo below.<br />
The Facebook like button will enable your blog readers to easily spread the love of your post among their friends on their facebook wall. And that can be just with one click for your readers. So is it easier for you to implement on your blog, as Facebook says “with just a line of Html”. <span id="more-189"></span><br />
Ok so ready to add the button in your blog? Here we go with the detailed instructions. Follow these step by step instructions to add the like button in your blog.<br />
1.  <strong>Log in to your dashboard–&gt; Navigate to layout –&gt;Edit Html Tab</strong></p>
<p><a href="http://bloggeruser.com/media/Blogger-Edit-Html.jpg"><img src="http://bloggeruser.com/media/Blogger-Edit-Html.jpg" alt="Blogger Edit Html" title="Blogger Edit Html" width="540" height="166" class="aligncenter size-full wp-image-304" /></a><br />
2.	<strong>Before you edit your blogger Template, Make sure you backup every time</strong>, by clicking on the Download Full Template so that you may restore it if something goes wrong.</p>
<p><a href="http://bloggeruser.com/media/Backup-Blogger-Template.jpg"><img src="http://bloggeruser.com/media/Backup-Blogger-Template.jpg" alt="Backup Blogger Template" title="Backup Blogger Template" width="540" height="116" class="aligncenter size-full wp-image-305" /></a><br />
3.	<strong>You need to “expand Widget Templates”</strong>. To do that check the box and it will expand itself.</p>
<p><a href="http://bloggeruser.com/media/Blogger-Expand-Widget-Templates.jpg"><img src="http://bloggeruser.com/media/Blogger-Expand-Widget-Templates.jpg" alt="Blogger Expand Widget Templates" title="Blogger Expand Widget Templates" width="540" height="74" class="aligncenter size-full wp-image-306" /></a><br />
4.	Look for
<pre class="brush: xml; title: ; notranslate"> &lt;data:post.body/&gt; </pre>
<p>  in your code, (Press Ctrl + F to find) and immediately after that place the following code.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;
&lt;iframe allowTransparency='true' expr:src='&amp;quot;http://www.facebook.com/plugins/like.php?href=&amp;quot; + data:post.url + &amp;quot;&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=100&amp;amp;action=like&amp;amp;font=arial&amp;amp;colorscheme=light&amp;quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/&gt;
&lt;/b:if&gt;
</pre>
<p>5. This code will show the Like Button on Post pages only (Single Posts only) . If you want to display it everywhere, then remove the the first (1) and last line (3).</p>
<pre class="brush: xml; title: ; notranslate">
&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;
&lt;/b:if&gt;
</pre>
<h3> Customise the Button </h3>
<p>You can change the following parameters in the above code and customise the button according to your need.<br />
# If you want to show  friend icons under the button, then you should use the parameter:</p>
<p><strong>show_face=true</strong></p>
<p>#If you want to display only the simple button with count, then you need to use the parameter:</p>
<p><strong>layout=button_count </strong></p>
<p>#If you want a darker color scheme for your button, then you need to use the parameter:</p>
<p><strong>colorscheme=dark</strong></p>
<p>#Width of the frame<br />
see those figures in the code, You can change them to customize the width of the iFrame as you like.<br />
# Font of the Button<br />
You can change the font by editing the font=arial parameter. You can change it to any of<br />
   <strong><br />
   1. font=lucida+grande<br />
   2. font=segoe+ui<br />
   3. font=tahoma<br />
   4. font=trebuchet+ms<br />
   5. font=verdana<br />
</strong></p>
<h3> Make it Recommend Button </h3>
<p>Dont like the word, &#8220;Like&#8221;, You can esily change it to &#8220;Recommend and thus have a recommmend Button.</p>
<h3> Additional Resources </h3>
<p><a href="http://developers.facebook.com/docs/reference/plugins/like">Facebook Documentation for the Like button</a><br />
I hope you like this Like Button. Feel free to ask any questions in the comments below.</p>


<p>Related posts:<ol><li><a href='http://bloggeruser.com/blogger-tutorials/share-posts-from-your-blogger-navbar/54/' rel='bookmark' title='Share Posts from your Blogger NavBar'>Share Posts from your Blogger NavBar</a></li>
<li><a href='http://bloggeruser.com/blogger-tutorials/remove-navbar-from-your-blogger-blog-completely/221/' rel='bookmark' title='Remove Navbar from your Blogger Blog completely'>Remove Navbar from your Blogger Blog completely</a></li>
<li><a href='http://bloggeruser.com/blogger-widgets/related-posts-widget-for-blogger-blogspot/13/' rel='bookmark' title='Related Posts Widget for Blogger / Blogspot'>Related Posts Widget for Blogger / Blogspot</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bloggeruser.com/blogger-tutorials/facebook-like-recommend-button-for-blogger-blog/189/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add Google Adsense / Html scripts in your Blogger Templates</title>
		<link>http://bloggeruser.com/blogger-tutorials/add-google-adsense-html-scripts-in-your-blogger-templates/238/</link>
		<comments>http://bloggeruser.com/blogger-tutorials/add-google-adsense-html-scripts-in-your-blogger-templates/238/#comments</comments>
		<pubDate>Thu, 06 May 2010 11:04:05 +0000</pubDate>
		<dc:creator>Pradeep Kumar Singh</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[blogger html]]></category>
		<category><![CDATA[blogger scripts]]></category>
		<category><![CDATA[google adsense]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://bloggeruser.com/?p=178</guid>
		<description><![CDATA[Blogger Tutorial to add Google Adsense and any other Html scripts inside your Blogger Templates. Tips that will help you to display your Adsense ads in better position inside your Blogger Templates by editing it,  and thus increase your adsense earnings.


Related posts:<ol><li><a href='http://bloggeruser.com/beginners-guide/how-to-add-scripts-html-in-blogger/148/' rel='bookmark' title='How to add Scripts / Html in Blogger ?'>How to add Scripts / Html in Blogger ?</a></li>
<li><a href='http://bloggeruser.com/adsense/adding-adsense-ads-in-blogger-posts/30/' rel='bookmark' title='Adding Adsense Ads in Blogger Posts'>Adding Adsense Ads in Blogger Posts</a></li>
<li><a href='http://bloggeruser.com/blogger-tutorials/changing-templates-of-blogger-blogs/9/' rel='bookmark' title='Changing Templates of Blogger Blogs'>Changing Templates of Blogger Blogs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://bloggeruser.com/media/Blogger-Html.jpg"><img src="http://bloggeruser.com/media/Blogger-Html-300x228.jpg" alt="Blogger Html" title="Blogger Html" width="300" height="228" class="alignleft size-medium wp-image-308" /></a> Who doesn’t want to add some <strong><a href="http://bloggeruser.com/adsense-basics-every-publisher-should-know/">Adsense ads</a></strong> to their blog and make some bucks out of their content? And when Blogger has really made it easier to add Adsense Ads and monetize your blog’s content, I hope there’s nothing wrong to give it a try. Ok it’s up to you to decide whether you need to monetize your blog or not but I guess, most of you must be doing that. And do you know you need to keep on playing with the ads position to find out the spot for more earnings?  But sometimes you face the problem to have your ads displayed in the right position you wanted to. May be you need to edit your blogger template in order to do that. So in this post, I wanted to include   tips that will help you to display your Adsense ads in better position and thus increase you earnings.<br />
<span id="more-238"></span><br />
If you are including your ads via gadget, you can simply follow the ways of <a title="Add Scripts in Blogger" href="http://bloggeruser.com/how-to-add-scripts-html-in-blogger/" target="_blank">adding a new gadget</a> and select adsense ads to include ad in your blog.<br />
But if you want to display somewhere in places where you cannot add gadget, then you may need to edit your template. This post will show you how to exactly do that. (<strong>Note</strong>: you may need to some <strong>basic Html skills</strong>, at least in order to identify the codes where you need to add the advertisement code)<br />
1.  <strong>Log in to your dashboard–&gt; Navigate to layout –&gt;Edit Html Tab</strong></p>
<p><a href="http://bloggeruser.com/media/Blogger-Edit-Html.jpg"><img src="http://bloggeruser.com/media/Blogger-Edit-Html.jpg" alt="Blogger Edit Html" title="Blogger Edit Html" width="540" height="166" class="aligncenter size-full wp-image-304" /></a><br />
2.	<strong>Before you edit your blogger Template, Make sure you backup every time</strong>, by clicking on the Download Full Template so that you may restore it if something goes wrong.</p>
<p><a href="http://bloggeruser.com/media/Backup-Blogger-Template.jpg"><img src="http://bloggeruser.com/media/Backup-Blogger-Template.jpg" alt="Backup Blogger Template" title="Backup Blogger Template" width="540" height="116" class="aligncenter size-full wp-image-305" /></a><br />
3.	<strong>You may need to “expand Widget Templates”</strong>. To do that check the box and it will expand itself.</p>
<p><a href="http://bloggeruser.com/media/Blogger-Expand-Widget-Templates.jpg"><img src="http://bloggeruser.com/media/Blogger-Expand-Widget-Templates.jpg" alt="Blogger Expand Widget Templates" title="Blogger Expand Widget Templates" width="540" height="74" class="aligncenter size-full wp-image-306" /></a><br />
4.	You should have got the Adsense code or other html that you want to add. And now you need to change the code. Otherwise you are gonna get error like<br />
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.</p>
<p style="text-align: justify;">5. Ok so what you need to do is, <strong>Parse the Google Adsense Html or any other Html</strong>. To do that change the following characters to the given ones.</p>
<p><code><br />
< – &lt;<br />
> – &gt;<br />
&#038; = &amp;<br />
”= &quot;<br />
</code></p>
<p style="text-align: justify;">Found it complex and time consuming. Try this tool <a href="http://www.blogcrowds.com/resources/parse_html.php" target="_blank">Escape Html</a> from blogcrowds. Copy and Paste your Google Adsense or other code to the textbox in the tool and click on parse.<br />
6.	<strong>Now when you have got the parsed code, Paste that code to the specific place you need to display it</strong>. Now it should work perfectly.</p>
<p>If you want to display adsense ads inside your blogger post please go through this post <strong><a href="http://bloggeruser.com/adding-adsense-ads-in-blogger-posts/">Adding Adsense Ads in Blogger Posts</a></strong>.</p>
<p style="text-align: justify;">I hope you enjoyed this. Stuck somewhere? Let us know in comments below and we will be happy to help.</p>


<p>Related posts:<ol><li><a href='http://bloggeruser.com/beginners-guide/how-to-add-scripts-html-in-blogger/148/' rel='bookmark' title='How to add Scripts / Html in Blogger ?'>How to add Scripts / Html in Blogger ?</a></li>
<li><a href='http://bloggeruser.com/adsense/adding-adsense-ads-in-blogger-posts/30/' rel='bookmark' title='Adding Adsense Ads in Blogger Posts'>Adding Adsense Ads in Blogger Posts</a></li>
<li><a href='http://bloggeruser.com/blogger-tutorials/changing-templates-of-blogger-blogs/9/' rel='bookmark' title='Changing Templates of Blogger Blogs'>Changing Templates of Blogger Blogs</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bloggeruser.com/blogger-tutorials/add-google-adsense-html-scripts-in-your-blogger-templates/238/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remove Navbar from your Blogger Blog completely</title>
		<link>http://bloggeruser.com/blogger-tutorials/remove-navbar-from-your-blogger-blog-completely/221/</link>
		<comments>http://bloggeruser.com/blogger-tutorials/remove-navbar-from-your-blogger-blog-completely/221/#comments</comments>
		<pubDate>Wed, 05 May 2010 13:42:42 +0000</pubDate>
		<dc:creator>Pradeep Kumar Singh</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[blogger Navbar]]></category>
		<category><![CDATA[template hacks]]></category>

		<guid isPermaLink="false">http://bloggeruser.com/?p=221</guid>
		<description><![CDATA[Want to remove the Navigation bar from your blogger blog completely ? Here is a complete detailed tutorial to remove the Navbar from blogger template completely. This is a way of completely deleting the navbar widget. This will help you if you Want to remove the Nav bar code from your HTML source code of your blog.


Related posts:<ol><li><a href='http://bloggeruser.com/blogger-tutorials/share-posts-from-your-blogger-navbar/54/' rel='bookmark' title='Share Posts from your Blogger NavBar'>Share Posts from your Blogger NavBar</a></li>
<li><a href='http://bloggeruser.com/blogger-tips/how-to-remove-label-counts-in-blogger-blog/237/' rel='bookmark' title='How to remove label counts in Blogger Blog'>How to remove label counts in Blogger Blog</a></li>
<li><a href='http://bloggeruser.com/adsense/adding-adsense-ads-in-blogger-posts/30/' rel='bookmark' title='Adding Adsense Ads in Blogger Posts'>Adding Adsense Ads in Blogger Posts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you are using the third party <a href="http://templates.bloggeruser.com">Blogger Templates</a>, then you shouldn’t have this Navigation bar but if you using the default blogger template, it should consist a Navigation Bar. Unlike hiding the Navbar from your blogger, this method helps to remove the Navbar from blogger template completely. This is a way of completely deleting the navbar widget.<br />
<a href="http://bloggeruser.com/media/Blogger-Navbar.jpg"><img src="http://bloggeruser.com/media/Blogger-Navbar.jpg" alt="Blogger Navbar" title="Blogger Navbar" width="572" height="276" class="aligncenter size-full wp-image-323" /></a><br />
Here&#8217;s a step by step tutorial to remove Remove Navbar from your Blogger Blog completely.<br />
1.  <strong>Log in to your dashboard–&gt; Navigate to layout –&gt;Edit Html Tab</strong></p>
<p><a href="http://bloggeruser.com/media/Blogger-Edit-Html.jpg"><img src="http://bloggeruser.com/media/Blogger-Edit-Html.jpg" alt="Blogger Edit Html" title="Blogger Edit Html" width="540" height="166" class="aligncenter size-full wp-image-304" /></a><br />
2.	<strong>Before you edit your blogger Template, Make sure you backup every time</strong>, by clicking on the Download Full Template so that you may restore it if something goes wrong.</p>
<p><a href="http://bloggeruser.com/media/Backup-Blogger-Template.jpg"><img src="http://bloggeruser.com/media/Backup-Blogger-Template.jpg" alt="Backup Blogger Template" title="Backup Blogger Template" width="540" height="116" class="aligncenter size-full wp-image-305" /></a><br />
<strong>3. In the Template Code find  <strong>&lt;body&gt;</strong> and just above that code, add the following Code.</strong></p>
<pre class="brush: xml; title: ; notranslate">
&lt;script type='text/javascript'&gt;
&lt;![CDATA[
&lt;!--
/*&lt;body&gt;*/
--&gt;
]]&gt;
&lt;/script&gt;
</pre>
<p style="text-align: justify;">You shall get a warning saying that, &#8220;Would you like to keep these widgets on your blog or delete them?<br />
Deleting widgets cannot be undone.&#8221; </p>
<p><a href="http://bloggeruser.com/media/Edit-Blogger-Template.jpg"><img src="http://bloggeruser.com/media/Edit-Blogger-Template.jpg" alt="Edit Blogger Template" title="Edit Blogger Template" width="540" height="248" class="aligncenter size-full wp-image-325" /></a><br />
<strong>4. Confirm by clicking on the &#8220;Delete WIdgets&#8221; button and its done !</strong></p>
<h3>So, Why should you remove this?</h3>
<p style="text-align: justify;">a.	If you want to have a clean template.<br />
b.	Want to remove the Nav bar code from your HTML source code of your blog.</p>
<h3>What will this effect?</h3>
<p style="text-align: justify;">a.	You won’t see the Quick edit pencil icon and the wrench links even though you have enabled the option and logged in.</p>
<h3>How will I get the Navigation Bar back?</h3>
<p style="text-align: justify;">If you have removed the navigation bar and want to get it back , just delete the above code you added in your template.<br />
This post dealt with removing the NavBar. Are you still using the Navigation bar in your template? Let us know in the comments below.</p>


<p>Related posts:<ol><li><a href='http://bloggeruser.com/blogger-tutorials/share-posts-from-your-blogger-navbar/54/' rel='bookmark' title='Share Posts from your Blogger NavBar'>Share Posts from your Blogger NavBar</a></li>
<li><a href='http://bloggeruser.com/blogger-tips/how-to-remove-label-counts-in-blogger-blog/237/' rel='bookmark' title='How to remove label counts in Blogger Blog'>How to remove label counts in Blogger Blog</a></li>
<li><a href='http://bloggeruser.com/adsense/adding-adsense-ads-in-blogger-posts/30/' rel='bookmark' title='Adding Adsense Ads in Blogger Posts'>Adding Adsense Ads in Blogger Posts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bloggeruser.com/blogger-tutorials/remove-navbar-from-your-blogger-blog-completely/221/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Post Summary &#8211; Read More Feature for Blogger !</title>
		<link>http://bloggeruser.com/blogger-tutorials/post-summary-read-more-feature-for-blogger/55/</link>
		<comments>http://bloggeruser.com/blogger-tutorials/post-summary-read-more-feature-for-blogger/55/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 19:15:00 +0000</pubDate>
		<dc:creator>Pradeep Kumar Singh</dc:creator>
				<category><![CDATA[Blogger Help]]></category>
		<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://bloggeruser.com/?p=55</guid>
		<description><![CDATA[Blogger’s Birthday has some very special gifts for Bloggers now. The “Read More” or say “Continue Reading” feature was really most requested and awaited feature of Bloggers. Many had applied this hack in their blog going through the entire long html editing process which was really complicated. Now Blogger as a part of its Blogger&#8217;s [...]


Related posts:<ol><li><a href='http://bloggeruser.com/blogger-tutorials/share-posts-from-your-blogger-navbar/54/' rel='bookmark' title='Share Posts from your Blogger NavBar'>Share Posts from your Blogger NavBar</a></li>
<li><a href='http://bloggeruser.com/adsense/adding-adsense-ads-in-blogger-posts/30/' rel='bookmark' title='Adding Adsense Ads in Blogger Posts'>Adding Adsense Ads in Blogger Posts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"><a href="http://bloggeruser.com/media/Read-More-Now-Available-in-Blogger.jpg"><img src="http://bloggeruser.com/media/Read-More-Now-Available-in-Blogger-300x225.jpg" alt="Read More Now Available in Blogger" title="Read More Now Available in Blogger" width="300" height="225" class="alignleft size-medium wp-image-341" /></a> Blogger’s Birthday has some very special gifts for Bloggers now. The “Read More” or say “Continue Reading” feature was really most requested and awaited feature of Bloggers. Many had applied this hack in their blog going through the entire long html editing process which was really complicated. Now Blogger as a part of its <a href="http://www.bloggeruser.com/2009/08/wishing-blogger-happy-10th-birthday.html"><span style="font-weight: bold;">Blogger&#8217;s 10th happy birthday</span></a> feature has announced the &#8220;Read more&#8221; feature with just simple steps, which it preferably calls the “Jump Breaks”. With this, you can now easily have the summary of the post with the “Read More” feature in your blog index pages.</div>
<p><span class="fullpost"> </span></p>
<div>You can activate this feature in couple of ways. If you have made “Blogger in Draft your default dashboard or just use it, you&#8217;ll see the &#8220;Insert jump break&#8221; icon in the editor&#8217;s toolbar. Alternatively you can also activate it from the Settings tab (Basic) of your respective Blog’s dashboard.  See the Image below to get the idea of using the “Jump Break”.<br />
<a href="http://bloggeruser.com/media/readmore-feature-blogger.png"><img src="http://bloggeruser.com/media/readmore-feature-blogger.png" alt="readmore feature blogger" title="readmore feature blogger" width="400" height="62" class="aligncenter size-full wp-image-343" /></a></p>
<p>One more thing, if you still find the old editor comfortable like I do, you can still use this feature. All you need to do is just add the code manually. In your “EDIT HTML” section of creating post, add the code &lt;!&#8211; more &#8211;&gt; where you want to use the Jump Break feature.<br />
<a href="http://bloggeruser.com/media/jumppoint-blogger.png"><img src="http://bloggeruser.com/media/jumppoint-blogger.png" alt="Read More Jump Point blogger" title="jump point blogger" width="400" height="104" class="aligncenter size-full wp-image-344" /></a></p>
<p>The default code will enable you to have the summary of the post with the “Read More &gt;&gt;” title at the break. If you need to change this to something else you can do it by editing the &#8220;Read more&#8221; text by clicking Layout and then Edit the Blog Posts widget.<br />
<a href="http://bloggeruser.com/media/pagepagelinktext-blogger.png"><img src="http://bloggeruser.com/media/pagepagelinktext-blogger.png" alt="Configure Read More Blogger" title="Page Link Read More Blogger" width="400" height="130" class="aligncenter size-full wp-image-345" /></a></p>
<p>For those who use custom templates, you may not be able to enjoy this feature. If you are using classic templates, blogger probably has some solution for you. Follow the instructions at the bottom of <a href="http://www.google.com/support/blogger/bin/answer.py?answer=154172">this help article of Blogger</a>.<br />
For more and detailed help of using this feature with customized templates, you can read the post of Bloggerbuster “<a href="http://www.bloggerbuster.com/2009/09/how-to-add-bloggers-read-more-function.html">Read More function to Customized Templates</a>”<br />
Oh yes, <a href="http://buzz.blogger.com/2009/09/you-might-as-well-jump.html">you Might as well jump!</a> Like official blogger blog says while announcing this feature.</div>


<p>Related posts:<ol><li><a href='http://bloggeruser.com/blogger-tutorials/share-posts-from-your-blogger-navbar/54/' rel='bookmark' title='Share Posts from your Blogger NavBar'>Share Posts from your Blogger NavBar</a></li>
<li><a href='http://bloggeruser.com/adsense/adding-adsense-ads-in-blogger-posts/30/' rel='bookmark' title='Adding Adsense Ads in Blogger Posts'>Adding Adsense Ads in Blogger Posts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bloggeruser.com/blogger-tutorials/post-summary-read-more-feature-for-blogger/55/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Share Posts from your Blogger NavBar</title>
		<link>http://bloggeruser.com/blogger-tutorials/share-posts-from-your-blogger-navbar/54/</link>
		<comments>http://bloggeruser.com/blogger-tutorials/share-posts-from-your-blogger-navbar/54/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 21:22:00 +0000</pubDate>
		<dc:creator>Pradeep Kumar Singh</dc:creator>
				<category><![CDATA[Blogger Help]]></category>
		<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[NavBar]]></category>

		<guid isPermaLink="false">http://bloggeruser.com/?p=54</guid>
		<description><![CDATA[I guess most of you have removed the NavBar from your Blogger Template if you are using some custom versions of the template for your blog. Well, its now time to get back the NavBar again in your template. But not really if you don’t like to use this new feature of Blogger, which allows [...]


Related posts:<ol><li><a href='http://bloggeruser.com/blogger-widgets/related-posts-widget-for-blogger-blogspot/13/' rel='bookmark' title='Related Posts Widget for Blogger / Blogspot'>Related Posts Widget for Blogger / Blogspot</a></li>
<li><a href='http://bloggeruser.com/blogger-tutorials/blogger-has-label-clouds-now/52/' rel='bookmark' title='Blogger has Label Clouds Now!'>Blogger has Label Clouds Now!</a></li>
<li><a href='http://bloggeruser.com/adsense/adding-adsense-ads-in-blogger-posts/30/' rel='bookmark' title='Adding Adsense Ads in Blogger Posts'>Adding Adsense Ads in Blogger Posts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"> <a href="http://bloggeruser.com/media/Share-From-Navbar-Blogger-User.jpg"><img src="http://bloggeruser.com/media/Share-From-Navbar-Blogger-User-300x214.jpg" alt="Share From Navbar Blogger User" title="Share From Navbar Blogger User" width="300" height="214" class="alignleft size-medium wp-image-347" /></a> I guess most of you have removed the <span style="font-weight: bold;">NavBar</span> from your <span style="font-weight: bold;">Blogger Template</span> if you are using some custom versions of the template for your blog. Well, its now time to get back the NavBar again in your template. But not really if you don’t like to use this new feature of Blogger, which allows you to share posts directly from the NavBar. NavBar of the Blogger starting from august 27, 09, includes a &#8220;SHARE&#8221; button. This button will help you to share posts to popular social networking sites and even e-mail them directly. Social Networking sites have been really popular and a lot many people use those medium to gain readers by sharing posts on such sites. Social Bookmarking widgets are really popular in the blogosphere and now it seems easier when the blogger itself comes with idea of including that in its NavBar. And I know many of you don’t like this blogger&#8217;s idea of feature being introduced in the NavBar. Anyway, you can learn how to use this feature and things you can do with it in this post.</div>
<div style="text-align: justify;"> To use this feature it&#8217;s essential that you have the NavBar in your Template. Don’t worry if you have removed the NavBar already but still interested in this feature, here is how you can add the NavBar again.
<div class="headliner">
<h3> NavBar Restoring Instructions </h3>
</p></div>
<p> <span style="font-weight: bold;">1.</span> From your Blogger <span style="font-weight: bold;">Dashboard</span> go to <span style="font-weight: bold;">Layout</span> > <span style="font-weight: bold;">Edit HTML</span>.<br /><span style="font-weight: bold;">2.</span> In most of your templates, the Blogger Navbar is not displayed just because it&#8217;s hidden. Now search for this code within your Template
<div class="codeview">#navbar-iframe {<br />height:0px;<br />visibility:hidden;<br />display:none;<br />}</div>
<p><span style="font-weight: bold;">3.</span> Delete this code from your template and now Blogger NavBar should be appearing in your template.<br />OK if you now have the Blogger NavBar in your template, you can see the &#8220;Share&#8221; button yourself in your blog.<br />Now if you want to use this feature, you need to click on that &#8220;share Button&#8221;, a pop-up menu appears with links to popular networking (sharing) sites &#8220;Facebook&#8221; and &#8220;Twitter&#8221; and also the &#8220;Google Reader&#8221;. (see the Image Below). If you happen to use this feature on the item pages of your blog, you shall gain access to the &#8220;Email&#8221; feature too.<br /><a href="http://bloggeruser.com/media/Share-from-Navbar.jpg"><img src="http://bloggeruser.com/media/Share-from-Navbar.jpg" alt="Share from Navbar Blogger" title="Share from Navbar" width="383" height="411" class="aligncenter size-full wp-image-349" /></a><br />
<br />If you use this New feature of Blogger there&#8217;s a hack you can try. The blogger buzz notes the hack as<br />&#8220;Here&#8217;s a fun hack: each URL that gets shared has a specific parameter appended (?spref=nn, where fb=Facebook, tw=Twitter, and gr=Google Reader). If you&#8217;re using Google Analytics to measure traffic on your blog, you can search for those strings to see how much traffic you&#8217;re getting from each source.&#8221; Via <a href="http://buzz.blogger.com/2009/08/share-from-nav-bar.html">Blogger Buzz</a>
<div class="headliner">
<h3> My comments: </h3>
</p></div>
<p>This is one more feature announced from Blogger as a part of its <a style="font-weight: bold;" href="http://www.bloggeruser.com/2009/08/wishing-blogger-happy-10th-birthday.html">10th Birthday.</a> It&#8217;s really good to see ongoing improvements in Blogger with often addition of new features. Frankly this feature is not great though. At least, not for users like us who choose to hide the Blog NavBar. But in case if this feature persuades you to keep the NavBar back, then its sure going to be of your benefit. Or for users who are displaying the NavBar, this is sure going to be an additional important feature for their blog.
<div class="headliner">
<h3> You Say </h3>
</p></div>
<p> Did you really find this feature useful? What could have been done to make it more useful? Or did this feature really persuade you to keep the NavBar back for your blog? Let us know by adding comments in the box below.</div>
<p></span></p>


<p>Related posts:<ol><li><a href='http://bloggeruser.com/blogger-widgets/related-posts-widget-for-blogger-blogspot/13/' rel='bookmark' title='Related Posts Widget for Blogger / Blogspot'>Related Posts Widget for Blogger / Blogspot</a></li>
<li><a href='http://bloggeruser.com/blogger-tutorials/blogger-has-label-clouds-now/52/' rel='bookmark' title='Blogger has Label Clouds Now!'>Blogger has Label Clouds Now!</a></li>
<li><a href='http://bloggeruser.com/adsense/adding-adsense-ads-in-blogger-posts/30/' rel='bookmark' title='Adding Adsense Ads in Blogger Posts'>Adding Adsense Ads in Blogger Posts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bloggeruser.com/blogger-tutorials/share-posts-from-your-blogger-navbar/54/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Blogger has Label Clouds Now!</title>
		<link>http://bloggeruser.com/blogger-tutorials/blogger-has-label-clouds-now/52/</link>
		<comments>http://bloggeruser.com/blogger-tutorials/blogger-has-label-clouds-now/52/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 15:37:00 +0000</pubDate>
		<dc:creator>Pradeep Kumar Singh</dc:creator>
				<category><![CDATA[Blogger Help]]></category>
		<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Labels]]></category>

		<guid isPermaLink="false">http://bloggeruser.com/?p=52</guid>
		<description><![CDATA[Blogger is releasing many features as a part of Blogger’s 10th happy birthday. Many bloggers (Blogger User) requested Blogger to change the label gadget or make it more flexible when the blogger team invited suggestions from them last April. And as of blogging groups wish, Blogger has made this feature available. It has now improved [...]


Related posts:<ol><li><a href='http://bloggeruser.com/blogger-widgets/recent-posts-widget-for-blogger-blogspot/14/' rel='bookmark' title='Recent posts Widget for Blogger / Blogspot'>Recent posts Widget for Blogger / Blogspot</a></li>
<li><a href='http://bloggeruser.com/blogger-widgets/recent-posts-widget-with-images-for-blogger/31/' rel='bookmark' title='Recent posts Widget with images for Blogger'>Recent posts Widget with images for Blogger</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://bloggeruser.com/media/Blogger-Label-cloud-Blogger-user1.jpg"><img src="http://bloggeruser.com/media/Blogger-Label-cloud-Blogger-user1.jpg" alt="Blogger Label cloud -  Blogger user" title="Blogger Label cloud -  Blogger user" width="419" height="276" class="alignleft size-full wp-image-356" /></a> Blogger is releasing many features as a part of Blogger’s 10th happy birthday. Many bloggers (<a href="http://bloggeruser.com">Blogger User</a>) requested Blogger to change the label gadget or make it more flexible when the blogger team invited suggestions from them last April. And as of blogging groups wish, Blogger has made this feature available. It has now improved its “Label” element, thus making it more flexible and customizable according to blogger’s need and wish. With this improvement Blogger user can easily change the old format of Labels display to “Labels cloud”. You can also choose among your labels to display in the gadget. We shall be discussing two major changes from blogger in this Labels widget below.</p>
<h3> Label Clouds of Blogger  </h3>
<p>Labels in blogger were displayed as a long list with the numbers of post in the specified label previously. Though we could customize our widget to make changes according to our wish with the help of adding codes or using stuff such as javascript, it was bit tough. Now it’s relatively easier. You could just define what you need from the Blogger widget itself.<br />
To add this feature you need to have already added the Labels page element to your template. If you haven’t added this widget, just go to PAGE ELEMENTS section under LAYOUT and “Add a Gadget” and choose “Labels“.<br />
If you have already added the Labels Element in your blog, you can click on “EDIT” for the “Labels” widget.<br />
See the Image below, you will get after you add or edit your “labels” widget.<br />
<a href="http://bloggeruser.com/media/Cloud-Labels-in-Blogger.jpg"><img src="http://bloggeruser.com/media/Cloud-Labels-in-Blogger.jpg" alt="Cloud Labels in Blogger" title="Cloud Labels in Blogger" width="560" height="356" class="aligncenter size-full wp-image-353" /></a><br />
Under the display option check that “Cloud” radio active button as shown in the image above. This will change your view of labels and you will get the new feature “Label cloud” in your blog.</p>
<h3> Selected Labels to Display  </h3>
<p>Another Important change in the same “labels” gadget is the ability to choose the Labels to display. Previously, all Labels were displayed in the blog and this often limited to using labels if you have used the labels section for displaying the category one. Now you can select from the labels to display under the category widget (if you are using) or the same label widget.<br />
<a href="http://bloggeruser.com/media/Cloud-Labels-in-Blogger-1.jpg"><img src="http://bloggeruser.com/media/Cloud-Labels-in-Blogger-1.jpg" alt="Cloud Labels in Blogger" title="Cloud Labels in Blogger 1" width="560" height="378" class="aligncenter size-full wp-image-354" /></a><br />
As shown in the image below, you can edit the labels and choose by placing tick in the box adjacent to the specified labels you want to display. Deselect the labels you don’t want to display in your widget.<br />
<a href="http://bloggeruser.com/media/Cloud-Labels-in-Blogger-2.jpg"><img src="http://bloggeruser.com/media/Cloud-Labels-in-Blogger-2.jpg" alt="Cloud Labels in Blogger - Blogger User" title="Cloud Labels in Blogger 2" width="560" height="584" class="aligncenter size-full wp-image-355" /></a></p>
<h3>  My comments: </h3>
<p>I really like this feature of blogger and really appreciate it. However limitations such as actual differentiation among the “tags” and the “labels” remain even if we use under those topics.<br />
This post is to make Blogger User aware of the new feature that is introduced lately. Blogger Buzz: Partly cloudy, chance of labels notes the feature “This is one of many features announced as part of Blogger’s 10th birthday. Happy Birthday!”<br />
We wish to see more improvements soon as part of the tenth birthday of Blogger.</p>
<h3> You Say </h3>
<p>Let us know if you liked this new feature or any other opinions related to this by adding comments below.</p>


<p>Related posts:<ol><li><a href='http://bloggeruser.com/blogger-widgets/recent-posts-widget-for-blogger-blogspot/14/' rel='bookmark' title='Recent posts Widget for Blogger / Blogspot'>Recent posts Widget for Blogger / Blogspot</a></li>
<li><a href='http://bloggeruser.com/blogger-widgets/recent-posts-widget-with-images-for-blogger/31/' rel='bookmark' title='Recent posts Widget with images for Blogger'>Recent posts Widget with images for Blogger</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bloggeruser.com/blogger-tutorials/blogger-has-label-clouds-now/52/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Adding Adsense Ads in Blogger Posts</title>
		<link>http://bloggeruser.com/adsense/adding-adsense-ads-in-blogger-posts/30/</link>
		<comments>http://bloggeruser.com/adsense/adding-adsense-ads-in-blogger-posts/30/#comments</comments>
		<pubDate>Thu, 14 May 2009 14:14:00 +0000</pubDate>
		<dc:creator>Pradeep Kumar Singh</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Adsense blogger]]></category>
		<category><![CDATA[Blogger Adsense]]></category>
		<category><![CDATA[BLOGGER HOW TO]]></category>

		<guid isPermaLink="false">http://bloggeruser.com/?p=30</guid>
		<description><![CDATA[Adsense Ads in Blogger posts has relatively higher CTR (Click through Ratio) and can also significantly increase the number of clicks you receive. Adding Adsense Ads along side bars or between different posts is an easy task but to place Adsense ads directly in the blog post requires some trick. Have you seen most bloggers [...]


Related posts:<ol><li><a href='http://bloggeruser.com/blogger-widgets/related-posts-widget-for-blogger-blogspot/13/' rel='bookmark' title='Related Posts Widget for Blogger / Blogspot'>Related Posts Widget for Blogger / Blogspot</a></li>
<li><a href='http://bloggeruser.com/blogger-widgets/related-posts-by-categories-blogger-widget/18/' rel='bookmark' title='Related Posts by Categories; Blogger Widget'>Related Posts by Categories; Blogger Widget</a></li>
<li><a href='http://bloggeruser.com/blogger-widgets/recent-posts-widget-for-blogger-blogspot/14/' rel='bookmark' title='Recent posts Widget for Blogger / Blogspot'>Recent posts Widget for Blogger / Blogspot</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://bloggeruser.com/media/Google-Adsense-Blogger.jpg"><img class="alignleft size-full wp-image-378" title="Google Adsense Blogger" src="http://bloggeruser.com/media/Google-Adsense-Blogger.jpg" alt="Google Adsense Blogger" width="378" height="283" /></a> <strong>Adsense Ads</strong> in Blogger posts has relatively higher <strong>CTR </strong>(Click through Ratio) and can also significantly increase the number of clicks you receive. Adding Adsense Ads along side bars or between different posts is an easy task but to place Adsense ads directly in the blog post requires some trick. Have you seen most bloggers placing Adsense ads right after the Title of the post? This is really crucial to increase your adsense earnings. But Adsense ads are not displayed if you directly add the adsense code in the blogger post or even in the template. Ok so through this method, you can add adsense in two most popular spots in blogger posts; either just below the title or at the end of the posts. You can also align them to left or right on these spots according to your need and look. In this post we shall discover how to add such Adsense ads in your posts so that you could earn more from them.</p>
<p style="text-align: justify;">This adsense adding method is found very beneficial for bloggers to increase their adsense earnings. The idea of writing this post came to my mind when I stumbled Themelib’s article for increasing adsense earnings for better design. And the main section I can relate to the article is<br />
“Inside Blog Posts &#8211; If we display Adsense ads inside post, it is found that it has relatively higher CTR. People mostly think this ads as a part of the content and click it often. And these ads have almost related words to the topic or key words you have in your specific blog post. (Thanks BloggerUser)”</p>
<p style="text-align: justify;">Well, now let’s move on if you are really interested to add Ads in such way. Specifically, we shall be discussing two main steps in order to add such Adsense ads style.</p>
<h3 style="text-align: justify;">Widget Adding Instructions:</h3>
<p style="text-align: justify;">1. First get your Adsense Ad code from your Adsense Account.</p>
<p style="text-align: justify;">2. Parse the code to replace special characters with HTML entities. You can take help of the <a href="http://www.blogcrowds.com/resources/parse_html.php">Blog Crowds Parse Code Website</a>.</p>
<p style="text-align: justify;">3. Navigate to the Layout of your blogger blog<br />
<a href="http://bloggeruser.com/media/Blogger-Dashboard-Layout.jpg"><img class="aligncenter size-full wp-image-375" title="Blogger Dashboard Layout" src="http://bloggeruser.com/media/Blogger-Dashboard-Layout.jpg" alt="Blogger Dashboard Layout" width="540" height="106" /></a><br />
4. Now Go to the Edit Html Tab<br />
<a href="http://bloggeruser.com/media/Blogger-Edit-Html.jpg"><img class="aligncenter size-full wp-image-304" title="Blogger Edit Html" src="http://bloggeruser.com/media/Blogger-Edit-Html.jpg" alt="Blogger Edit Html" width="540" height="166" /></a></p>
<p style="text-align: justify;">5. Click on Expand Widget Templates<br />
<a href="http://bloggeruser.com/media/Blogger-Expand-Widget-Templates.jpg"><img class="aligncenter size-full wp-image-306" title="Blogger Expand Widget Templates" src="http://bloggeruser.com/media/Blogger-Expand-Widget-Templates.jpg" alt="Blogger Expand Widget Templates" width="540" height="74" /></a><br />
<strong>Wait</strong>: Before Editing your Template, Save a copy of your current template by clicking ‘Download Full Template’ in ‘Edit HTML’ page of the Blogger ‘Layout’  Window and ‘Preview’ the changes before Saving.<br />
6. Search for the following code inside your template html.</p>
<pre class="brush: xml; title: ; notranslate">[/html]  &lt;data:post.body/&gt; or &lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt; 1
&lt;b:if cond='data:blog.pageType == &quot;item&quot;'&gt;
PUT YOUR parsed Adsense code HERE
&lt;/b:if&gt;
1
&lt;div class='post-body entry-content'&gt;
&lt;b:if cond='data:blog.pageType == &quot;item&quot;'&gt;
&lt;div style='float: left;'&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;!--
google_ad_client = &amp;quot;pub-xxxxxxxxxxxxxxxx&amp;quot;;
google_ad_host = &amp;quot;pub-xxxxxxxxxxxxxxxx&amp;quot;;
google_ad_slot = &amp;quot;xxxxxxxxxx&amp;quot;;
google_ad_width = 336;
google_ad_height = 280;
//--&amp;gt;
&amp;lt;/script&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;
src=&amp;quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&amp;quot;&amp;gt;
&amp;lt;/script&amp;gt;
&lt;/div&gt;
&lt;/b:if&gt;
&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;
1</pre>
<p>This trick will certainly boost your adsense earnings. If you want to increase your adsense earning (which i hope most of you want to), then you should be applying this trick.<br />
If you have any problems or any queries related to this widget, Please leave a comment below and I would be glad to help you !You can also comment if this widget has really helped you as i said.</p>


<p>Related posts:<ol><li><a href='http://bloggeruser.com/blogger-widgets/related-posts-widget-for-blogger-blogspot/13/' rel='bookmark' title='Related Posts Widget for Blogger / Blogspot'>Related Posts Widget for Blogger / Blogspot</a></li>
<li><a href='http://bloggeruser.com/blogger-widgets/related-posts-by-categories-blogger-widget/18/' rel='bookmark' title='Related Posts by Categories; Blogger Widget'>Related Posts by Categories; Blogger Widget</a></li>
<li><a href='http://bloggeruser.com/blogger-widgets/recent-posts-widget-for-blogger-blogspot/14/' rel='bookmark' title='Recent posts Widget for Blogger / Blogspot'>Recent posts Widget for Blogger / Blogspot</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bloggeruser.com/adsense/adding-adsense-ads-in-blogger-posts/30/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Changing Templates of Blogger Blogs</title>
		<link>http://bloggeruser.com/blogger-tutorials/changing-templates-of-blogger-blogs/9/</link>
		<comments>http://bloggeruser.com/blogger-tutorials/changing-templates-of-blogger-blogs/9/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 13:43:00 +0000</pubDate>
		<dc:creator>Pradeep Kumar Singh</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[BLOGGER HOW TO]]></category>
		<category><![CDATA[Blogger Templates]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://bloggeruser.com/?p=9</guid>
		<description><![CDATA[Templates determine the main style of your blogger blog. Your Blogger blogs can have a unique design if you carefully select the templates of your choice and work in accordance to the design of the template. These templates are great to show your design, work out on your interest or they can even carefully portray [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://bloggeruser.com/media/Changing-Blogger-Templates.jpg"><img class="alignleft size-medium wp-image-416" title="Changing Blogger Templates" src="http://bloggeruser.com/media/Changing-Blogger-Templates-300x273.jpg" alt="Changing Blogger Templates" width="300" height="273" /></a> Templates  determine the main style of your blogger  blog. Your Blogger blogs can have a unique design if you carefully select the templates of your choice and work in accordance to the design of the template. These templates are great to show your design, work out on your interest or they can even carefully portray your business. Well, you can have a lot of template modifying options from a wide range of blogger templates available on the third party sites which I discussed in my blog post “Places to find Best Blogger Templates” earlier. Changing the blogger template to another third party template is very easy but it also depends on which template you are going to use. Some templates may be relatively very hard to configure after you use them on your blog. So select the best template and lets get started to change the blogger template of your blogger blog.</p>
<p style="text-align: justify;">Now let’s focus on how to use the templates efficiently or say properly. After you have carefully chosen the Blogger Template, you need to download that. Most templates are available to download in the Zip format and if so, you may need to extract them. Most templates have the “Read me” file along with the blogger template and its always best to go through that file for proper and specific instructions on what you need to do.<br />
But then, almost all templates have the same way of being uploaded in your blogger template. So you need not worry. Just follow the steps below and you shall surely find it easy. Use the Images to make the process easy.<br />
<strong>1. Download and extract the blogger Template.</strong><br />
With this you will be able to access the files included in that archive. The archive should contain a XML document. Figure that out.</p>
<p style="text-align: justify;"><strong>2. Go to the Blogger Dashboard and click on the LAYOUT tab of the blog you need to change the template.</strong><br />
Under the layout tab you are on the page of Page Elements (sub tab) with this step.</p>
<p style="text-align: justify;"><strong>3. Click the Edit HTML sub tab right along the Page elements Tab.</strong><br />
The edit Template page (Backup / Restore Template) opens .<br />
Use the Image below to get find out where you need to be if you lost with these words.<br />
Changing templates in blogger blogs</p>
<p style="text-align: justify;"><strong>4. You may need to Backup your existing template in case you make your mind to use the previous one again.</strong><br />
To Backup your existing template, please click on the Download Full Template and save the file for your use in future. This step is necessary in almost every attempt you make to use the EDIT HTML tab.</p>
<p style="text-align: justify;"><strong>5. Upload the Blogger Template file by locating it with the help of the Browse button and using the upload button to confirm it.</strong><br />
The browse button will help you to locate the file from your saved place. After you have selected the required xml or notepad file, click on the upload button adjacent to the browse button.</p>
<p style="text-align: justify;"><strong>6. Confirm and save for the new template.</strong><br />
A warning in red will appear saying that your widgets (if any) from the previous templates and going to be deleted if you are going to use these template. You need to confirm and save this for the sake of new template.</p>
<p style="text-align: justify;"><strong>7. Enjoy your new template.</strong></p>
<p style="text-align: justify;">See it’s that easy. Isn’t it? You now have a new template and so a new look for your blog. Now the next step is that you may need to configure the widgets in your blog. It’s always good to follow the guidelines of the download and setup page provided by the blog template author in order to accomplish that. However, you can have general idea on configuring your widgets on another post “Configuring widgets on Blogger blogs”.<br />
Enjoy with variety of templates and let us know which template you are using on your blog.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://bloggeruser.com/blogger-tutorials/changing-templates-of-blogger-blogs/9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

