Automatic Read More Hack For Blogger

Although this tutorial will allow you to truncate the post wherever you want (i.e. you can show/hide several parts of the post with this hack), but being a javascript based hack, this method is not SEO friendly. If you want to use a SEO friendly post-truncating method on your blog, then kindly read this post.

Here's a multi-purpose and quite awaited Blogger Hack.
This is for all those bloggers who are looking for a hack, which adds "Read More..." expandable link automatically to all their posts (whether the posts are new or old).

Read More Hack For Blogger


You have to specify the number of characters after which the post will be truncated. If you select it as 500, then all your posts in the home page will show only first 500 characters.
And moreover this hack has already been modified to show the first image from the post, as a thumbnail along with the truncated post.

I called this hack as multi-purpose, because through this hack you not only add the "Read More" tag to your posts, but it also optimizes your "Archive pages" (Feb 2008, Oct 2008, etc.) for search engines and also for your readers.

NOTE: In the previous "Read More" hack, you have the control over your posts (to hide/truncate different posts at different lengths). But once you apply this hack, all your posts will be of equal length.

Instructions to follow:

STEP 1:
Log in to Blogger, go to Layout -> Edit HTML, and mark the Expand Widget Templates box.

Now find (CTRL+F) this in the template code:
</head>
And immediately ABOVE/BEFORE that, paste this code:
<script type='text/javascript'>var thumbnail_mode = &quot;no-float&quot; ;
summary_noimg = 500;
summary_img = 450;
img_thumb_height = 100;
img_thumb_width = 120;
</script>
<script src='http://files.main.bloggerstop.net/uploads/3/0/2/5/3025338/read-more_auto2.js' type='text/javascript'/>
You may change the numbers in blue, as per your wish. If a post doesn't have images then the length of the summary will be 500.
If a post contains image, then text length will be 450, and the first image that will be displayed will have these dimensions:
width= 120, and
height= 100.

STEP 2:
Now again in the template, find (CTRL+F) this:
<data:post.body/>
Then REPLACE that line, with this 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='float:right;padding-top:20px;'><a expr:href='data:post.url'> Read More... <data:post.title/> </a></span></b:if></b:if>

Save the template and make your readers and search bots happy !


NOTE: Although the JavaScript file has already been uploaded and linked in the code in STEP #1, but as a backup I suggest you to download and save a copy of it:

BackUp - STEP 1:
Download this file: read-more_auto.js

Download Link

BackUp - STEP 2:
Upload the file to
MyDataNest (Recommended),
NOTE: Edit & save the folder properties at your MyDataNest account as "Hidden" and NOT as "Private".
And copy the DIRECT LINK to the file.

Credits: VietWebGuide

ProBlogger - Inspiring Others Realize Their Dreams!

Share this

Related Posts

106 comments

Write comments
May 15, 2009 10:50 AM delete

Hi,

Thanks for the wonderful tutorials on this blog. I actually had a small request. Could you please tell me, is it possible to make a template, such that there are three columns on the front page, labels and archives, but only two columns on the content page? Also is it possible that the content can take up the unused space? Will be waiting for your reply and any suggestions u can make.

Reply
avatar
May 15, 2009 11:24 AM delete

Hmmm....that will take some time to think upon...
Why don't you simply use this trick to show/hide widgets in particular pages:

http://bloggerstop.net/2008/12/show-widgets-in-only-specific-pages-or.html

Reply
avatar
May 15, 2009 11:29 AM delete

I went through it. Am using it on my test blogs. the problem is, it leaves a lot of white space, which i want the posts to occupy.

Reply
avatar
May 15, 2009 11:29 AM delete

Is there any way to use different css files with the conditional tag.?

Reply
avatar
May 15, 2009 11:45 AM delete

I was thinking whether we could use a two column css file for the post pages and a three column one for all the other pages. Just a thought. Do yopu think whether this is possible?

Reply
avatar
May 15, 2009 11:51 AM delete

