
Creating jump breaks in your blog posts can be easily done right from the post editor, without the need for any HTML changes.
The only thing you have to do is to add this code into the post editor:
<!-- more -->
Take a look at this post that explains in detail how to implement expandable post summaries.
Add a retweet counter on your website with ReTweet.comHow to install Disqus comments into BloggerImprove the default comment system with Google Friend ConnectAdd TwitThis on your Blogger templateAdd Digg vote button on Blogger Template (update)Add delicious button with counter in your blogger postsPlace Google AdSense below post's title on BloggerAdd StumbleUpon button in your Blogger postsAdd reddit button with counter in your Blogger template Add Technorati blog reaction on your Blogger templateAdd Mixx button on Blogger templateAdd DZone button on Blogger templateAdd Design Float button on Blogger templateSome Blogger Tips you probably don't knowAdd Yahoo! Buzz button on Blogger Template



If you are a Blogger user find this code:
<b:includable id='post' var='post'>
<div class='post hentry'>
<div class='post hentry'>
...and if you want to add the big button add immediately after the last row this code:
<script type="text/javascript">
url = '<data:post.url>';
</script>
<script type="text/javascript" src="http://www.retweet.com/static/retweets.js"></script>
url = '<data:post.url>';
</script>
<script type="text/javascript" src="http://www.retweet.com/static/retweets.js"></script>
If you prefer the smaller button use this code:
<script type="text/javascript">
url = '<data:post.url>';
size = 'small';
</script>
<script type="text/javascript" src="http://www.retweet.com/static/retweets.js"></script>
url = '<data:post.url>';
size = 'small';
</script>
<script type="text/javascript" src="http://www.retweet.com/static/retweets.js"></script>
If you use another blogging platform and want to add a ReTweet.com button on your website the only thing you have to change from the previous code is the value of the var url. Take a look at the official page here.
Add a retweet counter on your posts with TweetmemeHow to install Disqus comments into BloggerImprove the default comment system with Google Friend ConnectAdd TwitThis on your Blogger templateAdd Digg vote button on Blogger Template (update)Add delicious button with counter in your blogger postsPlace Google AdSense below post's title on BloggerAdd StumbleUpon button in your Blogger postsAdd reddit button with counter in your Blogger template Add Technorati blog reaction on your Blogger templateAdd Mixx button on Blogger templateAdd DZone button on Blogger templateAdd Design Float button on Blogger templateSome Blogger Tips you probably don't knowAdd Yahoo! Buzz button on Blogger Template

In particular, comments didn't appear in their pages.
I had the same problem when I added Disqus to my template. I think the problem is due to the use of highly customized Blogger templates (for example like my template). In this case, if you encounter this problem, try to install Disqus choosing Generic code (not Blogger!) from the menu you find in Admin > Tools:

Follow all related instructions... the only thing you have to do is to add into your Blogger template some lines of code like these:
<div id="disqus_thread"></div>
<script type="text/javascript" src="http://disqus.com/forums/your_account/embed.js">
</script>
...
<script type="text/javascript" src="http://disqus.com/forums/your_account/embed.js">
</script>
...
Now save all changes on your template and try to if it's all ok!
Add a retweet counter on your website with ReTweet.comAdd a retweet counter on your posts with TweetmemeImprove the default comment system with Google Friend ConnectAdd TwitThis on your Blogger templateAdd Digg vote button on Blogger Template (update)Add delicious button with counter in your blogger postsPlace Google AdSense below post's title on BloggerAdd StumbleUpon button in your Blogger postsAdd reddit button with counter in your Blogger template Add Technorati blog reaction on your Blogger templateAdd Mixx button on Blogger templateAdd DZone button on Blogger templateAdd Design Float button on Blogger templateSome Blogger Tips you probably don't knowAdd Yahoo! Buzz button on Blogger Template
Finally after some days I'm really happy to release for my readers this new blogger template: Typoork. Typoork is a clean and professional Blogger template totally free and highly customizable. It supports inline comments form, delicious and retweet counters in each post.
How I said, this template is totally free! The only thing I ask you is please don't remove the link to Woork in the footer. Take a look at this preview:

