A
by Michael Adams (mdawaffe)
4.3 (3 reviews)
Ajax Comment Preview
Visitors to your site can preview their comments with a click of a button.
Tested up to WP 3.3.2 (Current: 7.0.2)
v2.4
Current Version v2.4
Updated 14 years ago
Last Update on 07 Mar, 2012
Refreshed 16 hours ago
Last Refreshed on
Rank
#20,413
-33 this week
Active Installs
50+
—
No change
KW Avg Position
N/A
—
No change
Downloads
41.9K
+3 today
Support Resolved
0%
—
No change
Rating
86%
Review 4.3 out of 5
4.3
(3 reviews)
Next Milestone 60
50+
60+
2,621
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 8 more installs to reach 60+
Rank Changes
Current
#20,413
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.3
3 reviews
Overall
86%
5
2
(67%)
4
0
(0%)
3
1
(33%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.4
- Last Updated
- Mar 07, 2012
- Requires WP
- 3.1+
- Tested Up To
- 3.3.2
- PHP Version
- N/A
- Author
- Michael Adams (mdawaffe)
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.3
- Reviews
- 3
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Adminify – White Label, Admin Menu Editor, Login Customizer
7K+ installs
#2,730
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits
30K+ installs
#988
Akismet Anti-spam: Spam Protection
5M+ installs
#7
WPForms - AI Form Builder for WordPress - Contact Forms, Payment Forms, Survey Form, Quiz & More
5M+ installs
#9
Jetpack - WP Security, Backup, Speed, & Growth
3M+ installs
#18
Frequently Asked Questions
Common questions about Ajax Comment Preview
Go to the Settings (called "Options" in WordPress 2.6 ) -> Ajax Comment Preview admin panel. From there you'll be able to specify the markup used to display the comment being previewed. The markup you enter will depend on what theme your site is using. If you're using Kubrick (the default theme for WordPress), the settings that come installed with the plugin will work fine. For other themes, I suggest the following. Go to the permalink page for a post on your site that has a few comments. In your web browser, view the Page Source of that page. You can usually do this by finding that option in your browsers Edit or View menu or in the menu that pops up when you right click on the page. Find the section of code that corresponds to one of the comments. Copy it into your clipboard. Paste that code into the big text box in the Options -> Ajax Comment Preview admin panel. Replace the text specific to that comment (author name, time, comment text, ...) with the plugin's special tags (%author%, %date%, %content%, ...). Most themes' code has all the comments inside one big <ol>, <ul>, or <div> tag. You'll probably need to put your preview markup inside that "parent" tag too. Make sure it has the same class(es) as the tag in your theme's code.
Remember, you have to have WordPress version 2.6 or higher to use this plugin. If you do: Go to the plugin's Settings page. Copy the HTML from the big text box to a text file (not a Word document) and save it. Now you have a backup. Delete everything in the big text box. Type "TEST" (without the quote marks) in the big text box, then hit the "Update" button. Go back to your blog, type in a comment and hit the preview button. If you see TEST come back, there's probably a mistake in the HTML you entered in the big text box. Double check it and try again.
This plugin has two files: ajax-comment-preview.php and ajax-comment-preview.js . Did you upload them both? (You did if you were a good blogger and followed the directions.) Make sure both of those files are on your webserver and in the same directory. I saw TEST come back, but my comments template doesn't work, or only some of it shows up
application/xhtml+xml)? If so (or if you don't know what that means), try putting xmlns="http://www.w3.org/1999/xhtml" inside the very first HTML tag of your comment template. So if you had: <li class="comment"> as the first line in your comment template, change it to <li class="comment" xmlns="http://www.w3.org/1999/xhtml"> in the big text box.
... Can you tell if there are any JavaScript errors when you load a post on your blog or
Other than that, nope, I'm out of ideas.