Quote:
Originally Posted by Coders Shack
this is due to the owner of the youtube video, they are disabling embeds.
there may be a solution in 1.2.0 for this
|
There is no solution to this problem. Either YouTube removed the video off there server or the user deleted it or a copyright order was done such as certain rock videos that say "embedding disabled by request", they will not embed with this hack.
You can't code an embedded object to stay on a site and pull from the other site if the video is no longer there or embeddable.
Quote:
Originally Posted by am3rgin
When this mod is enabled I get RSS errors like below.
Warning: Invalid argument supplied for foreach() in [path]/includes/class_postbit_alt.php(468) : eval()'d code on line 26
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3239) in [path]/external.php on line 865
The first time I click on the RSS link I get the errors. If I click it a second time the RSS feed works perfectly. If I disable the mod, clear cache/cookies all RSS feeds from my site work perfectly the first time.
Anyone experience these errors? Great mod by the way.
|
I actually did some tinkering around with this and while I don't know what caused the RSS error, nor do I know which version he fixed it in or if it will be fixed in 2.0.0. But what could be part of the problem is that you can actually take a video feed from youtube, and put it through your RSS Feed Manager on vBulletin and with this add on disabled it will just post the link to the video or nothing at all, depending upon what RSS options you are choosing ( i.e. encoded, description, more url, etc. ). If you enable this add on, you can grab there RSS feeds and this modification will automatically embed the object into the thread.
Because this modification changes the url to a video or auto embeds that, that is what is making it be able to embed videos through the RSS which is actually really cool. Because the more options we have that work with this mod, the more we can have literal RSS video feeds without using HTML to post the flash video's.
I am going to set up some small amount of daily feeds on my forum and probably show a link so people can see how it works. It's pretty sick, and places like YouTube and such like Gametrailers offer a ton of different video rss options.
Of course while however cool this is, it still messes up the RSS for our own forums, which I don't know why but I read a few posts ago that it might be fixed or is fixed, which version???
------------------------------------------------------
Coders Shack
I am cool with being one of the first for 2.0.0 as long as it is compatible with 3.6.8 PL 2, AND I want the RSS error fixed that we've talked about above. Oh...and I want CNN.com added as well.
CNN allows embedding of videos and they have a Video RSS feed, which means I could RSS Feed CNN video news with a combination of there Feed and your modification.
Here is an example Embed Code for CNN, and thanks for catching my post on MTV, that's sick to.
Code:
<iframe src="http://www.cnn.com/video/savp/evp/?loc=dom&vid=/video/business/2008/09/24/sparks.uk.france.nuclear.buyout.itn" height="393" width="406" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
P.S. I'll pay you 10 bucks if you add CNN to the list, but sadly NFL.com still does not allow embedding of there videos.