The wortube will now show playlist in the sidebar also just add a simple code in your function.php file
add_filter('widget_text', 'do_shortcode');
and then use the playlist shortcode in the text widget which will show the wordtube playlist
The wortube will now show playlist in the sidebar also just add a simple code in your function.php file
add_filter('widget_text', 'do_shortcode');
and then use the playlist shortcode in the text widget which will show the wordtube playlist
Can I ask which 'functions.php' file you meant, and where the exact position adding the code?
add_filter('widget_text', 'do_shortcode');
the function.php which i am talking about is the theme function.php. Well actually this code is for using short codes in text widget. Now when we call wordtube in text widget adjust height and width according to ur sidebar and issue solved :)
This topic has been closed to new replies.