Hmmmm
Not sure....but i think it is possible:

create 2 css files for 3 and 2 sidebars respectively;

show file 1 in homepage (3 sidebars, and less width of main-wrapper),
and show file 2 in other pages (!=home) (2 sidebars, and more width of main-wrapper).

Reply
avatar
May 15, 2009 4:46 PM delete

I tried this js, but don't like

My images get weird and the text configuration disappears.

The texts looses all the configurations like Bold or colors

Here is a pic for an example from my blog

http://img31.imageshack.us/img31/1069/20090515214520.png

Reply
avatar
May 16, 2009 12:22 AM delete

Ya......even I am not using it, I generally like to hide posts at different lengths.

But this will be a great hack for those, who use less or almost no images in their posts...
OR who are too lazy to hide each & every post

Reply
avatar
AB
May 16, 2009 1:25 AM delete

If the post have NO MAIN IMAGE but contains other image like when we use for explaining steps.Then, this hack is taking first image as main image.How to avoid this ?

Second problem, I am facing is, post containing video does not open when I click on read more..

Reply
avatar
May 16, 2009 1:54 AM delete

Here's the post, where you can show only summary, and it will not show any image in the summary,

http://www.vietwebguide.com/2008/07/to-read-more-c-tip-mt-cch-t-ng.htmlotherwise it will show the first image of the post.
Ankit, I haven't visited your blog for a long time, can you give me the address of your blog..

Reply
avatar
Anonymous
May 16, 2009 2:24 AM delete

Thanks for this post dude
I am one of those lazy bloggers )

Reply
avatar
Anonymous
May 16, 2009 12:56 PM delete

I have a blog that has no choice to edit post footer size. I have no idea how to add the option.
Anyone have an idea?

Reply
avatar
May 17, 2009 2:46 AM delete

hi Dsai,
As usual a great post. But I would rather stick to the previous hack of read more coz it gives you a command and control system

Dsai I wanted to request you a post, I hope you wont deny, it will be difficult for you to share but we would love to know that how did you gained a GPR 3.0? for your homepage. Plz provide with some tips that we could apply to do something for our blogs. I will be waiting for the answer

Reply
avatar
May 18, 2009 1:46 AM delete

Great! Now I don't have to worry about forget to place the span code anymore.

Reply
avatar
$@!
May 20, 2009 1:05 AM delete

hi DS, when i use this the whole blog becomes slow

Reply
avatar
$@!
May 20, 2009 1:10 AM delete

nearly how many pageviews do you get per day..plz be frank !

Reply
avatar
May 20, 2009 1:14 AM delete

I think you are talking about your blog hack-genius, in that as you already have many JS files, for digg, tweetmeme, your ads, addtoany etc. so actually it's a mixed effect of all of those. If you want to improve the loading speed, keep only those things which are really important to you, and from which you are actually gaining something.

Reply
avatar
$@!
May 20, 2009 1:34 AM delete

so then how do i display digg and tweet .js file in the post page and not in the main page

Reply
avatar
May 20, 2009 3:48 PM delete

Yes, this is a gr8 tip, I have posted the same in my blog some times ago. I think that is much simple, only with 2 steps. link

Reply
avatar
May 20, 2009 10:46 PM delete

Great Find and Great Post.

However, This cannot be called as exactly as a wordpress hack simply because if the image height & width are already less than the provided values in the Template's HTML, it's gonna make even the most smallest image, totally pixelated.
I was actually hoping for a wordpress sort of hack where if an image is, say, greater than '500' in height, only then it would automatically get truncated to the specified height in the .CSS file. Nevertheless, great find.

Reply
avatar
May 21, 2009 6:06 AM delete

@ Sai Krishna,

Read this tutorial to show widgets only in posts and not in homepage:
http://bloggerstop.net/2008/12/show-widgets-in-only-specific-pages-or.html

@Deluxe Templates
It is the same code, with only 2 steps..

@Roady,

Ya idea is good.....let's see if we could do that

