Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 69085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:31:05+00:00 2026-05-10T19:31:05+00:00

i have a wordpress blog and want to give people the same user experience

  • 0

i have a wordpress blog and want to give people the same user experience for adding comments that is in stackoverflow. There are a number of comments ajax plugins out there but i can’t find a working one that allows you to inline on the main page, go in and add comments without first drilling down into a seperate single post page.

Can anyone help here with either a wordpress plugin or php code to do this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T19:31:06+00:00Added an answer on May 10, 2026 at 7:31 pm

    I was never able to get AJAXed WordPress to do what me (and apparently the questioner) want to do.

    I use a custom solution that makes use of a plug-in called Inline Ajax Comments. I had a heck of a time finding a download link, but here’s one that still works: http://kashou.net/files/inline-ajax-comments.zip

    In WordPress’ theme editor, I edit index.html. After the following:

    <?php the_content(''); ?> 

    I add (after enabling the plug-in of course):

    <?php ajax_comments_link(); ?> <?php ajax_comments_div(); ?> 

    I then edited the plugin PHP file itself. I commented out blocks of code as follows:

    if ($comment_count == '1') {     echo('<span id='show-inline-comments-'. $id .''>  ');     /*  echo('<a href='javascript:;' id='show-inline-comments-link-'. $id .'' onmouseup='ajaxShowComments('. $id .', \''. $throbberURL .'\', \''. $commentpageURL .'\'); return false;'>show comment &raquo;</a>');  */     echo('</span>');     echo('<span id='hide-inline-comments-'. $id .'' style='display: none;'>  ');     /*  echo('<a href='#comments-'. $id .'' onmouseup='ajaxHideComments('. $id .', \''. $throbberURL .'\', \''. $commentpageURL .'\'); return true;'>&laquo; hide comment</a>');  */     echo('</span>'); } else if ($comment_count > '1') {     echo('<span id='show-inline-comments-'. $id .''>  ');     /*  echo('<a href='javascript:;' id='show-inline-comments-link-'. $id .'' onmouseup='ajaxShowComments('. $id .', \''. $throbberURL .'\', \''. $commentpageURL .'\'); return false;'>show comments &raquo;</a>');  */     echo('</span>');     echo('<span id='hide-inline-comments-'. $id .'' style='display: none;'>  ');     /*  echo('<a href='#comments-'. $id .'' onmouseup='ajaxHideComments('. $id .', \''. $throbberURL .'\', \''. $commentpageURL .'\'); return true;'>&laquo; hide comments</a>');  */     echo('</span>'); } 

    IIRC, that’s all I had to do, but let me know if that doesn’t work for you. I’m trying to reverse engineer my own solution since it seems to be exactly what you want to do as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a WordPress blog and I'm trying to make that when a user
I want my WordPress blog to have a page called music. On that page
I have a django site that's tightly coupled with a wordpress blog. I want
I have a wordpress blog www.freelancing4arab.com, I want to change the theme font, I
I have a blog on something.wordpress.com , I simply want one post to ALWAYS
I have this wordpress blog that has many pages with subpages that dropdown on
I have a plugin installed on my wordpress blog that takes the email address
I want to create a custom page for my WordPress blog that will execute
I have a WordPress blog with a forum, and I ONLY want Guests (unregistered
I have a wordpress blog.I Want to add Facebook like Button &Facebook Share button

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.