Installation Guide:
- Login to blogger Dashboard.
- Click on Template on left side and click on edit HTML tab.
- Click on HTML code and Press CLT+F to open Search box,which will show up on top right.
- Now type </head>
- and add the below code after </head>
<script type='text/javascript'>
var thumbnail_mode = "no-float" ;
summary_noimg = 430;
summary_img = 340;
img_thumb_height = 100;
img_thumb_width = 120;
</script>
<script type='text/javascript' src='http://widgets.way2blogging.org/blogger-widgets/w2b-auto-readmore-blogger.js' ></script>
NOTE: You Can change numeric value according to your needs in above code
img Height --- > img_thumb_height = 100;
img Width --- > img_thumb_width =120;
Content Height ---> summary_noimag - 430;
---> summary_img - 340;
6. Finally find <data:post.body/> and replace it with following code
<b:if cond='data:blog.pageType == "item"'>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType == "static_page"'>
<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 class='rmlink' style='font-weight:bold;padding:5px;float:right;text-align:right;'><a expr:href='data:post.url' >Read more ... </a></span>
7.Now Save your template , refresh & Check your Blog to see Read more...
Blogger Comment
Facebook Comment