Insert image in comment reply

I have searched everywhere but can not find a plugin that allows users to upload an image into their Reply to a comment. It is a photographic blog so has to have this ability.

I did try a couple but none actually worked! Anyone any ideas please?

Related posts

1 comment

  1. What you’re looking for could be a wp_editor() in comment form :

     wp_editor( $comment->comment_content, 'content', array( 'media_buttons' => true, 'tinymce' => false, 'quicktags' => $quicktags_settings ) );
    

Comments are closed.