• Hey,

    Love the plugin, thanks for all the work! It’d be very cool if you could do a small patch:

    Line 116, change this:

    <div class="textwidget"><?php echo $text; ?></div>

    Into this:

    <div class="textwidget"><?php echo apply_filters('the_content',$text); ?></div>

    That way any shortcodes in the content are parsed, and other design stuff is handled as well 🙂

    Another thing: it’d ROCK if you could get Viper Video Quicktags buttons to show up on the editor as well 🙂

  • The topic ‘[Plugin: Rich Text Widget] Parse content’ is closed to new replies.