Vertical scroll recent comments

July 18, 2010 | Posted by: Gopi R | Wordpress plugin | 65 Comments | Video tutorial

Vertical scroll recent comments wordpress plugin will scroll the recent post comment vertically (bottom to top) in the widget. This is the best and stylish way to show the recent comments to user. We have option to show avatar images along with comments. No coding language required to setup this plugin. Just activate the plugin and drag and drop the vertical scroll recent comments widget to your sidebar. And check the front end. You can see the recent comments scroller in the front end. To update the setting go to setting page and do the changes.

Want to scroll the recent post instead of comment? Use my vertical scroll recent post wordpress plugin to scroll the recent post title in the widget.


Features of this plugin

  • Easy to install and configure.
  • It’s scrolling vertical so we can display more comments.
  • User can see the newest comments at sidebar.
  • You can customize the number of recent comments to display.
  • It’s scrolling so it occupies less space in sidebar.
  • Option to display avatar image in the scroll.

Live demo available on sidebar. Want to scroll your own content instead of comment? Use my continuous announcement scroller plugin to scroll the recent post title in the widget.

Installation instruction configuration

Method 1

  • Download the plugin vertical-scroll-recent-comments.zip from download directory.
  • Unpack the vertical-scroll-recent-comments.zip file.
  • Extract the /vertical-scroll-recent-comments/ folder.
  • Drop the vertical-scroll-recent-comments folder into your ‘wp-content/plugins’ folder.
  • In word press administration panels, click on plug-in from the menu.
  • You should see your vertical scroll recent post plug-in listed.
  • To turn the word presses plug-in on, click activate.

Method 2

  • Go to ‘add new’ menu under ‘plugins’ tab in your word-press admin.
  • Search vertical scroll recent post plugin using search option.
  • Find the plugin and click ‘Install Now’ link.
  • Finally click activate plug-in link to activate the plug-in.

Method 3

  • Download the plugin vertical-scroll-recent-comments.zip from download link.
  • Go to ‘add new’ menu under ‘plugins’ tab in your word press admin.
  • Select upload link (top link menu).
  • Upload the available vertical-scroll-recent-comments.zip file and click install now.
  • Finally click activate plug-in link to activate the plug-in.


Plugin configuration

Method 1

Drag and drop the widget: Go to widget page under appearance tab, Drag and drop vertical scroll recent comments widget into your side bar. It’s very easy.

Method 2

Add directly in the theme: Use this code, <?php if (function_exists (vsrc)) vsrc(); ?> to add the gallery to your Theme files.

Admin setting page

  • Each comments height in the widget: This is the height the single comment, this field is required to smooth scroll.
  • Display number of comments at the same time in scroll: This field is to display no of comment at the same time in the front end.
  • Enter max number of comments to scroll: This is to fetch number of comment from database to display.
  • Enter comment character length: This field is to display number of character to display in each comment.

Frequently Asked Questions

Q1. Where to update the plugin setting?

Dashboard → Settings → Vertical scroll recent comment

Q2. Number of recent comment will scroll?

Admin can set this number in widget management area. Use Enter max number of comments to scroll field text box to update this number.

Q3. Numbers of recent comment display at same time?

Admin can set this number in widget management area. Enter the number in this textbox field Display number of comments at the same time in scroll to update this number.

Q4. Why only few characters display in scroll?

In default it will show only 50 characters, in setting page we have option to update this number.

Q5. Is possible to hide avatar display from scroll?

Yes, go to setting page and use the radio button to hide avatar.

Download location

http://www.gopiplus.com/work/wordpress-plugin-download/

Other useful plugins

