This how-to guide will show you how to How to Auto Read More with image thumbnails on Blogger. This hack will automatically create post summaries with image thumbnails on your blogspot blog. Just follow the steps below
<script type=’text/javascript’>var thumbnail_mode = "float" ;summary_noimg = 500;summary_img = 500;img_thumb_height = 125;img_thumb_width = 125;</script><script src=’http://keerthiset2.110mb.com/excerpt.js’ type=’text/javascript’/>
Now search for <data:post.body/> in your template and replace <data:post.body/> with the following code
<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>Reade more >></b></a></span> </b:if> |
Finally hit SAVE TEMPLATE and viola! your’ done. You will not have to do this again and again as this hack automatically does everything out there.
Leave a Reply