Regards
Sai

Reply
avatar
June 06, 2009 2:35 PM delete

Thank you for this. I've followed the instructions but I have two weird results:

(1) On roughly half the page loads, the posts aren't truncated - They are full length with a working "Read More" link.

(2) When the posts *are* truncated, it seems that the summary-generation is dropping the first carriage return.

Do you have any ideas on this?

Site: http://janeproject.blogger.com

Reply
avatar
June 06, 2009 4:45 PM delete

Update: On exactly every other page load, the posts aren't truncated - They are full length with a working "Read More" link. This occurs in both FF and IE. Any comments would be appreciated, as I am out of my depth here.

Reply
avatar
June 13, 2009 2:54 PM delete

Thanks for sharing this.I've tried and follow this instructions.

It works! but..weird and funny for mine.

The first landing page,the post aren't truncated until I refresh it.

If I refresh it again,it would be exactly same as previous with full post.

Switching between on-off!!! Don't have a clue how to fix this.

I'm using FF3

Reply
avatar
June 14, 2009 8:10 PM delete

I have the same problem as Patt. It switches between the full lenght and "read more". Is there a way to make it consistent?

Mina
www.theuniverseguru.com

Reply
avatar
July 01, 2009 10:53 PM delete

Me too. Same problem with Patt and Mina. Any solution for this? Thanks.

Anne
Easy Buy & Sell

Reply
avatar
July 05, 2009 5:43 PM delete

its not working on my older posts, I see 2 posts in 1

Reply
avatar
July 11, 2009 4:23 AM delete

Its awesome Sai...Thanks for the post.

Reply
avatar
July 11, 2009 1:00 PM delete

but i also have the same problem like Pann, mina and anne...

Reply
avatar
July 11, 2009 2:44 PM delete

Resolved! I'd changed the file name and hosted the file into other hosting site (hotlinkfiles.com)...

Reply
avatar
July 12, 2009 5:29 AM delete

Thanks for telling that Ezri,
that means there's some problem in the hosting service - boxstr.com,
I am seriously mussing the hotlinking service from google - googlepages,...
anyways i'll update and replace the link to boxstr with hotlink and will try to inform others too...
thanks again Ezri...

Regards
Sai

Reply
avatar
July 13, 2009 12:20 PM delete This comment has been removed by the author.
avatar
July 13, 2009 12:30 PM delete

how can we show orginal size of image and more than one image

Reply
avatar
July 22, 2009 3:32 PM delete

This post has helped make sense on my site. Thanks

http://www.probingeye.com

Reply
avatar
Fatsa
August 23, 2009 11:45 AM delete

Hi

i use this code on my blog, but its not  working right. One  time is working, and when refresh the page, is not. When refresh again, its working.

Please help me



Apologize for my English!

Reply
avatar
Divya Sai
August 23, 2009 11:54 AM delete

Instead of uploading the file to boxstr.com use hotlinkfiles.com...that's it !

Reply
avatar
Fatsa
August 23, 2009 12:12 PM delete

the url i use is that:

http://boxstr.com/files/5912391_wxsn7/read-more_auto.js


is not not correct?

Reply
avatar
Fatsa
August 23, 2009 12:17 PM delete

I fix it with hotlinkfiles

Thank You!!

Reply
avatar
Anonymous
September 02, 2009 12:20 AM delete

how to show original size of image plzzzzzzzzzzzzzzzzzzzzzzzzzz help

Reply
avatar
September 02, 2009 9:53 AM delete

@ Anonymous,

Here's the tutorial:
http://bloggerstop.net/2008/12/upload-images-in-blogger-without.html

But add width parameter to the img tag, so that the images don't go out of the content area.

Reply
avatar
September 06, 2009 11:20 PM delete

Okay, everything I've tried on your site so far has worked beautifully for me, but I swear I did everything exactly as you said and I uh, got nothing.

Is there a small detail I might have overlooked? I'm not sure whether I should take it out and start over or there's simple reason why something like this happens.