Comments (65)

  1. admin says:

    Feel free to post your comments, and see your posted comments in recent comments list.

  2. admin says:

    Nice plugin!
    I have tweaked it a bit:
    – Added multibyte string support (substr()->mb_substr() if available)
    – using … instead of …

  3. José says:

    teste para ver se vai no scroll

  4. Mary says:

    Hi Gopi! Can I use this widget to put in my own text and links? I need this for a client’s website! xoxo mary

  5. Martin says:

    Hey, this is an awesome plugin.. thanks for creating and sharing it.

    is there a way to slow down the scroll speed?

    Thanks

    Martin

    • MarkR says:

      Good work so far with your plugin. My needs are:

      1) would love to deploy the scrolling comments in more than one location with different content in each

      2) would love to limit comments in any one location to comments in just one single post

      I’m sure that with enough study, I can figure out how to do the aforementioned enhancements. I am hoping that you or someone else has already done this and can share the code tweaks.

      Thanks!

  6. piti4ek says:

    Have a problem with encoding – showing of russian word incorrect (

    http://a.imageshack.us/img443/6316/20100728120705.png

  7. TheFlyOnTheWall says:

    How can we ELIMINATE our reply (the blogs reply) in the comment sections? I try to reply to every comment left and these don’t need to show up on the comment scroll.

    I would rather scroll the people that visit my blog and not myself.

    Thanks,

  8. Gopi says:

    To TheFlyOnTheWall

    Hi at present we dont have this option, but i will do this in the next version.. nice idea.

  9. Calvin Starnes says:

    I would love to know how to tweak the speed of the scroll and the font size and color.

    • Admin says:

      Hi if you want to change the speed open “vertical-scroll-recent-comments.js” this JS file and find the setTimeout function and update number.

  10. Calvin Starnes says:

    Also at the end of the comments that I have scrolling there are three periods, “…” What are they and how do I get rid of them?

  11. Admin says:

    Open “vertical-scroll-recent-comments.php” this php file, line number 78(or search 3 dots) and remove it…

  12. Calvin Starnes says:

    1) Three periods issue fixed. THANKS!

    2) Found two instances of setTimeout in the JS File. Do you know what the number settings should be to make it slower or faster? I tested them both at various numbers and it made no change.

    3) And any chance for a solution regarding changing font style and size?

    • admin says:

      You can find css in main plugin page “vertical-scroll-recent-comments.php” update the css to correct css,

      create new CSS class for link and update that into line number 82.

      Please share your link.

  13. Lee says:

    Id like to insert this into the page above posts.
    Whats going to be the easiest way to do that?

  14. Woolf says:

    Hi,
    Thanks for sharing this plugin, one question how to add name of post above each comment ?

  15. Helene says:

    Hi, lovely plugin! Thanks for this. I wonder if it would be possible in the next version to have an option to display the post title for each comment, and the date & time each comment was left?

  16. Josh Arcadia says:

    I love this plugin! try to enhanced like sodaHead.com and I will pay!

  17. The Machine says:

    oh… this is my comment… wow!

  18. Calvin Starnes says:

    Just wondering if you figured out a way to:

    1) Slow down the scroll speed

    2) Increase the font size

    • Gopi R says:

      setTimeout(“vsrc_scroll();”, 10);
      setTimeout(“vsrc_scroll();”, 2000);

      1. Find the above two line in the plugin javascript file and update the value “10″ & “2000″ in that line.

      2. font size is depends on your widget css.

  19. bipin p jose says:

    ghgh

  20. Andrew says:

    Sent email message with a request :)

    Top class plugin!
    Cheers!

  21. cameron says:

    is there a way to have the comments ordered by oldest to newest vertically. it makes more sense if I reply to comments that the response is after the comment and not before.

    comment 1
    comment 1 response

    instead of:

    comment 1 response
    comment 1

  22. Henry Wilk says:

    Great plug-in! The only problem I have is the comments are all underlined. When I mouse-over, the underlining goes away. Any ideas?

    Thanks

  23. DoctorPapa says:

    Like piti4ek posted below I Have a problem with encoding – showing of russian word incorrect too. Please help.

  24. Umar says:

    Great Plugin, Would be useful if the widget could be used multiple times in the backend. Such as use on multiple widget areas.

  25. E says:

    Hi

    ThanQ 4 this great and useful plugin ! but there’s a bug ! when I wanna insert it in my theme (any themes) it doesn’t scroll !!!!!

    Can u plz do me a favor and let me know what the problem is ?

    Thanx in advance

  26. mass money makers jv says:

    cool post. Filled me with a far better idea of often the financial climate. Appreciation friend

  27. Pupu says:

    Dear Admin,

    Nice plugin……………
    How can we show the Title of the commented article on the scroll up comments?

  28. Numaga says:

    Hi,

    First of all: great plugin! Secondly I think with just a few more configuration options this could be the BEST free recent comments plugin outthere.

    1) Right now you can choose to show avatar OR name, why not an option for both?
    2) It starts scrolling down in the first second? I can barely read the first comment before it starts scrolling down. An option to make it scroll after an X amount of seconds would be a great addition. I did this manually for my own site but to have this in the config panel would be way more user friendly.
    3) The option to add the post name.
    4) Set the avatar size

    Tnx for this great plugin, looking forward to the next version!

  29. Luis Espinoza says:

    Hi. I installed this nice plug in but have a problem. When I try to obtain the options to setup the widget choosing Avatar, etc. I obtain this messagge:

    Warning: call_user_func_array() expects parameter 2 to be array, string given in /home2/podiospe/public_html/wp-admin/includes/widgets.php on line 192

    Widget appears in my web but I can’t change the options. Can you help me please???

    You can see the widget in:
    http://www.cursosdenegociosysuperacion.com

    Thanks a lot…

  30. Pupu says:

    Nice plugin.

    Can we change the display?
    I mean, instead of the comments, can it be the TITLE of the news items/articles along with the count?

    Just wondering!

  31. Brian says:

    I created a shortcode and added this to my page, but the scrolling comments don’t stay inline on the page, they push to the top of the page. How do I get them to stay in with the text of the page?

  32. Nagarajan says:

    Hi,

    Hi find you have created so many useful plugins. I would like to whether there is any way to show the all the comments of the blog in a separate page. This will be very useful.

    Can this vertical scroll recent comments be made to display in a page.

  33. » FotoComeFare: fotografia comprensibile a tutti says:

    [...] [...]

  34. Kari Leigh says:

    Thank you for this plugin. It’s outstanding.

    I seem to only be able to use it in one location (widget area) however, unless of course I enter it into the php, which I’d rather not do because I’d like my end user to be able to control where it goes without getting my attention to change the php. Any suggestions?

  35. A2Politico says:

    Hey,

    For some reason the app quit scrolling. I’ve tried reinstalling, but it is still frozen. It was working fine, then, no more scrolling. Any ideas how I can fix it or about what went wrong??

    Thanks!

  36. Mang Anyunk says:

    Great plugin..
    I have used your plugin since the very first version. But this now I want to ask you : How to customize the code since I want the comments show only from specific post.

    Thanks a lot…

  37. ashok says:

    have installed the vertical scroller. However when i click on any link it opens the most recent posts only and does not open the required post. What may be the reason and how can that be tackled

  38. greatseo says:

    nice plugin! if you could add avartar it would be the greatest! thanks

  39. wrizuan.net says:

    where can i put code if i use option 2…

  40. Piyush says:

    i want to stop scrolling on mouse over. can u suggest me a java script for that?

  41. bluantinoo says:

    nice simple plugin.
    just need two little things:
    1) scrolling duration setting
    2) pause on mouse_hover

  42. Carolyn says:

    Great plugin. I love the simplicity. However, I was wondering if there is an easy way to have the scrolled comment link back to the article not the comment.

  43. Luis Trinidad says:

    great plugin gopi…

    in this plugin you can add this… the “both” option within the other options :)

  44. Vertical scroll recent comments review, discussions, does it work, and ratings on Loadwp.com | Loadwp.com says:

    [...] Check official website for live demo http://www.gopiplus.com/work/2010/07/18/vertical-scroll-recent-comments/ [...]

  45. merica says:

    sdfsdf

  46. jerrin says:

    can i change the size of the window showing the scrolling comments???????
    anyway its really nice pluggin

  47. Erskin Hansen says:

    I don’t know if anyone has already requested this so I apologize if I’m beating a dead horse by asking again.

    I would really like for this plugin to have the option of having “check boxes” rather than “radio buttons”; for the purpose of selecting multiple things to display at the same time.

    For example: Having the option select “Display Name” and “Display Avatar” at the same time instead of only being able to chose one or the other.

    Awesome plugin!!

  48. Burak Sepici says:

    Hello,

    First of all, great widget! The only feature it lacks is the inability to use it in more than one sidebars. Is there a way I can turn this into a multi-widget?

    Thanks!

  49. rselvasm says:

    esto es una prueba

  50. Alex says:

    nice plugin, but it fails markup validation with 43 errors on line 129. all error in the same line: $vsrp_x = $vsrp_x . “vsrp_array[$vsrp_count] = ‘$vsrp_post_title‘; “;

    are you planning to fix this?

  51. Alex says:

    Hello. I have a little problem with displaying recent comment. In the end of a cropped comment in scroller I have this symbol “�”.

    p.s. all comments are in russian lenguage

    How can I fix it?

  52. Jean says:

    A breeze to set up and configure, works great. Thank you for this great plugin.

Leave a Reply