• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[Add More Video Sites] BB Code Media

Thanks for the info Brogan.
Got any additional ideas if has it got something to do with Xenforo in general or just Streetfire.net trying to block its site for being used this way or..?
 
As Mystic said above, their URL structure doesn't make it possible to use the id/token system.
 
Viddler
This will match a Viddler video embed code.
  • Media Site ID: viddler_video
  • Site Title: Viddler.com
  • Site URL: http://www.viddler.com/
  • Match URLs:
    Code:
    viddler.com/player/{$id}/
  • Embed HTML:
    Code:
    <object width="437" height="288" id="viddler_{$id}"><param name="movie" value="http://www.viddler.com/player/{$id}/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/{$id}/" width="437" height="288" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_{$id}"></embed></object>
  • Example Embed Code:
    Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="288" id="viddler_9fcdef8"><param name="movie" value="http://www.viddler.com/player/9fcdef8/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/9fcdef8/" width="437" height="288" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_9fcdef8"></embed></object>
  • Result:
    Code:
    [media=viddler_video]9fcdef8[/media]
 
http://www.wegame.com/ :

Code:
wegame

Code:
WeGame

Code:
http://www.wegame.com/

Code:
http://www.wegame.com/watch/{$id}

Code:
<object width="640" height="441"><param name="movie" value="http://www.wegame.com/static/flash/player.swf?xmlrequest=http://www.wegame.com/player/video/{$id}"></param><param name="flashVars" value="xmlrequest=http://www.wegame.com/player/video/{$id}&embedPlayer=true"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.wegame.com/static/flash/player.swf?xmlrequest=http://www.wegame.com/player/video/{$id}&embedPlayer=true" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="441"></embed></object>
 

Although not ideal ....
Code:
[URL=http://s3.photobucket.com/albums/y58/Akseli/Motion pictures/?action=view&current=saransynttrit018.mp4][IMG]http://vid3.photobucket.com/albums/y58/Akseli/Motion pictures/th_saransynttrit018.jpg[/IMG][/URL]

This is what photobucket gives you .... but it doesn't allow photobucket videos to be viewed on your own site .... the .jpg is a redirect to PB.
 

Although not ideal ....
Code:
[URL=http://s3.photobucket.com/albums/y58/Akseli/Motion pictures/?action=view&current=saransynttrit018.mp4][IMG]http://vid3.photobucket.com/albums/y58/Akseli/Motion pictures/th_saransynttrit018.jpg[/IMG][/URL]

This is what photobucket gives you .... but it doesn't allow photobucket videos to be viewed on your own site .... the .jpg is a redirect to PB.
Yes it does....
Code:
<embed width="600" height="361" type="application/x-shockwave-flash" allowFullscreen="true" allowNetworking="all" wmode="transparent" src="http://static.photobucket.com/player.swf" flashvars="file=http%3A%2F%2Fvid3.photobucket.com%2Falbums%2Fy58%2FAkseli%2FMotion%2520pictures%2Fsaransynttrit018.mp4">
 
EDIT:
I have moved the contents of this post to the xml repository thread.

wow I didn't even realize what thread I was in....

I guess this is where I start learning how to add more sites to the media tag...for now I have made a custom bbcode for BBCM but I will try today (right now) to add this to the media tag which would make using it A LOT simpler.

sorry for the confusion.
 
Well I have added the chive but the problem for me is...

http://thechive.com/2011/05/23/bikini-flashmobs-dare-i-say-the-future-video/
has a video id of 79afca83 there is no way for me to really get the id out of that....

The videos at thechive.com are actually hosted @ Viddler.com and you can see that from the embed code at thechive.com

In the player if you click on the share button you will get some options, the lowest in the box is Standard html or wordpress. if you select word press you get this:
[viddler id=79afca83&w=437&h=288]
where you will see the video id as well as the height and width parameters.

All in all I can't think of a proficient way to easily embed videos from that site.
Like I said I have added it as a media site but really to use it I have to manually type
Code:
[media=viddler]79afca83[/media]
after grabbing the id from the wordpress embed option at viddler.com by clicking on the share link at thechive.com and clicking visit.

If you would still like it I can share it but to me it is a PITA.
 
I've looked through here, and don't see anything for Yahoo! videos. Has anyone added Yahoo ??
 
Ok peggy I think I have it....I am just testing as many formats of urls for their videos as I can so we wont have to fix it later. PM me some random links from different groups channels or whatever yahoo calls them if you want...I can't imagine that I have already covered all the url formats...either way I will paste what I have done within the hour.
 
I've looked through here, and don't see anything for Yahoo! videos. Has anyone added Yahoo ??

Yahoo Vids
__________________

Media Site ID:
Code:
yahoo

Site Title:
Code:
Yahoo

Site URL:
Code:
http://www.yahoo.com
checkjers.webp
Match URLs:
Code:
http://*video.yahoo.com/*/*/*-{$id}.html
http://*.yahoo.com/?vid={$id}

Embed Html:
Code:
<object width="576" height="324">
<param name="movie" value="http://d.yimg.com/nl/vyc/site/player.swf"></param>
<param name="flashVars" value="vid={$id}&lang=en-US&"></param>
<param name="allowfullscreen" value="true"></param>
<param name="wmode" value="transparent"></param>
<embed width="576" height="324" allowFullScreen="true" src="http://d.yimg.com/nl/vyc/site/player.swf" type="application/x-shockwave-flash" flashvars="vid={$id}&lang=en-US&"></embed></object>
 
Top Bottom