www.peevishpenman.com

Reply
avatar
September 07, 2009 7:23 AM delete

May be there's some problem b/w this code and the frameset you are using...

Reply
avatar
September 12, 2009 7:29 AM delete

Sorry for so many posts...
This is the hack I tried to remove in order to install --- more ---

When I remove it, it gets rid of the entire post. When I edit it to show the entire post, it will not allow --- more --- to work.

edgarsreview.blogspot.com

I've gone back to the js for now

Reply
avatar
September 12, 2009 7:47 AM delete

Hello Edgar,

Once you remove the code instructed in Steps 3 and 4, and the posts are displayed in full length, comment here:
http://bloggerstop.net/2009/09/blogger-read-more-sidebar-errors-fixed.html

to start working on the new method...

Reply
avatar
September 19, 2009 9:10 PM delete

Very Good website! Thanks for it!

Reply
avatar
September 20, 2009 2:50 PM delete This comment has been removed by the author.
avatar
September 20, 2009 2:56 PM delete

If you people want to keep the aspect ratio of your photo open the read-more_auto.js file with your text editor and change the following: '+img_thumb_height+'px and '+img_thumb_width+'px and use the % of the size you want your thumbnail (example; 50% or 75%) be aware that both sizes must be the same porcentage. save your file upload it and see if you want the results. If you want to justify the text of your post, find #outer-wrapper text and below must be this: text-align: Left change the value to Justify and you must get the desired result. Is not that I know too much abuot XML or javascript but Firebug was a great help to figure this out. If someone find a way to center the photo while keeping the text justified, please let me know Gixman@hotmail.com

Reply
avatar
September 25, 2009 12:48 AM delete

hi i m having prob with this trick when i used this trick my social bookmarking icons r appearing over the images of post its nt properly placing below the post so pls tell what should i do ? i want to use this trick help me bro see my blog at http://watsyourblog.blogspot.com

Reply
avatar
September 25, 2009 5:21 AM delete

Hi Vicky,

To add those hiding social bookmarking widget, I have added 2 lines of code to hide the widget in the homepage and show it only below posts, so do the same in your blog, read this tutorial(step 3):
http://bloggerstop.net/2009/05/add-autohiding-social-bookmarking.html

Reply
avatar
October 10, 2009 9:09 AM delete

hi

few days now hotlinkfiles is not working and boxstr is not working on IE & Chrome.

any ideas?


thanks in advance

Reply
avatar
October 10, 2009 9:58 AM delete

Ya HLF is going down frequently. Do not use boxstr.com as it is not supporting direct linking of .js(javascript) files.

Presently I am using and satisfied with Myadatanest.com
You may use it too. Soon I'll review it here on BloggerStop

Reply
avatar
October 13, 2009 8:56 AM delete

i used this script but it shows the post two timed check my blog and tell me how to correct it

Reply
avatar
October 13, 2009 10:07 AM delete

@kartikey

Do not use hotlinkfiles.com
it's down for many days now. chk your link urself:
http://www.hotlinkfiles.com/files/2750395_bzedg/read-more_auto.js

Register and use mydatanest.com

Reply
avatar
October 13, 2009 8:06 PM delete

Hello again I was wondering, is there any way to make the post summary image also link to the full articl,e like the rmlink does? I have been able to customize this script a little bit but have been unsuccessful trying to make the image link to the post. Anywho, thanks again for all of your great resources.

Reply
avatar
October 14, 2009 1:48 AM delete

Hey Lauren,
yes that is possible.
Instead of the .js file referred in the post, use this one:

http://boxstr.com/files/6153818_ovqez/summary-post.js

and then change this in the post:

<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:Post.id/>&quot;);</script>

to this:

<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:Post.id/>&quot;,&quot;<data:Post.url/>&quot;,&quot;<data:Post.title/>&quot;);</script>

Reply
avatar
October 14, 2009 10:02 AM delete

Ohh great! Thanks I am going to try this Rock on thanks !

Reply
avatar
October 14, 2009 2:32 PM delete

After using this script all the post ,steps are congested like step 2 is written just after step 1 with only a space between them but they should be in the next line . Is there any way to correct it.
check blog http://masterstop.blogspot.com/
And pls help

Reply
avatar
October 14, 2009 5:57 PM delete

When I replaced the section of code like you said it didn't work, so I instead just tried it using the new script w/ out replacing the code, it apperared that it did work. But when I published my blog the post summary image URL is "undefinied" so brings you to an error page. I see that you have many people asking you questions so I don't mean to bug you, but if you know how or where it is that I can "define" that URL I'd be much obliged. Thanks, have a great day.! Thanks ~Lauren

Reply
avatar
October 15, 2009 5:22 PM delete

@ Kartikey,
Just visited your blog, I think that script is not reading the code for new line as <br />, try it without a space before /, like this <br/>

@ Lauren
I think the folder at your mydatanest account is set as "private", make it "hidden", because files are not accessible to others if the folder is set as "private", here chk the link:
http://mydatanest.com/files/nymphont/15752_6tm1w/readmore1.js

Reply
avatar
October 16, 2009 8:34 AM delete

yep I had the folder private, so nothing worked! #fail lol thanks

Reply
avatar
October 28, 2009 2:14 PM delete

admin,i tried it..but it's only working on IE but not firefox...pls help me... ~x(
http://www.gm-zone.co.cc

Reply
avatar
October 29, 2009 9:12 AM delete

@RV2x08
Just checked your blog, the hack is already perfectly.
Nice template buddy. One advice: hide your "sharing is sexy" and "linkwithin" widgets from your homepage, and show them only below your posts:
http://bloggerstop.net/2008/12/show-widgets-in-only-specific-pages-or.html

and this file in your template:
http://mydatanest.com/files/YSG...../smiley.js
is not a valid link,
you have to create an account at mydatanest, upload the file yourself, and then paste the link in your blogs template.

Reply
avatar
October 30, 2009 9:52 AM delete

tq sai. i've solved many problem within yr threads and advices. now my blog looks much better than before.

btw,i want know y my feedburner readers always keep decrease or increase?? until now still just a few feed readers showing at my counter. ( any solution?

2nd,how can i get approval from google adsense? i've apply for 3 times with many different google acc but still rejected by google. is that any problem with my blog? can check it for me wat is the problem exactly?

sry for my bad english and many question to ask. still newbie with those things. ~x( also thx for compliment with my blog .tq!

Reply
avatar
October 30, 2009 11:00 AM delete

Thats great, your blogs overall looks now macthes the content perfectly. Don't worry about the feedcount, it will increase gradually...just keep posting about useful stuff regularly on your blog.
Actually feedcount is the total of your email subscribers(which is almost constant or usually increases) and no. of people coming to your blog, thru feed (which varies daily, sometimes inc. & sometimes dec.), so the total count also sometimes inc. and sometimes dec.

I do not use adsense, and so cannot help much in that. But I think you can ask your doubts at Google groups or even better at DigitalPoint.com forums.
Good luck and happy blogging.

Reply
avatar
November 30, 2009 4:11 PM delete

Hi to all

i try to remove the hack from my blog and after that the sidebar is disappear

i put the old code (with hack - before edit) but again the sidebar is not working.


please help me

the url of my blog:
fatsa-tv.blogspot.com


thank you in advance and i apologize for my English

Reply
avatar
November 30, 2009 4:14 PM delete

i forgot to say, incide a post, the sidebar is working fine. in main blog it disappear.

Reply
avatar
December 01, 2009 1:06 AM delete

Your blog is not open to all buddy...

Reply
avatar
December 01, 2009 1:09 AM delete

BTW this hack shouldn't create such problem, may be you using the <!-- more --> method of Blogger [jump Breaks]

Reply
avatar
December 01, 2009 11:12 AM delete

Hi, Great tutorial worked perfectly for me. However I have a question. I trying to use this read more hack with the hack which allows me to place adsense with my blog wherever I want.

But on the homepage these adsense ads are placed above the link and do not look very good. Is there a way to write html so this does not happen?

Your help would be most appreciated

Reply
avatar
Anonymous
December 05, 2009 1:03 PM delete This comment has been removed by a blog administrator.
avatar
December 20, 2009 11:52 PM delete

This trick superbly works in my blog!

Reply
avatar
December 29, 2009 7:30 AM delete

The read more hack is not working on my blog www.bayofblog.blogspot.com showing at the end of every post.plz help me to solve this.

Reply
avatar
December 30, 2009 1:07 PM delete

@Vijay
You have the pasted the code above this code:
<head>

whereas you have to paste it above this one:
</head>

Reply
avatar
DOM
January 18, 2010 3:10 AM delete

Hi, i need a help , i have tired all possible solution but cant get it work, i guess something with my templates, i have added u in google talk. if you could please help me. waiting...

Thanks,

Reply
avatar
January 18, 2010 8:37 AM delete

@DOM,

Do not use this trick, as recently I found that this method is not at all SEO friendly. I would suggest you to use the method advised by the Blogger Team. Read how to fix the errors too.

Reply
avatar
nil
January 28, 2010 8:11 AM delete

not working bro u can take look at www.bcsexamguru.blogspot.com replay soon i am wating

Reply
avatar
January 28, 2010 8:23 AM delete

@nil

There's no problem in the coding work done by you. May be some code-conflict with the template :|

Reply
avatar
February 19, 2010 10:51 PM delete

Can you have that code that limits up to 500 characters in your blog also with the read more feature where you place

TEXT
span = fullpost..
TEXT
span

so that you can control it?

Reply
avatar
February 22, 2010 12:41 AM delete

Yes you are right, i was about to say, that this method is not SEO friendly, but you have already informed us, thanks

Becky.

Reply
avatar
February 27, 2010 9:35 PM delete

Thanks for the help your site is fantastic i only wish that your site reaches top of all sites
thanks again for the info

Reply
avatar
March 11, 2010 7:10 AM delete

working in my blog thank so much

Reply
avatar
March 12, 2010 3:59 PM delete

It doesn't Work I don't know why ...
software93.blogspot.com

Reply
avatar
March 13, 2010 10:04 AM delete

Hi there, couldn't find the code in your blog...

Reply
avatar
April 01, 2010 4:34 AM delete This comment has been removed by a blog administrator.
avatar
April 06, 2010 2:45 AM delete

hey sir i am using this technique on my blog but i have one problem. The problem is that when i use linkwithin widget, it dosent hid on home page...rather it is shown on all posts below post summery...

check it out yourselfHERE.... (www.priyankahuja.com)

Reply
avatar
April 06, 2010 8:48 AM delete

Plz don't use Google-sites, simply use mydatanest and keep a back-up ready at sigmirror (in case mydatanest ever goes down).

Reply
avatar
May 17, 2010 8:08 AM delete

Hi. Thanks for the help. Quick question. Any way to modify this so that the posts on page 1 are full length but once the post gets moved to page 2 (and following), it is truncated? thanks! www.thesavingsisters.com

Reply
avatar
vamsi
October 28, 2010 4:18 AM delete

Hi,
its very nice post,but i want to know that will it work for "ads theme" templet.pls let me know your answer because its dangerously required for me....:D

Reply
avatar
January 01, 2011 10:02 AM delete

Divya,
Just a bit of your wonderful time
Is there any way of resizing those images proportionally?
There is a way. But the author is not willing to share it.
I know we can resize images proportionally with javascript but i dont know how to integrate it here.
The person who knows about the method's site is
homebiss.blogspot.com/2010/02/best-post-summary-read-more-hack.html
see the comments section
Would be delighted if you are interested in this hunt.

Reply
avatar
January 25, 2011 5:59 AM delete

i used ur trick but its not working u can see it on my blog samachar-rojgar.blogspot.com . i tried to set the niimg parameter tp 150 even but it just displays a read more link without shrinking the post

Reply
avatar
March 28, 2011 3:13 AM delete

Hmmm, i guess ma template designer has used ur code in ma template..If u c ma website, every page has a read more..How to remove it..I just want read more in posts wic are big..pliz mail me @ : contact@cancer-cure.info...Its urgent...pliz..thank u..

Reply
avatar
March 29, 2011 1:00 AM delete

Back your template, by downloading it first.

Then delete from this line:

<script type='text/javascript'>
summary_noimg = 800;
summary_img = 650;
....
....
....
....
....


to this line:

div.innerHTML = summary;
}

//]]>
</script>



Also, REVERSE the STEP #2

Reply
avatar
March 29, 2011 1:27 AM delete

Once you are done with removing this hack, use this method to summarize selective posts only:
http://bloggerstop.net/2009/09/read-more-is-official-now-and-static.html

Reply
avatar
April 24, 2011 6:16 AM delete

i have a photoblog named Expozed Galleria. The theme is show only 15 to 30 images of each celebrity. i want to show only one image of each post on homepage and the rest in See More. currently i am using secondary blog named XPOMAX for see more purpose. how can i do this using only main blog. please see http://xpoxpo.blogspot.com.
waiting for your help. mail : canblo@yahoo.com

Reply
avatar
May 31, 2011 6:55 AM delete

hello,,,,,,

i have used many methods for adding "READ MORE".....

1)http://bloggerstop.net/2008/10/blogger-help-add-read-more-link-to-your.html