Disclaimer
PLEASE, READ THIS! This is an highly customized Blogger template which I suggest to use only if you have familiarity with HTML, CSS and Blogger. Before to make changes on your actual Blogger template, save a copy of your template on your local hard disk, so, if something go wrong with the update, you can restore it. Take a mind, if you use custom Widgets on your actual Blogger template, they will be removed using this template. I'm not responsible for eventual problems. Ok? :)I provide HTML instead XML code because in this wat you can modify this template simpler if you use an wysiwyg like Dreamweaver.
Blog title
Find this code and change the content into the tag title with the title of your blog:<b:if cond='data:blog.pageType != "item"'>
<title>Typoork | A clean, professional and free Blogger Template</title>
<title>Typoork | A clean, professional and free Blogger Template</title>
Customize the header
Find this code and change the comment "Your logo here" with some line of HTML code for example adding a logo, adding some links a background image, etc:<div id="typoork-header">
<!-- Your logo here -->
</div>
<!-- Your logo here -->
</div>
About me
"About me" is the section where you can add a short description about you, your blog and add some links to your main social identities (in this case I addedd Facebook and Twitter by default).
Find this code to customize your social identity links:
<a href='#'>Facebook</a> | <a href='#'>Twitter</a>
...and change '#' with your Facebook and Twitter profile link.
Then, find the following code and add a picture of you and a short description about your blog.
<!-- ABOUT ME -->
<div class="sidebar-section" style="background:#EFEFEF; padding:8px;">
<img src="#" class="profileImage"/>
Add a short description of you here
<div class="spacer"></div>
<div class="sidebar-section" style="background:#EFEFEF; padding:8px;">
<img src="#" class="profileImage"/>
Add a short description of you here
<div class="spacer"></div>
You can also add your picture in the section above comments:

Find this code and replace "#" with the link to your image:
<img src="#" style="padding:4px; background:#FFFFFF;"/>
Feed RSS links
Find this code and change '#' with the link to your Feed RSS file:
<!-- FEED RSS -->
<h3>
<span class="feed-small-right">
<a href='#'>Subscribe now!</a>
</span>Feeds RSS</h3>
<div class="section-links">
<a href='#'>Subscribe to my RSS Feeds</a>
</div>
<h3>
<span class="feed-small-right">
<a href='#'>Subscribe now!</a>
</span>Feeds RSS</h3>
<div class="section-links">
<a href='#'>Subscribe to my RSS Feeds</a>
</div>
I suggest you to use Feedburner to manage your feeds RSS. It's perfectly integrated with Blogger and simple to use.
Latest posts
You may active a Feedburner account to display your latest post list. In your FeedBurner account login, click on "Publicize" tab and select "BuzzBoost" service. Follow instructions on the page and substitute BuzzBoost code into the section highlighted in bold:<!-- Latest Post -->
<h3>Latest posts</h3>
<div class="section-links">
<div class="spacer"></div>
<ul style="margin:0; padding:0; border:0;">
<li><a href="#">Your link 1 here</a></li>
<li><a href="#">Your link 2 here</a></li>
<li><a href="#">Your link 3 here</a></li>
<li><a href="#">Your link 4 here</a></li>
</ul>
</div>
<h3>Latest posts</h3>
<div class="section-links">
<div class="spacer"></div>
<ul style="margin:0; padding:0; border:0;">
<li><a href="#">Your link 1 here</a></li>
<li><a href="#">Your link 2 here</a></li>
<li><a href="#">Your link 3 here</a></li>
<li><a href="#">Your link 4 here</a></li>
</ul>
</div>
...Feedburner code it's something like this:
<script src="http://feeds2.feedburner.com/Woork?format=sigpro" type="text/javascript" ></script>
Add new section in the sidebar
In the sidebar you can add new sections like the following (Hot links) simply adding this code:<!--Hot links -->
<h3>Hot links</h3>
<div class="section-links">
<div class="spacer"></div>
<ul style="margin:0; padding:0; border:0;">
<li><a href="#">Your link 1 here</a></li>
<li><a href="#">Your link 2 here</a></li>
<li><a href="#">Your link 3 here</a></li>
<li><a href="#">Your link 4 here</a></li>
</ul>
</div>
<h3>Hot links</h3>
<div class="section-links">
<div class="spacer"></div>
<ul style="margin:0; padding:0; border:0;">
<li><a href="#">Your link 1 here</a></li>
<li><a href="#">Your link 2 here</a></li>
<li><a href="#">Your link 3 here</a></li>
<li><a href="#">Your link 4 here</a></li>
</ul>
</div>
You can customize sections how you prefer, adding link, images and external widget (MyBlogLog, Google FriendConnect, etc)
That's all! For your feedback about this template, please leave a comment! Thanks :)

