Tuesday 20 August 2013

Almost every blogger or webmaster uses Automatic read more with thumbnail feature in their blog because it add more functionality and give a professional look to the blog. Beside this it has many advantages like it shows only post summary (excerpt or snippet) with thumbnail on the blog homepage, labels and archive page that increase your blog page views, it help to reduce blog load time of your blog by reducing the long lengthy posts into a short summary with first image of the post at homepage. It also help to reduce bounce rate of blogger blog because if reader is interesting to read the full post then he/she have to click on read more link hence less bounce rate. As you know now the benefits of adding read more link into blogger, let see how to add it with very simple steps.

Add Auto Read More To Blogger

  1. Go to your Blogger Dashboard > Template.
  2. Backup blog template to prevent the template by any crash during making changes to add read more.
  3. Click Edit HTML > Proceed.
  4. Check Expand Widget Template checkbox.
  5. Press Ctrl+F and find the below code in your template.
  6. and paste the below code just above / before it.

  7. Now search and replace it with the below code.




  8. Read More



  9. Now preview your template and save.
Customization:  Below are some customization tips that you can do in the first code to achieve the following results.
  1. showImage: true, This code will show summary with thumbnail. If you don’t want to show thumbnail then change true to false.
  2. imgFloat: ‘left’, To change image location replace left with right.
  3. imgWidth: 120, imgHeight: 90, Default width and height of the thumbnail. Change these values according to your need.
  4. defaultThumb: ‘https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTcVrO-peDX6zi8b16hnAACyDBnFn-2w3urD0klJ2VIpux6cDspKDWo5UsMNtDgLlAS0LEtm_S6Y-K4h9jWUPIx5ERyG3pVwfZjQ7v0vz37rUq9rhSLPQnEAXMDVO34hHoxZYFOksCrH4/s1600/no-thumb.jpg’, If there will no any image in the post then the default image will be show as a thumbnail. You can change it by replacing it with your own image url.
  5. words: 65, No of words shown along with thumbnail.
  6. wordsNoImg: 80, No of words without thumbnail.
  7. skip: 0, If you not want to show read more on some starting posts then change 0 with no. of posts. For example if you change 0 with 2, then read more function will not work for first 2 posts.
  8. showHome:true,Change true to false if you don’t want to show read more on Homepage.
  9. showLabel:true,Change true to false if you don’t want to show read more on Label Page.

Output

Once you save your template, visit your blog. The read more link with thumbnail will look like this:
auto read more

0 comments :

Post a Comment