Blogger Auto Read More Hack : Improved With Many Control Options - Helper Blogger

Blogger Widgets | Templates | Tutorials

Latest

Saturday 9 June 2012

Blogger Auto Read More Hack : Improved With Many Control Options


Blogger auto read hack is the best hack available for blogger.Almost every blogger use this hack.This hack automatically create post summaries with thumbnails.We already shared a auto read more hack for blogger but this time we are sharing updated auto read more hack.With using this can controls following options as you wish,

  1. You can add default thumbnail image when your posts don't have any image.
  2. You can turn off auto read more for some first posts.
  3. Option to turn on/off read more for home page and labels page.
Above are the some features of this new auto read hack the script of this new hack is created by Rilwis.Now lets see how to apply this hack,

How To Add Auto Read More Hack To Blogger?


If you have already added a old read more hack then you have to remove it first.

  1. First go to Blogger Dashboard > Template
  2. Download a copy of your template
  3. Click Edit HTML
  4. Hit Proceed
  5. Check Expand Widget Template checkbox
  6. Find below code in your template

</head>

add below piece of code just above it,

<script type="text/javascript">
var summaryConf = {
    showImage: true,
    imgFloat: 'left',
    imgWidth: 120,
    imgHeight: 90,
    defaultThumb: 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwNiECo0AGaNsXue-XGRjW1ylWh5hyIGEFO5eko8UNN-XiMQlrDWhRe7D43d-xDHZG120H8ORhKB6XCl5LKShN9KkylLl_eweklNJxPZZtHtaB2DyZiLU9EcodTjN8yhBUl3jEe9qOtQc/s1600/no-thumb.jpg',
    words: 65,
    wordsNoImg: 80,
    skip: 0,
    showHome: true,
    showLabel: true
};
</script>
<script type="text/javascript" src="http://code.helperblogger.com/summary.min.js"></script>

You can easily customize above highlighted values,below are their meaning

  • showImage: true, If you don't want to show image thumbnail then simply replace true with false
  • imgFloat: 'left', If you want to float image at the right of summary then simply replace left with right
  • imgWidth: 120, This is width of image
  • imgHeight: 90, This is height of image
  • defaultThumb: 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwNiECo0AGaNsXue-XGRjW1ylWh5hyIGEFO5eko8UNN-XiMQlrDWhRe7D43d-xDHZG120H8ORhKB6XCl5LKShN9KkylLl_eweklNJxPZZtHtaB2DyZiLU9EcodTjN8yhBUl3jEe9qOtQc/s1600/no-thumb.jpg', If you want to set your own default thumbnail then replace above image URL with yours.
  • words: 65, This is number of words when there is a thumbnail
  • wordsNoImg: 80, This is number of words when there is no thumbnail
  • skip: 0, skip some first posts, don’t apply auto readmore for them. If this option is set to 0 so that all posts are applied auto readmore.
  • showHome and showLabel: allow or not auto readmore for homepage and label page. true is allowed, false is not.


Now find below code in your template,

<data:post.body/>

replace it with below code,

<span expr:id='data:post.id'><data:post.body/></span>
 
<b:if cond='data:blog.pageType == "index"'>
    <script type='text/javascript'>summary("<data:post.id/>")</script>
<span style='float:right;padding-top:20px;'><a expr:href='data:post.url'>Read More</a></span>
<b:else/>
    <b:if cond='data:blog.pageType == "archive"'>
        <script type='text/javascript'>summary("<data:post.id/>")</script>
    </b:if>
</b:if>

Finally take a preview of your template,if you thing that everything is alright then save your template,if not then customize it as you wish and save it :)

