Youtube Plugin Change [message #159682] |
Tue, 16 June 2009 12:34  |
|
I've modified the Youtube Plugin ever so slightly. The one that comes with the forum requires you to embed only the video ID. Anything after that causes the plugin to fail. This stops the embeding of higher def videos which append &fmt=18/&fmt=16 onto the end of the URL. Having to extract only the VideoID from longer URL's has caused some of my users confusion. This way I can simply say put everything after the v= in the URL in-between the youtube tags
There is probably a better way to handle the Regex than I have done but I'm not that clued up on them but I've tested this and it works
[Updated on: Tue, 16 June 2009 13:36] Report message to a moderator
|
|
|
|
Re: Youtube Plugin Change [message #159684 is a reply to message #159682] |
Tue, 16 June 2009 13:41   |
|
I've updated the zip
It now allows you to put in everything after the v= and it works regardless of any extra parameters in the URL. For some strange reason though it seems when editing/quoting it reverts to just the Video ID which isn't a major problem as the main issue was to make it easier for my users to understand how to embed.
|
|
|
|
Re: Youtube Plugin Change [message #159691 is a reply to message #159688] |
Tue, 16 June 2009 16:07   |
|
The Witcher wrote on Tue, 16 June 2009 21:02 | Clarify something would you?
I thought that embedding video was a very bad thing and a major security issue, has that changed or is it just an acceptance of what some people want?
I am still of the mind that I prefer to create image links to videos, wherever they are hosted, or in some cases saving the videos to my own server but still using image links to them, most people don't even realize it, and I have had several people ask how I get around the popup blockers.
|
I may be wrong but I think it's safe due to the fact that it need to be put inbetween BBCode tags and you can use regex to control what is input.
Anything put in between the youtube tags is converted to embedded youtube code therefore as far as I am aware there is no easy (if at all) way to exploit this
[Updated on: Tue, 16 June 2009 16:08] Report message to a moderator
|
|
|
|