Recommended: Fix Windows Errors and Improve PC Performance

Read More Plugin to show Post Summary with Thumbnails Automatically on Blogger Homepage

Posted by Bapun 28 July, 2009

If you wanted to give your blogger blog a Wordpress look, here is an another step you can take forward. New Read More post plugin for Blogger blogs can show post summary on homepage with auto generated thumbnails. These thumbnails are taken from the post pages automatically and gets displayed on home page, archive page, labels page etc. Earlier I posted about Read More post hack for Blogger, but this trick will make your job more easier, with a professional touch.

read more plugin hack for blogger

Add Read More Post Plugin to Blogger blogs

  • Navigate to your Dashboard >> Layout >> Edit HTML >> Expand Widget Templates
  • Search for </head> in your template (Press CTRL+F)
  • Replace the above code with the following code
  • <script type=’text/javascript’>
    var thumbnail_mode = &quot;float&quot; ;
    summary_noimg = 230;
    summary_img = 140;
    img_thumb_height = 100;
    img_thumb_width = 100;
    </script>
    <script src=’http://files.bloggerplugins.org/excerpt.js’ type=’text/javascript’/>
    </head>
  • Now search for another piece of code inside your template >> <data:post.body/>
  • Replace this with the following piece of code :
  • <b:if cond=’data:blog.pageType == &quot;item&quot;’>
    <data:post.body/>
    <b:else/>
    <div expr:id=’&quot;summary&quot; + data:post.id’>
    <data:post.body/>
    </div>
    <script type=’text/javascript’>
    createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
    </script>
    <div style=’clear: both;’/>
    <span style=’padding-top:5px;;float:right;text-align:right;’><a expr:href=’data:post.url’ rel=’bookmark’><b>Read More…</b></a></span>
    </b:if>
  • Save the changes and you are done.

Customize Read More Plugin Look

You can customize the look and feel of this Read More blogger plugin by changing few parameters and values. Checkout the below possible customization options :

You can add an image in place of Read More.. text, by replacing that part from second code with <img src=”http://lh3.ggpht.com/_kTaFrEr_318/SkKGIoU-oPI/AAAAAAAAA9g/5A_nTHvFgiI/readmore_thumb%5B2%5D.gif” align=”right” border=”0″/> or with other words like : Continue Reading, [..], Read full post here etc.

You can edit the look and feel of the image by editing the following parameters:

  1. thumbnail_mode var = “float”; >> Thumbnail will appear above post summary
  2. summary_noimg = 230; >> No of characters to show in summary in case of no image
  3. summary_img = 140; >> No of characters to display in the summaries with pictures
  4. img_thumb_height = 100; >> Display post thumbnail height adjustment
  5. img_thumb_width = 100; >> Display post thumbnail width adjustment

That’s it. Now enjoy having Read More post summary on Blogger blogs with auto generated post thumbnails. [via]

We will send you some more information related to Read More Plugin to show Post Summary with Thumbnails Automatically on Blogger Homepage

Categories : Blogspot Tags : , ,

Comments
July 29, 2009

Blogger going from best to bestest.

Posted by Gagan
October 30, 2009

I’m sorry but this code doesn’t work ! An HTML error comes up regarding unclosed tags. Layout elements drag n’ drop is impossible after !

The method is good though and replacing the codes with those works fine for me
At first this instead of the head tag

var thumbnail_mode = "float" ;
summary_noimg = 230;
summary_img = 140;
img_thumb_height = 100;
img_thumb_width = 100;

And then this second bit instead of the other bit of code

createSummaryAndThumb("summary");

Read more >>

Hope this will help ;-)

Posted by John
January 3, 2010

yap , I agree, this plugin does not work

Posted by marvin
January 3, 2010

THanks a a lot !

Posted by SmashDesign
January 14, 2010

Just change the Read More… to Read more and you have successfully implement the changes without any error.

Posted by HTML in post
Leave a comment

(required)

(required)


Top incoming search terms for this post