Hi
I’ve tried to install this plugin but it seems not to work.
When I eneter a youtube link in the administration page, the video appears on the list, but if I exit and re-enter the administration page, the list become empty.
Nothing is displayed when I use the required tag in a wordpress page, nothing is displayed.
Please help me if you can.
Thank you.
Fabio
If you have a ‘ on the video’s name, for instance, if the video is titled “I’m Ballsy”, the player won’t show up. only one video like that is enough. Looks like it breaks the code or something.
this is a nice unique script, please don’t give up.
]]>This is really nice plugin for wordpress.
I have big problems with this plugin. I have fresh installed WP
First one
Header Cannot Send
Warning: Cannot modify header information - headers already sent by (output started at /home/powerwar/public_html/sheturk.com/wp-content/plugins/youtube-webtv/youtube-web-tv.php:128) in /home/powerwar/public_html/sheturk.com/wp-includes/option.php on line 748
Warning: Cannot modify header information - headers already sent by (output started at /home/powerwar/public_html/sheturk.com/wp-content/plugins/youtube-webtv/youtube-web-tv.php:128) in /home/powerwar/public_html/sheturk.com/wp-includes/option.php on line 749
When i try to add new videos from admin panel, it shows as added with video name and picture after i reflesh the page there is no video How can i make this plugin good working please help!
]]>Just trying to figure out how the video start time is set. Also, is there a way to add multiple playlists?
Thank you. Great plugin!!
]]>Hi again ??
Trying out the plugin, hoping to use it in a new site … but getting an error in web inspector on
<div id="ytWebTv_player"></div><script>var ytWebTv_channel=1;ytWebTv_playlist = JSON.parse('Array');</script>
I am not a JS person … so a little lost … but putting it into JSBin to test I got the following messages
Line 1: <script>var ytWebTv_channel=1;ytWebTv_playlist = JSON.parse(‘Array’);</script> — Expected an identifier and instead saw ‘<‘.
Line 1: <script>var ytWebTv_channel=1;ytWebTv_playlist = JSON.parse(‘Array’);</script> — Expected an assignment or function call and instead saw an expression.
Line 1: <script>var ytWebTv_channel=1;ytWebTv_playlist = JSON.parse(‘Array’);</script> — Missing semicolon.
Line 1: <script>var ytWebTv_channel=1;ytWebTv_playlist = JSON.parse(‘Array’);</script> — Expected an identifier and instead saw ‘var’.
Would love to be able to use your plugin … hope its an easy solution
Many thanks in advance
]]>Hiya,
Had a bug today where suddenly no videos were showing up in the playlist table in admin. It turned out to be because of an apostrophe in the title breaking things.
I went into ytWebTv_admin.php to see if I could replace the ‘ with a \’, but found you’d already done it!
In the file, it had split over three lines though, like this:
var json = '<?PHP echo str_replace("'
","\
'",get_option("yt_webtv_channel_".$GLOBALS["yt_webtv_channel"])); ?>';
by putting it all back on one line, everything immediately reappeared – it looks like the line breaks got messed up.
var json = '<?PHP echo str_replace("'","\'",get_option("yt_webtv_channel_".$GLOBALS["yt_webtv_channel"])); ?>';
Thought I’d let you know, in case it helps and in case anyone else has the same issue ??
]]>Hi,
I have recently been looking for something that does what your app say’s it does so was glad to see this.
Unfortunately while I can install the plugin and set up the playlist the embed errors, I have been through the code as the previous commenter mentioned and do not seem to have the same issue as him/her? I am not sure if maybe I have just misunderstood the messages.
Has the know issue been fixed and if not can you clarify what changes I would need to make manually to resolve them.
]]>Great idea for a plugin ??
Have just been testing it out but cannot get it to display
I don’t see a save button in the admin screen, if I leave the page the playlist disappears
I see an error in the admin.php referencing this :
ytWebTv_playlist_admin = JSON.parse(json);
Also I noticed that there is a miss match between the folder name and the links in the php for the js and css
The folder shows as “Youtube WebTv”
but the links in the php have “Youtube Web-Tv”
I can manually change these but thought it would be good to let you know.
Would love to use your plugin on my site … do you see the same issues?
]]>