• 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

I use this for Google:

Match URLs
Code:
video.google.com/videoplay?docid={$id}

Embed HTML
Code:
<embed id=VideoPlayback src=http://video.google.com/googleplayer.swf?docid={$id}&hl=en&fs=true style=width:640px;height:387px allowFullScreen=true allowScriptAccess=always type=application/x-shockwave-flash />
 
It works fine for me using this:
http://video.google.com/videoplay?docid=4396717473506401960#docid=-3784289676855035647
 
Maybe it does, but I want to enter Google in the as a BB Code Media Site in the admin panel, and it's not working. Can you give me all proper settings for each entry field please?
 
I already posted the relevant content above.
The other fields you can enter what you like.

google.webp
 
How's about this one?

<embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-2473651784928254794&hl=en&fs=true" style="width: 400px; height: 326px;" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash">​
I'm combing through our newly-converted forum trying to fix up the lingering video clips.

That is embed code for this video:

http://video.google.com/videoplay?docid=-2473651784928254794&hl=en

Posting this URL works fine using Brogan's code he posted above.
 

Admin CP -> Home -> BB Code Media Sites -> Add BB Code Media Site

Media Site ID: flickr

Site Title: Flickr

Site URL: http://www.flickr.com/

Match URLs: http://www.flickr.com/photos/*/{$id}

Embed HTML:

Code:
<object type="application/x-shockwave-flash" width="400" height="300" data="http://www.flickr.com/apps/video/stewart.swf?v=109786" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param name="flashvars" value="intl_lang=en-us&photo_id={$id}"></param>
<param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=109786"></param>
<param name="bgcolor" value="#000000"></param>
<param name="allowFullScreen" value="true"></param>
<embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=109786" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&photo_id={$id}" height="300" width="400"></embed>
</object>

URLs tested:
http://www.flickr.com/photos/mactonnies/3663762503/
http://www.flickr.com/photos/mactonnies/3450774179/
 
And thank you.

If there's a magic formula to search and replace all these variations we'd save some manual labor, but I can't expect that sort of miracle.
 
Yeah, I have that, and I'm going to require hand holding to make it work for most of the basic video format conversions. I tried a couple of the ones on the first page of the plugin description, but I'm probably going to need more assistance.
 
Top Bottom