Tagged Questions
1
vote
0answers
58 views
Post Comments with Ajax in Wordpress
I use this code to post comments with ajax on my WP blog. It works fine but I display the comment form on my homepage so the plugin only works for the first post (first comment form).
I want it to ...
1
vote
1answer
159 views
Ajax comments not working
I followed a tutorial to 'ajaxify' wordpress comments where it does not reload the page:
jQuery('document').ready(function ($) {
$('#commentform').each(function () {
var commentform = ...
4
votes
2answers
3k views
Enable Submit Comment Without Page Reload (Using Ajax)?
When user writes a comment and hits the submit button, WordPress reloads the page, before the comment is shown to the user.
Is there an Ajax-based solution that allows users to submit questions ...
0
votes
3answers
3k views
Ajax submit comments
I want to submit comments via ajax. CLick the comment submit button, comments gets posted via jquery's ajax method and the result ("Awaiting moderation...") is displayed on the page.
I went into the ...
0
votes
1answer
240 views
How to show last comment on hover?
WordPress usually has "Leave a Comment, "1 Comment," or "% Comments" on the blog page, and I want people to be able to hover over that and have jQuery show the latest comment in a rectangular box ...
0
votes
1answer
359 views
Toggle nested comments
I am trying to find a solution to toggle (hide/show) threaded comments. I need to see only comments 1,2,3 etc... and hide 1.1,1.2,1.3 etc...
Clicking "show comments" will toggle and display the thread ...