Title: Content Cards in Comments
Last modified: August 30, 2016

---

# Content Cards in Comments

 *  Resolved [Noumaan Yaqoob](https://wordpress.org/support/users/noumaan/)
 * (@noumaan)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/content-cards-in-comments/)
 * Would it be possible to enable content cards in comments so that when a user 
   posts a link it converts into a content card when the comment is published?
 * [https://wordpress.org/plugins/content-cards/](https://wordpress.org/plugins/content-cards/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Arunas Liuiza](https://wordpress.org/support/users/ideag/)
 * (@ideag)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/content-cards-in-comments/#post-6561778)
 * Hi,
 * It is theoretically possible to enable shortcodes and/or oEmbeds in comments 
   via `comment_text` filter.
 *     ```
       // shortcodes
       add_filter( 'comment_text', 'do_shortcode' );
       // oembeds
       add_filter( 'comment_text', array( $wp_embed, 'autoembed'), 8 );
       ```
   
 *  Plugin Author [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * (@khromov)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/content-cards-in-comments/#post-6561906)
 * Hi Nourmaan,
 * Can you try any of these plugins, it should do what you are after:
    [https://wordpress.org/plugins/oembed-in-comments/](https://wordpress.org/plugins/oembed-in-comments/)
   [https://wordpress.org/plugins/oembed-for-comments/](https://wordpress.org/plugins/oembed-for-comments/)
 * Let us know if you have any issues with it.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Content Cards in Comments’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/content-cards_d57c92.svg)
 * [Content Cards](https://wordpress.org/plugins/content-cards/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-cards/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-cards/)
 * [Active Topics](https://wordpress.org/support/plugin/content-cards/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-cards/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-cards/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/content-cards-in-comments/#post-6561906)
 * Status: resolved