Viewing 1 replies (of 1 total)
  • Plugin Author daburna

    (@daburna)

    Oh what a nice idea! I will implement that later. But you can do it by your own. Open the plugin with the editor and search for line

    add_filter(‘the_excerpt’, ‘youtube_plugin’);

    then add after it this line

    add_filter(‘widget_text’, ‘youtube_plugin’);

    Now it should work in the widget, if you use the textarea.

Viewing 1 replies (of 1 total)
  • The topic ‘add video in sidebar’ is closed to new replies.