var cfeedbase = 'http://'+window.location.hostname+'/feeds/'+$("#navbar-iframe").attr("src").match(/targetPostID=([^&]*)/)[1]+'/comments'
and change it to:
var cfeedbase = $('link[href$="comments/default"]').attr("href").split("/default")[0];
(all in one line)
The source code has been updated in the hack's article.
Click on a single comment to hide/show its text
8 comments:
minus 1, for top comment :D
@Beben Koben Top comment again :D
nice article ...thanks for sharing it...
@syed shah Hi, I wanted to reverse my comments order by showing new comments first below blog posts. Do you have any hack for this? Thanks.
@syed shah
Hi,
no, I don't have hack for that. That may be possible using Google+ comments, see http://blogging.nitecruzr.net/2013/11/google-comments-and-display-order-option.html.
@syed shah
:D
@Huy Đinh
:(
See the hack to make the 'Post a Comment' link bigger.
Post a Comment