Tweetmeme is a service which help you promote your blog by using the tweetmeme button, a simple and easy way you can integrate twitter into your blog and websites.
The result is a button like this:
If you want to add the tweetmeme button on your blogger template use this simple code:
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
The only thing you have to change from the original code provides by Tweetmeme is set the var tweetmeme_url = <data:post/url>.
That's all! If you have some problem or suggestion please leave a comment. Thanks!
Add a retweet counter on your website with ReTweet.comHow to install Disqus comments into BloggerImprove the default comment system with Google Friend ConnectAdd TwitThis on your Blogger templateAdd Digg vote button on Blogger Template (update)Add delicious button with counter in your blogger postsPlace Google AdSense below post's title on BloggerAdd StumbleUpon button in your Blogger postsAdd reddit button with counter in your Blogger template Add Technorati blog reaction on your Blogger templateAdd Mixx button on Blogger templateAdd DZone button on Blogger templateAdd Design Float button on Blogger templateSome Blogger Tips you probably don't knowAdd Yahoo! Buzz button on Blogger Template

To add TwitThis on your Blogger template you can using the code you can find here. That code uses JavaScript. If you want use a simpler way to add it use this alternative.
HTML code

<a expr:href='"http://twitthis.com/twit?url=" + data:post.url + "&title=" + data:post.title'>Twit This!</a>
Copy and paste the code exactly how it is in the box above! Don't remove spaces!
CSS code
If you like my TwitThis link (
.share-twitthis{
background:url(http://tinyurl.com/ay2jsc) 10px top no-repeat;
padding-left:42px;
font-size:11px;
line-height:18px;
}
background:url(http://tinyurl.com/ay2jsc) 10px top no-repeat;
padding-left:42px;
font-size:11px;
line-height:18px;
}
That's all!
Add a retweet counter on your website with ReTweet.comAdd a retweet counter on your posts with TweetmemeHow to install Disqus comments into BloggerImprove the default comment system with Google Friend ConnectAdd Digg vote button on Blogger Template (update)Add delicious button with counter in your blogger postsPlace Google AdSense below post's title on BloggerAdd StumbleUpon button in your Blogger postsAdd reddit button with counter in your Blogger template Add Technorati blog reaction on your Blogger templateAdd Mixx button on Blogger templateAdd DZone button on Blogger templateAdd Design Float button on Blogger templateSome Blogger Tips you probably don't knowAdd Yahoo! Buzz button on Blogger Template
If you are a Blogger user your know very well the limits of Blogger comments system. Although some improvements (inline comments), comment system remaining a small weakness of this fantastic blogging platform. But now a solution came directly form Google and the Friend Connect Wall Widget!
What can you do with this widget? In a nutshell you can add a Wall (Facebook-like) in your pages, so your readers can add comments or reply to a previous message posted by an other reader. The result is something like this:

I suggest you don't disable Blogger standard comment system... but use both, letting to your readers the choice about what comment system to use. Set up the Wall Widget it's simple and requires only one minute!
Step 1: In Google Friend Connect home page click on Social gadgets and select Wall gadget.

What can you do with this widget? In a nutshell you can add a Wall (Facebook-like) in your pages, so your readers can add comments or reply to a previous message posted by an other reader. The result is something like this:

I suggest you don't disable Blogger standard comment system... but use both, letting to your readers the choice about what comment system to use. Set up the Wall Widget it's simple and requires only one minute!
Step 1: In Google Friend Connect home page click on Social gadgets and select Wall gadget.

In the next page, in option section, select Page from Scope menu. In this way all comments associated with a specific page will be displayed only on that page:


Step 2: Set all remaining options how you prefer, customizing the width, height and colors of your widget. Now clik on Generate code button and copy the code, then sign-in on your Blogger account and click on the tab Layout > Edit HTML. Rember to save your template before to make the following changes!
Step 3: Now copy this code after "post" section in any point. For example, find this line of code:
...and paste the previous code below. If it's all ok you'll see the Wall below your posts how you can see in my site! Try it!
Step 3: Now copy this code after "post" section in any point. For example, find this line of code:
<b:includable id='comments' var='post'>
...and paste the previous code below. If it's all ok you'll see the Wall below your posts how you can see in my site! Try it!
Related content
Set up Google Friend Connect on BloggerThis tutorial illustrates how to install Google Friend Connect on a Blogger template. Blogger doesn't require to install external files rcp_relay.html and canvas.html as it seems during the set up process. Set up is simple and requires only a few of seconds!

Step 2: The next page ask you to add two files to your site:
1. rcp_relay.html
2. canvas.html
...but using Blogger isn't necessary copy them (the description on Set up process isn't not so clear if you are a Blogger user!). Ignore them and click simply on "Continue":
Step 3: now format your widget selecting colors, width, height and generate your code. Sign-in on your Blogger account and click on the tab Layout > Edit HTML. Then paste the code, in a section of your Blogger Template and save it!