
Make Blogger Auto Generated Thumbnails Clickable
- If you already using old auto read more script with thumbnails then follow step Two, otherwise click here, follow the instructions on new page and then follow step two.
- If you satisfy step 1, then follow below instructions: Replace
- Now, Go to Settings > Design > EDIT HTML and check Expand Widget Templates
- Now, Find this code
- Save Template, thats it :)
<script src='http://keerthiset2.110mb.com/excerpt.js' type='text/javascript'/>
with <script src='http://bplugins.googlecode.com/files/readmore.js' type='text/javascript'/>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id>");</script>
and replace with <script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>","<data:post.url/>","<data:post.title/>");</script>