Support » Plugin: Advanced Responsive Video Embedder (Rumble, YouTube, Vimeo, HTML5 Video ...) » Feature requests – available for Text Tab

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Nico

    (@nico23)

    I searched a bit and only find tutorials on how to change the visual editors icons. I am not sure if and how I can add buttons to the code editor.

    But if your willing to help me out find some ressource/tutorial on how to do this I will do it.

    Hi!
    By “Text tab” are you talking about a Widget text?
    I have Pinboard theme and am using the “wide” widget on the front page and the videos in it don’t “respond”.
    Any chance with this plug-in or not?

    Plugin Author Nico

    (@nico23)

    @lilr3

    No she is talking about the wordpress code editor. If I not got this completly wrong.

    As for widgets, yes the videos in widgets should respond the same as in content area. If your putting the the embed codes manually in there now make sure to enable Shortcodes for your Widgets. Just add this to your functons.php and you can use this plugin in text widets.

    add_filter('widget_text', 'do_shortcode');

    Plugin Author Nico

    (@nico23)

    This is better

    add_filter( 'widget_text', 'shortcode_unautop');
    add_filter( 'widget_text', 'do_shortcode', 11);

    I don’t think there is anything coming from the thread-starter anymore. If I happen to find out how to add a icon to the code editor I will add it but it’s low priority.

    Thread Starter Nancy Seeger

    (@nseeger)

    Hi Nico,

    Yes you are correct, I meant the Text Tab in the WordPress dashboard (code editor). Sorry I didn’t realize that would be difficult to do.

    Like many, I just don’t care for the Visual tab stripping HTML tags out. Any way to insert the videos without having to go to the Visual tab?

    Thanks,
    Nancy

    Plugin Author Nico

    (@nico23)

    Well yes you can just type the shortcodes yourself and paste right ID in.

    http://nextgenthemes.com/plugins/advanced-responsive-video-embedder/manual-shortcode-creation/

    Thread Starter Nancy Seeger

    (@nseeger)

    Thanks so much!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Feature requests – available for Text Tab’ is closed to new replies.