Title: [Plugin: WP-Table Reloaded] Table in comments!
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Table in comments!

 *  Resolved [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-in-comments/)
 * Hi there!
 * I need to add a table in a comment but I cannot have your plugin working… Is 
   there any way to enable it for comments?
 * thanks!
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-in-comments/#post-2999081)
 * Hi Mirko,
 * I’m not exactly sure how you want this to work. Do you really want users to be
   able to use the `[table id=123 /]` Shortcode in comments?
 * The best way to achieve this might then to run the WP Shortcode API on the “comment_text”
   filter hook, by adding
 *     ```
       add_filter( 'comment_text', 'do_shortcode' );
       ```
   
 * Note however, that this would enable ALL registered Shortcodes and not just the
   WP-Table Reloaded Shortcode. Therefore, this should be handled with greatest 
   care, and I don’t really recommend it!
 * Why don’t you copy the static HTML code for the table into the comment?
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Table in comments!’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-in-comments/#post-2999081)
 * Status: resolved