Title: Ajax Comment Preview
Author: Michael Adams (mdawaffe)
Published: <strong>26 de setembre de 2006</strong>
Last modified: 6 de març de 2012

---

Cerca extensions

Aquesta extensió **no s’ha provat en les darreres 3 versions majors del WordPress**.
Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat
quan s’usa en versions recents del WordPress.

![](https://s.w.org/plugins/geopattern-icon/ajax-comment-preview.svg)

# Ajax Comment Preview

 Per [Michael Adams (mdawaffe)](https://profiles.wordpress.org/mdawaffe/)

[Baixa](https://downloads.wordpress.org/plugin/ajax-comment-preview.2.4.zip)

 * [Detalls](https://ca.wordpress.org/plugins/ajax-comment-preview/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/ajax-comment-preview/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/ajax-comment-preview/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/ajax-comment-preview/#developers)

 [Suport](https://wordpress.org/support/plugin/ajax-comment-preview/)

## Descripció

Other preview plugins don’t know what sort of changes WordPress will make to a
 
visitor’s comment, but this plugin uses AJAX and other buzzwords to send each previewed
comment through WordPress’ inner voodoo.

The result? With the click of a button, your site’s visitors can preview their
 
comments _exactly_ as they will appear when they submit them for realies.

Requires PHP5.

## Instal·lació

 1. Upload the plugin (the whole folder the plugin came with) to your plugins
     folder:`
    wp-content/plugins/`
 2. Activate the ‘Ajax Comment Preview’ plugin from the Plugins admin panel.
 3. Go to the Options -> Ajax Comment Preview admin panel to configure the look
     of
    the preview.

## PMF

  How do I change the look of the 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.

 1. Go to the permalink page for a post on your site that has a few comments.
 2. 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.
 3. Find the section of code that corresponds to one of the comments. Copy it
     into
    your clipboard.
 4. Paste that code into the big text box in the Options -> Ajax Comment Preview
     admin
    panel.
 5. Replace the text specific to that comment (author name, time, comment text,
     …)
    with the plugin’s special tags (`%author%`, `%date%`, `%content%`, …).
 6. 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.

  I click preview and nothing happens. What do I do?

Remember, you have to have WordPress version 2.6 or higher to use this plugin. If
you do:

 1. 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.
 2. Delete everything in the big text box.
 3. Type «TEST» (_without_ the quote marks) in the big text box, then hit the «Update»
    button.
 4. Go back to your blog, type in a comment and hit the preview button.
 5. 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.

  I didn’t see TEST come back. Now what?

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

Are you serving your blog’s webpages as XML documents (for example with the MIME
type
 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.

  Still no luck. Any more ideas?

… Can you tell if there are any JavaScript errors when you load a post on your blog
or
 when you click the preview button?

Other than that, nope, I’m out of ideas.

## Ressenyes

![](https://secure.gravatar.com/avatar/50c101f4d9be877802d44713e653b7ee3306990c73a8daa836608bfa2bf2dcba?
s=60&d=retro&r=g)

### 󠀁[Does what it says](https://wordpress.org/support/topic/does-what-it-says-670/)󠁿

 [angeljs](https://profiles.wordpress.org/angeljs/) 10 de febrer de 2018

Great plugin, just what I needed for my comments section. 🙂

 [ Llegiu totes les 3 ressenyes ](https://wordpress.org/support/plugin/ajax-comment-preview/reviews/)

## Col·laboradors i desenvolupadors

«Ajax Comment Preview» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

 *   [ Michael Adams (mdawaffe) ](https://profiles.wordpress.org/mdawaffe/)
 *   [ Mark Jaquith ](https://profiles.wordpress.org/markjaquith/)

[Traduïu «Ajax Comment Preview» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/ajax-comment-preview)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/ajax-comment-preview/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/ajax-comment-preview/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/ajax-comment-preview/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/ajax-comment-preview/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 2.4

 * Replace some deprecated WP functions.
 * Fix some PHP notices.

#### 2.3

 * Compatibility with new Twenty Ten default theme.
 * Use admin-ajax.php instead of hack.

#### 2.2

 * Add setting link to plugins page.
 * Compatibility with WordPress 2.9.

## Meta

 *  Versió **2.4**
 *  Darrera actualització **fa 14 anys**
 *  Instal·lacions actives **60+**
 *  Versió del WordPress ** 3.1 o posterior **
 *  Provada fins a **3.3.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/ajax-comment-preview/)
 * Etiquetes
 * [ajax](https://ca.wordpress.org/plugins/tags/ajax/)[comment](https://ca.wordpress.org/plugins/tags/comment/)
   [comments](https://ca.wordpress.org/plugins/tags/comments/)[preview](https://ca.wordpress.org/plugins/tags/preview/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/ajax-comment-preview/advanced/)

## Valoracions

 4.3 sobre 5 estrelles.

 *  [  2 valoracions de 5 estrelles     ](https://wordpress.org/support/plugin/ajax-comment-preview/reviews/?filter=5)
 *  [  0 valoracions de 4 estrelles     ](https://wordpress.org/support/plugin/ajax-comment-preview/reviews/?filter=4)
 *  [  1 valoració de 3 estrelles     ](https://wordpress.org/support/plugin/ajax-comment-preview/reviews/?filter=3)
 *  [  0 valoracions de 2 estrelles     ](https://wordpress.org/support/plugin/ajax-comment-preview/reviews/?filter=2)
 *  [  0 valoracions de 1 estrelles     ](https://wordpress.org/support/plugin/ajax-comment-preview/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ajax-comment-preview/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/ajax-comment-preview/reviews/)

## Col·laboradors

 *   [ Michael Adams (mdawaffe) ](https://profiles.wordpress.org/mdawaffe/)
 *   [ Mark Jaquith ](https://profiles.wordpress.org/markjaquith/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/ajax-comment-preview/)