Recommended: Fix Windows Errors and Improve PC Performance
Read More Plugin to show Post Summary with Thumbnails Automatically on Blogger Homepage
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.
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 = "float" ;
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>
<b:if cond=’data:blog.pageType == "item"’>
<data:post.body/>
<b:else/>
<div expr:id=’"summary" + data:post.id’>
<data:post.body/>
</div>
<script type=’text/javascript’>
createSummaryAndThumb("summary<data:post.id/>");
</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>
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:
- thumbnail_mode var = “float”; >> Thumbnail will appear above post summary
- summary_noimg = 230; >> No of characters to show in summary in case of no image
- summary_img = 140; >> No of characters to display in the summaries with pictures
- img_thumb_height = 100; >> Display post thumbnail height adjustment
- 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]
Related Posts :
Comments
Leave a comment
Top incoming search terms for this post-  read more plugin,  auto summary blogger,  auto read more blogger,  auto readmore wordpress,  auto readmore blogger,  show thumbnail in blogger,  auto read more wordpress,  readmore plugin,  read more with thumbnail blogger,  summary-post.js,  auto read more plugin wordpress,  auto read more for blogger,  blogger read more thumbnail,  Summary Posts with thumbnails for Blogger,  automatic post summary blogger,  blogger show post summary,  blogger summary post,  auto readmore in wordpress,  show thumbnail on blogger post,  read more plugin blogger,  blogger auto summary,  read more plugin for blogger,  summary blogger,  automatic post summaries blogger,  post thumbnail blogger,  read more blogger plugin,  summary-posts.js,  thumbnail post blogger,  blogger summary,  auto read more with thumbnail,  summary post blogspot,  blogger auto read more,  recent post blogger with thumbnail,  pictures included in post summaries wordpress,  how to add read more to blogger,  wordpress post summary plugin,  post summaries blogger,  blogger read more plugin,  thumbnail summary blogger,  blogger summary with thumbnails,  automatic post summary,  auto readmore for wordpress,  blog post summary plugin,  wordpress readmore plugin,  blogger auto summaries,  all,  Automatic Thumbnail and Read More Function for Blogger,  thumbnail blogger,  read more function add in blog solidblogger.com,  blogger show thumbnails, 



Blogger going from best to bestest.
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
yap , I agree, this plugin does not work
THanks a a lot !
Just change the Read More… to Read more and you have successfully implement the changes without any error.