Friday 31 August 2012

New blogger add auto read more hack on your blogspot

This trick is best because if you add this trick on your blog your blog post below will be automatically READ MORE when visitor click read more he can read full post and give you comment so add this hack on your blog now. * First go to your blogger Dashboard .
* Now click on Design tab and edit HTML.

* Click on small box to expand your blogger template.

* Now find this code now <data:post.body> and replace this with below code .
<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'>
<data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");</script>
<span class='rmlink' style='float:right'>
<a expr:href='data:post.url'>Read more>></a></span></b:if>
<b:if cond='data:blog.pageType == "item"'>
<data:post.body/>
</b:if>
*Now again find </head> and copy below code paste before </head>
<script type='text/javascript'>
summary_noimg = 450;
summary_img =350;
img_thumb_height = 100;
img_thumb_width = 100;
</script>
<script src='http://www.yourjavascript.com/01161132830/read-more_auto.js' type='text/javascript'/>
* Now save your template now you are done.

No comments: