Here is a Popular Posts widget for Blogger blogs which displays a list of the ten most commented posts. This works by parsing the last 5000 comments which have been made on your blog; the post titles and URL are extracted and displayed in descending order of popularity, followed by the comment count of this post.
Over the past few weeks, many of you have expressed an interest in such a widget, and I hope this will become a useful widget for you all.
You can see this widget in action and install this in your own Blogger powered blog using the widget installer below.
Please note: if you are reading this post in your feed reader, you will not see the widget installer and will need to visit this page in your browser instead!
Update: I've just changed the mark-up of the widget to capitalize only the first letter of each word in the post titles (thanks to Angel's great advice!)
Installing this widget in your own Blogger blog is easy:
- Change the title of the widget if you prefer.
- Add your blog's URL in the input box (don't include the
http://part as this is already inserted by the script) - Click the "Customize" button to make the changes take effect, then click on the "Add to Blog" button.
At this point, you will be taken to the widget installer page where you can choose which of your Blogger powered blogs you would like to install this widget.
O Ricardo traduziu este widget para Português que pode ser encontrado nesta página.
A bit more information about this widget
I have developed this widget using Yahoo Pipes, where I added variables to retrieve 5000 comments and extracted the titles and URLs using Regex (regular expressions).
If you would like to take a look at how this works, feel free to hop over to the Blogger Popular Posts/Most Commented Pipe page where you can also make a copy and edit to your own specifications.
Using This Widget in a Blogger Feed Widget (Alternative Installation)
If you would prefer to use Blogger's Feed Widget instead (which loads the items slightly faster), you modify the following feed link to include your own URL (eg: yourblog.blogspot.com or www.yourblog.com) and add insert this as the "Feed URL" on the widget configuration page:
http://pipes.yahoo.com/pipes/pipe.run?_id=1cf38ae68efbe859c4ba1ee239cec099&_render=rss&num=50&url=http%3A%2F%2FYOUR-URL-HERE
However, using Blogger's Feed Widget will limit the number of items you can display to 5 instead of 10, and you will not be able to number your items.
Troubleshooting the Popular Posts Widget
If you have installed this widget in your blog but the post links are not displayed, this may be due to one of the following issues:
You have added your blog's URL incorrectly
Double check your blog's URL when you add this to the widget installer, and remember not to add the "http://" part as this is already added by the script.
Your Comment Feed is Set to None
To remedy this, go to Settings>Site Feed in your Blogger dashboard and click on the "Advanced Settings link. Here you will see the option to switch your comments feed to Full or Short instead of None.
I have tested this widget extensively for both Blog*Spot and custom domain URLs in Internet Explorer and Firefox. So far, I haven't come across any problems, though if you do have a problem with this widget which I've not covered here, please do leave a comment or get in touch and I will try to help.
If you have found this widget to be a useful addition to your Blogger blog, please consider subscribing to the Blogger Buster feed and be updated of new articles about Blogger as they are posted.



188 Comments:
Thanks. I've been looking for something like this -- and the link to creating a three column template, which shows up as one of your most popular posts.
Amanda, this did not work for me. I tried it several times on both my main blog and test blog. I only get the widget title, but nothing else. Also, it totally wipes out everything else on my sidebar! I can't move any of my page elements either. I have my comment feed set to full and I did type my URL in correctly. :(
Any suggestions would be greatly appreciated.
Thanks.
Amanda, I would love to use this on my blog but I hate the comment's system therefore I removed it from my template. Is there anyway in which this could work without the comments?
Thank you Amanda!
This widget is very useful.
I about it on my blog, with your permission.
Perdon by my English, Spanish and I use the Google translator.
Congratulations on your work!
Great widget, although it would be great to change from the all-caps view.
AideRSS also has a popular posts widget that I just installed that rates posts (via a blog's feed) on views, comments, and saves.
Interesting, but the posts for many which are the most popular by comments are the memes like Saturday Photo Hunt and Wordless Wednesday, not the posts that many have thought most about and are actually worth reading.
very super and really helpfull widget
tknmurthy.blogspot.com
jobscomputer.blogspot.com
Superb, Amanda, I'll try it out and tell you. Thanks so much... again! My blog is a better place since I visit yours ;)
I really would like to use this, but I can't. I blog in Finnish, but this widget doesn't know Ä's and Ö's. Is there any way to make it work with A with dots and O with dots?
Hi Amanda,
I think I have found a bug.
On my test blog. I quickly created five posts and published them one by one. After that I installed the popular posts widget, it shows a single deleted post of last month in the widget as popular post. That deleted post of last month had one comment that time. If you want to have a look I can send you details in mail or give can you privileged user account on my test blog on which I tested it.
Regards
Rajeev Edmonds
For Kathy: I'm glad to know this has been useful for you (in more ways than one!). Using these results, I'm going to revise the popular posts in my sidebar soon so I can keep up to date of the posts which have proved most popular here.
Thanks for stopping by :)
For Stickygooeycreamychewy: I'm sorry this hasn't worked for you so far :( I did check your comments feed and this is working just fine, so I'll go and debug this for you on the Pipes page and will let you know if there's anything which may need altering as soon as I can.
For Anonymous: Unfortunately this particular widget only works using your comments feed, but there are other third party solutions which provide a similar widget based on page views (Spotplex and Affiliatebrand are the ones I have looked at so far, though Chris Foley has mentioned AideRSS in his comment above).
I hope to research these more and will post about these alternatives in the future.
Hope this may be useful to you!
For Rosa: Thank you for commenting here! Your translation is fine, I'm glad to know you have found this to be a useful widget :)
For Chris Foley: Thank you for letting me know about AideRSS! I haven't heard of this one before, but am interested to test this and see how it works.
As regards the capitalization in the posts titles... I had a problem that the titles would all be in small case without the added styling to make them uppercase (and am still testing for a method of making the first letters of words only in uppercase!). If you would prefer small-case to upper-case titles, let me know and I can email you the code to modify this in the widget.
For Colin Campbell: It may be possible to filter certain posts which contain a particular word or string of words. I haven't tested this yet, but if you think this may be useful I could look into this possibility for you?
For Tknmurphy: Thanks for stopping by! I'm glad to know this was useful for you :)
For Yo Misma: Your blogs are already beautifully designed! But I'm still glad you have found this widget useful :)
For Xue: I'm sorry to hear this has been problematic for you. This may be due to the regex commands used in the scripts for the widget.
Does the widget display or is the problem due to the post titles? I will try to find out if special characters can be parsed properly in the script and see how this can best be implemented.
Thank you for letting me know about this :)
For Rajeev: Thank you for letting me know about this glitch. Although I had tested in all my Blogger blogs, I hadn't noticed any such problems with deleted posts.
If you can send me the details of your blog and the deleted post by email, I can debug this using the Pipes interface to see how this problem can best be solved.
Best wishes and thank you :)
Amanda
"As regards the capitalization in the posts titles... I had a problem that the titles would all be in small case without the added styling to make them uppercase (and am still testing for a method of making the first letters of words only in uppercase!). If you would prefer small-case to upper-case titles, let me know and I can email you the code to modify this in the widget."
Amanda, have you tried text-transform:capitalize? That could work. ;)
Angel, you're fabulous :))
That works a treat (see the changes above). I'll go and edit the script for the widget for this change to take effect.
Thank you!!
Alas! I love this stuff, but how about those like me who us:
http://www.intensedebate.com/
For commenting system. Is there any support then?
Thx
Glad I could help you once in a while (and not always the other way around). Heehee. :)
I hope you can figure out a way for scattered people like myself who use Blogger+Intense Debate comments (eek... combined!). :D
Great Work! But does it reward the top commentators by showing a 'do follow' link back to their blogs like the Wordpress plugin?
If not can this be done?
TO AMANDA,
The problem is in the post titles. When it should be for example "Pääsykoe" in the widget it says "Psykoe".
It would be really great if that can be fixed.
For Open Door to Everyone and Angel: It may be possible to do a mash-up of Blogger and Intense Debate comments for this widget (providing Intense Debate also published a feed of comments which can be accessed remotely!).
I'll need to do a bit of experimentation to know for sure about this. Will let you both know as soon as I've had the time to give this one a go :)
For Vin: As yet I haven't been able to find a way to link the Top Commentators links to the commenter's own blogs. The problem is because the links to the commentators blogs are not published in the comment feed.
I have had ideas about possible methods to accomplish this, but so far these have come up short. I think the only method would be to somehow parse the actual posts and extract the URL of the commenters. Even in this scenario, many people still use their Blogger login which generates a link to their Blogger profile rather than their blog.
But since Angel and Open Door to Everyone have mentioned Intense Debate, I'm beginning to wonder if using this comments system combined with the Top Commenters script may provide a solution... I'll take a look at this over the weekend!
Thanks for stopping by Vin :)
Wonderful to see that you are goin to get your hand dirty with Intense Debate!
Thx
For Defensive Pro: It doesn't seem as difficult as I'd originally thought to parse the Intense Debate comment feeds, so hopefully I can get something working later this week.
I really ought to post how to add and use Intense Debate with Blogger blogs first though :)
Thank you for your comment!
muchas gracias :D esto me ayuda bastante muy interesante :P
Amanda this isn't working for me either. My post comment feed is on and set to "long". I double checked the URL I'm entering, its correct. However when I install the widget all that shows is your made by tag at the end. No post titles at all.
Any ideas?
Hi AMANDA,
The problem is in the post titles.
No post chinese title was showed ,see "热门文章" in my blog.
thanks.
Amanda,
Nice widget. I have tried and it works fine. But I am just wondering, is it possible to remove/exclude the 'number of comments' text.
Thanks
amanda, thank you very much
Hi Amanda, thanks a bunch for the useful widget. I have a problem, that I deleted a posting (ranks number 2), but the comments seem remain there. I put back the article actually, but didn't put back the comments.
Is there a way to filter a posting? Cheers...
Thanks for this, using it and loving it... except I noticed that the list of popular posts is numbered.
Do you know how I could edit the css to remove the numbering system?
Thanks!
hi amanda...i hav a problem..i deleted a post last month..but it is til showing up in the popular posts..nd one more prob is that the title of one of my post is not displayed but instead the startin sentence is displayed...pls check it in my blog
karthikramaswamy.blogspot.com
I'd love to use something like this, but there are some characters in my language that does not work with this: umlauts with a and o mostly.
I tried this and it also froze Page Elements for some reason, I wasn't able to move the box or any other box for that matter.
This is great. I'm trying it out on a private blog linked to my public feed for a few days. The one thing I've never liked about such widgets is that they don't reflect the page title properly - the word "the" is never included which makes some of my titles read oddly. I, too, would also like an option to remove the numbers down the left margin.
Thanks so much! I've been looking for something like this, and this is fantastic.
Wow, this is fantastic! Thank you for sharing. I could never have figured something like this out on my own. :D
Hello again! I have a problem with this widget. Maybe you can fix it!?
I tell you:
Blogger sometimes gives me strange urls to my posts because they have similar names, or spanish characters in the title. Then, the widget takes the url to make the title on the list of most commented posts. Is it possible to take the post title as I can read it usually??
Thank you!
Hi, I have seen you blog n I like it, that's inspire me for my new blogger, thx
Hi! This widget is a great idea and I've been looking for a thing like this, but I too cannot use it because it doesn't support umlauts. My language is just full of them, and so are my titles. Can't stand that Pääsykoe -> Psykoe -problem Xue described.
Hi !
I was trying this widget, but take look my blog, I see the permalink value as each items, not post title. How to clear this problem ?
this is my blog: dremi468.blogspot.com help me ...
Some of my post titles have dashes between words. Any ideas how I can fix this?
litandlaundry.blogspot.com
When I first tested out the popular posts widget I had a problem with it. So, I looked at the widget options and found that it still said "yourblogname" etc instead of actually pointing to the right place. After I fixed that, it worked fine for me.
I think that's a problem with Blogger's import and not with the widget itself.
BTW, the widget is really cool. Is there a way to have it base the popularity on something other that comments (as my blog is still new and doesn't have any yet)?
Hola Amanda, espero entiendas castellano, ya que soy un tonto que no sabe nada de ingles, resulta que en mi blog, no muestra el nombre del post, sí no el URL.
Have any chance to use this is classic blogger
Thank you it works perfect. It was very easy. The problem is that 1 month ago, i deleted a post but right now it appears, when you clicked in this post shows "Page not found". Can you help me please?
Hi Amanda, another great idea! I am having a problem with this though. Nothing is showing up. I checked my url and did as you suggested in the troubleshooting post above and still nothing. Hope you can help me. Thanks again!
Never mind, it's working fine now. Thanks again Amanda!
thanks a lot!!! :)
Hi there Ms. Amanda. Your widgets are pretty cool, great functioning and very useful. Thanks we have a blogger genius like you!
WebbieStuffs... the wanderer ^_^
Hi Amanda, thank you very much, I have only one problem on my blog ( http://premierleagueit.blogspot.com/ ). The widget in the left column has two border bottom. Why? thanks again.
Americo
Thanks a lot.......i like it.
this widget is great! just added to my blog!
I have tried and tried this script. I've enabled the comment feed and checked and re-checked the codes but I still can't get it to work.
Is there perhaps a newer code or some such since Blogger just changed to gadgets and everything???
So confuzzled.
I tried it and although it works on principle, the effect is just all wrong. Instead of looking like yours (title and then comment count) mine was FULL URLS to the posts and comment count, so the entire text runs over the sidebars (I use 2 sidebars side by side). I thought I may have added the code wrongly or that it is supposed to be this way but I checked and I got the codes right and it still didn't look like yours. What went wrong?
I have a little problem, It show error when i gonna add the widget when using by combo box "Create Your Popular Posts Widget".
Then I try Alternative installation ( adding feed whit this code "http://pipes.yahoo.com/pipes/pipe.run?_id=1cf38ae68efbe859c4ba1ee239cec099&_render=rss&num=50&url=http%3A%2F%2Fa1dde.blogspot.com" but it showing link not the title of my post. And I think tht look bad :( any opinion for me?
It worked for me, but did not show some of the foreign characters all messed up and it showed deleted post title.
Thanks for your idea anyway. It did work for some. I just hope that there might be a solution for all.
Great tutoriral. Just install the widget on my site at http://smartpropertybuyer.blogspot.com
Many thanks!
I've been looking for this for ages!
I clicked on the "customize" button but nothing was happening, so I installed it as his. Right away it worked perfectly. Thanks!
Hi Amanda,
I really like this widget! Unfortunately it doesn't seem to be working well. Like Funn Lim reported a few comments above, when installed, the list shows the permalink/URL, not the post title. I've triple quadruple checked the code here and on some other sites I've found that have the same widget, and it all seems the same.. and yet, mine's not working!
you can see it in action here, click the tab that says "popular".
A second problem is that when viewing this tab of the tabbed sidebar (which I also got from you, thanks!!) on a Mac using Firefox, the text isn't contained and instead runs over the sidebar (again - sounds like what Funn Lim experienced). Seems to work fine on my PC using Firefox.
I've looked in your forum and don't see anything like this discussed. Hope you can help out!
sorry, the link didn't work. my blog is azlynne1972.blogspot.com :)
Hi Amanda,
You should review this widget because sometimes this don't load. I have a month that use this but today I have problem with it.
not is deleted....
Hi, the pipe used to work but now it shows No Results" - what's wrong? pl help!
doesn't work for me either!
it works now! thanks for fixing!
Hi !!! Thanks for fixing that !!! meanwhile, I had a back up of that pipe and hence i could make this one temporary working version. Just in case if anyone needs it.
http://pipes.yahoo.com/pipes/pipe.info?_id=8b5a6846fea788ae0995304edbfc2c56
Hi Amanda, this widget is still not working for me.
What happened?
hi Amanda this widget is not working for me,Top Commenters Widget also cant work for me what happend?????????
Stopped for working me again!
It's showing up incorrectly both here on your site and on mine. It was working fine for me for quite a while. Any ideas?
it stopped woerking for me
check my site
http://everything-u-need-is-here.blogspot.com
There is a problem with this code, i see that even in your site you are experiencing the same issue, Instead of the blog titles you see the FEED Link only:
http://www.blogger.com/feeds///comments/default/7012767466666753922v=2 (1 comments)
Amanda, this widget is no longer being supported. Looks like you're out of town for the week. Hope you have a nice bday on tuesday.
For those who's code isn't working...be patient... I'm sure Amanda will get it up and working right when she gets back. =)
This widget rocks. I hope Amanda fixes it soon...
it seems like everybody is having the same issue... did anybody find out what happened to this widget.. it is not working anymore...
It's working now! Yay!
this widget work again thanks!
bloggerfriendster
thanks..
THANK YOU
so much ; )
I must say that bloggerbuster is place what bloggers need.
The tricks u come with ,,Amanda r really cool & fantastic.
I had implemented some of them on my blog
http://techcolors.blogspot.com
I tried hard, but it's not working on my blogger blog. dunno why..
This ain't working. :P
Lo he intentado instalar en mi blog y sólo me sale el título del código pero no sale ningun título de los publicados en mi blog, quizá no lo haya sabido instalar ¿me puedes ayudar por favor?
Muchas gracias.
Un beso.
Not working for me either. Blank results.
Hi since yesterday i have not been able to see my popular posts at ozlo.blogspot.com, it used to work fine now it only says:
Popular posts
Widget by Blogger Buster
could this have anything to do with the latest blogger updates??
please help!
Thanks
Thanx Amanda. I have used this widget on my tech blog http://gangetic.blogspot.com
i did a widget for popular posts as well. What do you think ?
http://itblood.blogspot.com/2008/11/popular-posts-widget-with-postrank-feed.html
Hi Amanda, wasn't able to make it work for me either. Can you give any advice as to what I might have done wrong? http://minterdial.com. Personal mail is dialfamily AT hotmail.com. Thanks very much.
it doesn't work on my site at all... nothing shows up.
good!
how to make money online.
if you want to make money online without invest your money you have to register in a ptc.
the only thing you have to do is to view advertisements for 30sec. you can do it while surfing on net! It is very easy!
.: http://www.neobux.com/?rh=766167656C69733137 :.
It is one of the best ptc site and paying really! trust me!
Its not working Amanda... help! pls!
How do I get them numbered?
Does this still work? I am trying to get it set up on my blog and I'm not getting anything to show up. My URL is correct and my Site Feed is set to Full. If I go to the Pipe itself it is unable to run the Pipe, could that be the problem?
this is a great hack...thanks
Time to upgrade !
PostRank has relaunched their popular posts / top posts widget . It is a must use feature.
If you have used my popular posts widget with postrank feed before, you might want to upgrade to it !
http://itblood.blogspot.com/2008/12/postrank-top-posts-widget-relaunch.html
http://itblood.blogspot.com
Hi! Amanda, Suddenly the script stop working, and not fetching any post.
Hi Amanda,
I have installed your 'popular posts' widget and 'top commenters' widget on my blogs but neither of them are working for me :( I can just see the titles of the widgets and nothing else.. I tried doing some steps you have suggested here to fix the problem but it still doesnt work... can you plz help me? I really like these widgets and want to see them on my blog..
http://pratima-jayaram.blogspot.com
http://reading-adventures.blogspot.com
Sometimes it stops working, like when I'm writing this comment, can you plz explain why, and I hope this is not permanent!
Hi, I'm using your template at inpui.blogspot.com but the popular posts are all in small case. Can you help me out?
Amanda, I see you have a popular post widget on your blog, since this rihgt hjere is not working, tell us how to apply the one you are using.
Thanks
thanks so much ...... amanda
hi amanda..
thanks for u widget.
http://de-kill.blogspot.com/
Hello Amanda & other readers !
I am from BloggerStop.Net, as the widget has stopped working, I have posted a new code for this widget here:
Popular Posts Widget Code For Blogger
How can you be so smart
Amanda,
i never knew that there is an alternative installation for this kind of widget, it helps me a lot. Thank you very much
I Used in my site thanks
by
www.capitalrider.com
tanahks
Thanks for all of your help Amanda
Regards
http://miraculous-baby.blogspot.com
thanks amanda.......
Thanks for this trick.
http://hrinterviewzone.blogspot.com/
My URL is correct and my Site Feed is set to Full. If I go to the Pipe itself it is unable to run the Pipe, could that be the problem?
Posted a review here - http://adityasanyal.blogspot.com/2009/03/blog-update-popular-posts-for-blogger.html
Although your widget is VERY useful, I see four challenges -
1. Will only work for english language posts
2. Will not capitalise letters
3. Will parse the Url and not the blog title
4. The list items tend to come in the center, and not on the left like my other entries
Nice site many useful informations really great work
just a question though. does this widget work if you've installed the intensedebate commenting system?
This is a great widget Amanda, thank You!!
Hello Amanda,
My widget doesn't update when more comments are arriving after installation. I have tried using an update in my layout. I use blogspot! can You please, advice me how this will update by itself.
// AnnA
I installed this on both my blogs and it was working fine up until about a week now. Don't know how to fix it. www.zemeks.blogspot.com and www.karenzemek.blogspot.com. Can you help me?
I have the same problem. It was fine until a few days ago - now no longer works? Any help would be much appreciated. (Great stuff.)
sinema izle
nice.
You are so kindful!
informative and succesfull article!
Hi,
I got this one too..but is there a widget with most visited post instead of most commented post?
THanks.
I have tried everything. Doesn't work on my blog.
www.cockybox.com
Kindly help.
Thanks for your this posting.I have implemented this and get enormous interest.
Hi Amanda,
Thank you very much for this - just what my blog needed!
thank you so much!!
I have found some truly wonderful widgets on this site tonight and i thank you for all of them.
thank you for this post! i'm using this widget on my blog now
Its not working for me either. My blog address is http://pseudo-marc.blogspot.com/ and all it shows is "Popular Posts Widget" even after 3 days. How?
Only work for english? Cause there is buggy in my blog. Pls visit and advice. Thanks~
This that I find..
Thanks for you tutorial..
http://www.moratmarit.com
er...why no update for such a long time? TT
thanks for the widget..very nice
thanks a lot.i love blogger :)
film izle
it could not work some times on my blog....
funny scraps
A blog for all about humor and funny scraps….
Good Article
Hi there. After installing this widget it wasn't working for me, just displaying the "Widget by Blogger Buster."
I double checked your suggestions in the troubleshooting section and they seem to check out. I also followed the Pipe link, and there I got the following error message...
"Pipes encountered a problem while running this pipe: The Pipes engine request failed (999)"
I don't know if the whole thing is down at the moment or if it's something on my end, but I was hoping that you might shed some light on this. Thank you in advance.
Michal
www.mentisworks.org
I have a greek language blog. The widget worked, meaning that it listed the popular articles, but failed to retrieve the post titles and instead it is displaying the latin words from URL's.
Great, love blogger!
spiderpoman
Thank You for such a great widget. I just want to ask if the widget should start work instantly or after some time? My blog is cibulskis.blogspot.com and is written in Lithuanian language if it makes any difference.
Very nic, I´ve been looking for something like this for a very long time :)
They are really interesting to watch at times.
Bloging, SEO, and Money Making Tips by http://teratips.com
muito bom vou coloca-lo no meu blog!
i've been using this widget successfully at http://upupcreative.blogspot.com for awhile, but i noticed that in the last month or so it has stopped working. thoughts?
cok sagol amanda baji :D
thank you for info..
Thanx for your hard work Amanda. We have some troubles with that pipe script. I´ll try once, twice, more than even we need your support, lol.
my blog is in Spanish yet, http://lashistoriasdemisabuelos.blogspot.com/. I used to write in that language, but I update that blog in English and French, but i need the popular post script working out.
would u have any idea for solve that problem?
Thanks por your blog, your ideas, and your comments.
Best regards.
well thank u for the post.
the widget has been successfully set at http://ilalangpagi.blogspot.com
Even so, it displays the link not the title
Hi Amanda, I made popular post tool using json, check from my blog Popular post for blogger
thanks you good
Aren't there like a zillion plugins that do this?
I installed this yesterday and it's not displaying anything. Looks like others are having the same problem. Are you working on a fix for this?
Thank you.
nice tutorial...
It stopped working a week before. Pl let us know if this will be fixed in a short time.
Thank you.
Hi,
My posts are not being displayed.
I have given the right url and also set my feed to full.
still,posts are not displaying..
my blog link is.. http://swathi-pradeep.blogspot.com
please help
it doesn't work on my blog either:)
Thanks Amanda... very good
Hello Amanda
Really sad -- the widget isn't working on my blog either. I've checked that the URL is correct, as well as the feed settings. I would love to be able to include this feature, and would be grateful if you do have time to look at it. My blog is at: http://www.independentlivingblog.co.uk/
Many thanks; really appreciate the work you put into developing widgets and templates for blogger!
Best wishes, Frances
Hi Amanda,
Unfortunately it is not working for me.
I have tried to put it on my blog:
http://dpstudent.blogspot.com
You will notice it is just below advertisements in the tab section labeled "Most Popular"
Since the javascript was colliding with my tab script i have created a HTML/JS widget (fixed) that contains the content in that tab and in this tab i have copied the code that was suggested to be imported (auto import messes up my template).
In the content of the widget i have copied the code but i added < noscript>< /noscript> open and close tags before, and after the script itself to avoid it interfering with tabs.
Can you please help out ?
What am i doing wrong ?
Got it to work,
Thx anyway
Can you please help by looking in my blog and let me know what improvement I can make to make it as popular as yours. Thanks in advance.
http://howcallcenterworks.blogspot.com/
Same with goldmund...doesn't work on my blog. May be you have alternative tips ?
Amanda, this did not work for me. I tried it several times on both my main blog and test blog. I only get the widget title, but nothing else. Also, it totally wipes out everything else on my sidebar! I can't move any of my page elements either. I have my comment feed set to full and I did type my URL in correctly. :(
Any suggestions would be greatly appreciated.
Thanks.
this widget is great! thanks a lot.
Is this fixed yet? I'd love to use it, Amanda! Thanks. :)
it's not working for me. i checked everything in your troubleshooting section but all was correct. http://adhdmomma.blogspot.com
great this widget.. thx for you.
I agree with this comment: "Can you please help by looking in my blog and let me know what improvement I can make to make it as popular as yours..."
Seems this widget isn't working anymore so I decided to dig up on Yahoo pipes, then I make this widget work up, here is the full tutorial for this: Most Popular Post Widget for your Blogger blog (Most Commented Posts)
Hope you find this helpful.
Really what are you doing, its not working man !!!!
Thank you amanda
Whenever i see the post like your's i feel that there are still helpful people who share information for the help of others, it must be helpful for other's.
thanx and good job.
http://www.wikipeers.com/reviews/3309-reverse-phone-lookup-service-an-honest-review.html
http://www.articlesbase.com/communication-articles/facts-on-free-reverse-phone-lookup-you-must-know-1598084.html
http://www.watchfreemoviesonlinedaily.com/avatar-2009
thank you very much
this kind of blog always useful for blog readers, it helps people during research. your post is one of the same for blog readers.
Reverse Phone Lookup
Reverse Phone Lookup
Avatar Movie
That's good work Amanda and Have done a remarkable Job.I am also referring your post to my blog: http://www.webprooptimization.info/
Nicely done, I also like your recent comment widget,Thanks Amanda.
Charlie :)
thanks for sharing
Donmadan Film izle
Great work! Thanks for this great information, I am following you every step of the way
Thank you very much
Thanks a lot! I am just learning Information.
Php and this was very easy to follow and helped a lot.
You really took time to explain every little bit.
Thanks again...
You really took time to explain every little bit.
Thanks again…
Many thanks; really appreciate the work you put into developing widgets and templates for blogger!
This is a nice post on blogger widget. I will also try on my blog and see how it works! reverse phone lookup
This is a nice post on blogger widget. I will also try on my blog and see how it works! reverse phone lookup
Amanda has been quite active in posting comments on this blog. You may also read on revere phone lookup at http://buzzle.com/articles/how-to-find-out-the-most-trusted-reverse-phone-lookup-directory.html
Thanks for sharing..
thanks
Post a Comment