• Wanted to add channel info on a specific page, this plugin does a great job, it’s clean, simple and easy to use.

Viewing 1 replies (of 1 total)
  • Hi!

    Thank you for the awesome review.

    Wanted to add channel info on a specific page

    In the next update there will be short-code tool..

    Meanwhile, add this at the end of your active theme’s functions.php file:

    function ytio_add_shortcode() {
    	if(!function_exists(ytio_widget)) return false;
    	ob_start();
    	ytio_widget();
    	return ob_get_clean();
    }
    add_shortcode('youtube-info-widget','ytio_add_shortcode');

    And use this shortcode: [youtube-info-widget], insert it where you want the widget to appear ( e.g new page ).

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Clean and simple’ is closed to new replies.