2)http://www.eblogtemplates.com/how-to-add-the-blogger-read-more-expandable-posts-link/

but none of them is working for me... can you give a solution or help me with the problem i am having......

please help me as fast as possible.....

thank you.....

Reply
avatar
June 25, 2011 3:27 AM delete

hi.. its not working properly in my blog...
there is no change in d size of d post..

wat can i do.. help me..

Reply
avatar
November 03, 2011 11:34 PM delete

is it possible to show links of the original post on the post summary when you do this hack?

i've tried tweaking it a couple of times but im still unsuccessful...

Please help..:D

Reply
avatar
November 07, 2011 8:22 PM delete

physical activity is any Cheap Steelers Jerseys form movement that causes your body to use enegy. it may be purposeful. such as when you exercise or play sports. it may also occur as part of your regular routine, for example,as you are walking or riding bike to go to school,Aaron Smith Jersey you are doing the physical activity. many forms of physical activity can improve your physical fitness, the ability to carry out daily tasks easily and have enough reserve energy to respond to unexpected demands. maintaining a high level of physical fitness gives you a sense of Ben Roethlisberger Jersey total well-being and is an important lifelong health goal.Sports help to keep people healthy and more energetic.
Brian Westbrook Jersey
Mike Quick Jersey
Nathaniel Allen Jersey
Donovan McNabb Jersey
Stewart Bradley Jersey

Reply
avatar
December 05, 2011 3:14 AM delete

This is really an exclusive hack!!!
I have done a tiny modification just...slicing post title which was adjacent to Read More tag....

You can see it: www.fishclickbd.com

Thankx Divya

Reply
avatar
Anonymous
August 03, 2012 10:41 AM delete

oesn't work for me please help

Reply
avatar
January 18, 2013 3:49 AM delete

Hi...
Nice but i am confused, I have a site songs download , when i am tried to ctrl+F for this code data:post.body/" , there are too many codes like this. With which one i have replace

Reply
avatar

Comments are moderated on this blog

Allowed HTML tags: <b>, <i> and <a>

Comment Like This! and Optimize your blog EmoticonEmoticon

:)
:(
=(
^_^
:D
=D
=)D
|o|
@@,
;)
:-bd
:-d
:p
:ng