44 comments:

  1. Helpfull Tricks

    Thanks Rahul .

    ReplyDelete
  2. hei nice,this is what i've searched for a long time..but you have nicely explains to easily understand by newbies..

    one more doubt or help i need, can i add image instead of text "Read more.." on the post.. if yes,mean please tell me how..

    Regards : Jeni4evr

    ReplyDelete
    Replies
    1. Hello,

      First go to your template and check the Expand Widget Template

      Now find Read More in your template

      Replace it with below code,

      <img src=IMAGE URL HERE border="0"/>

      replace IMAGE URL HERE with your image URL...

      finally take a preview of your template and save it.

      Delete
    2. This comment has been removed by the author.

      Delete
  3. Thanks a lot for this Hack

    ReplyDelete
  4. Hello Can you help me please , i cant creat like this

    ReplyDelete
  5. I need help, my website:
    http://www.unifiniti.com

    doesn't really have any change!

    ReplyDelete
    Replies
    1. Why? Pls. try all steps the steps carefully,also it is working in my demo blog.If still you can't add a read more then send me a copy of your template.

      Delete
  6. Hello rahul

    This is not working in IE???

    ReplyDelete
  7. Too Low !!!
    http://limwynn.blogspot.com/
    How to adjust the height of read more ?

    ReplyDelete
  8. great tips!http://www.tickthelink.blogspot.com/

    ReplyDelete
  9. check this site for more hacks,pc games,torrent,android apps,free mobile recharge,earn free money online,etc,etc

    http://tricksterpc.blogspot.com

    ReplyDelete
  10. Hey Rahul Can You Help Me, Well My Brother I Want To Add Auto Image Resize Hake On My Blogger Like Auto Read More Hake So Please Give Me This Coding Only FOr Image Resize Please Dont Forget To Reply Me Ok...

    ReplyDelete
  11. Hello!

    Random posts don't have the content/text showing up, just the thumbnail.

    http://www.beholdthemetatron.com/

    How can I fix that? Is it a word count thing or something?

    Thanks!

    ReplyDelete
    Replies
    1. I think I figured it out. I have to go into each post that does not show up and just have to delete any previous css and redo. Weird bug!

      Delete
  12. check this site http://d-tricky.blogspot.com for Latest news and update about techs,android,computer,mac,apple,windows,software,games and mobile gadget ,Hacks and i hope that you all will enjoy

    ReplyDelete
  13. check this site http://trickslab.com . this http://trickslab.com is very good and best you will enjoy i am sure. http://trickslab.com is the bets site for ever

    ReplyDelete
  14. http://trickslab.com/ - best site fro ever

    ReplyDelete
  15. This comment has been removed by the author.

    ReplyDelete
  16. When I use the skip:1 option, it skips the first post on EVERY page. This only happened after I changed the default thumbnail to my own... Please help?

    ReplyDelete
  17. This auto readmore isn't working in IE

    ReplyDelete
  18. Hi, webmaster just wanted to say thanks. This blog is the first one whose tips and instructions actually works. I enjoy reading your blog and i have followed closely to your tutorial too. Thanks so much for sharing, I really love your effort in educating us with unique and quality posts.
    ProblogTuts.Com

    ReplyDelete
  19. Help!!!
    Not working....
    http://samsungdevils.blogspot.in/
    Just check it...
    Can i send the template.. ??
    Help!!!

    ReplyDelete
  20. Help
    I have a problem, When i go to search this , My template searches 3 results. with which i have to replace it ??

    My Website
    softwaresuneeds.blogspot.in

    ReplyDelete
  21. pls how do l add read more link to my feedburner email post so that it can show summary of post to them and read the remaing post on my blog. pls help.

    ReplyDelete
  22. Hello, thank you so much for this tutorial. seems to be everything I need. But unfortunately it doesn't show on my blog. I've been very careful in following every step. Can you help? Thanks a lot !

    ReplyDelete
  23. Hi Rahul...
    Nice, but got some confusion. When i tried to find this tag < data : post.body/ > ", i found 3 tags in my template, with which one i have to replace...

    Please help...
    Than you in advance.

    ReplyDelete
  24. Hi...bro
    Thank you,
    I applied this to my blog and it is working fine. but i just want only image to be appear in the center, no words.

    Can you give me the code please..

    Thank you in advance..

    ReplyDelete
  25. This comment has been removed by the author.

    ReplyDelete
  26. What a great post. I think this tutorial is the best and most used by blogger. A must have!

    Rahul, if I want to add a border about 6px around the thumbnail, how would I do that?

    ReplyDelete
  27. Oh by the way, in my case I had to pick the 2nd line code:



    for the plugin to work. I have 3 of them. :)

    ReplyDelete
  28. Um, Blogger detected and deleted the line code. See if it likes this time.

    <data:post.body/>

    ReplyDelete
  29. great trick thanks i hvae been searching it for a longer time


    http://www.techntrickmania.blogspot.com/

    ReplyDelete
  30. hey rahul you got so great traffic and alexa rank why don't you place ads in your site from buy sell link ads .. i'm sur u can earn
    $ 500-1000 per month

    ReplyDelete
  31. plz plz tell me how are you getting so much traffic.......!! it's amazing i have became fan of u....
    plz tell me how you got soo much traffic..
    plz visit my site www.techntrickmania.blogspot.com and plz tell me what are the drawbacks inmy site due to which i have such alow seo response.. i did just like every others do but in my own different way but their post appear in search engines much before mine.. i mean if their posts are being shown in 1st page then my posts appear in 3rd page

    ReplyDelete
  32. hi, i want to increase the length between thumbnail and summary. What should i do?. Thank you

    ReplyDelete
  33. I did everything step by step as written and it didn`t work on my template.
    I still see whole posts on one page.

    ReplyDelete
  34. not working in my blog pleas help

    ReplyDelete
  35. Plz tell me i need a Script With No Read More No Thumnail No Summary .user Click on my Post Title Name and go to the post ? is it posible Plz tell me soon Joshpk

    ReplyDelete
  36. Am on a liveonblog and it does not works. trying out some other thing.

    ReplyDelete
  37. hey bro this is only working in home tab but not in label pages .. plz chk
    my blog url - www.justkaimz.com

    ReplyDelete

If you want to be informed about any replies then check "Notify me" option (present at lower right corner of comment box and it will display if you are logged in to your google account). PLEASE DO NOT SPAM