Results 1 to 9 of 9
Threaded View
-
14th Aug 2011, 06:43 PM #1OPMember
AutoEmbed php code for videozer and videobb
Hi
I'm using autoembed for direct embedding of videos on..wordpress video site...which under beta at the moment..
autoembed has embedding options for most of the sites...but looks like they haven't written embedding codes for the videozer & videobb...
Can someone who knows a bit of quality php..can do this i guess...i myself trial n error approach...but no success till now..
So here is the general instruction as putforwarded by autoembed.com
array(
'title' => Source the embeded media comes from
'website' => URI of the media source
'url-match' => Regexp for matching the submitted url to a stub
'embed-src' => The source of the media to embed. Replace $2, $3, etc with matches from the url-match or fetch-match regexp ($1 is the entire matched url)
'embed-width' => The default width of the embeded object
'embed-height' => The default width of the embeded object
'fetch-match' => (optional) if set, html will be fetched and this regexp will be used to pull the media id or the source of the video
'flashvars' => (optional) if set, will be passed in the embed tag. Replace $2, $3, etc with matches from url-match or fetch-match
),
Example Megavideo
array(
'title' => 'MegaVideo',
'website' => 'http://www.megavideo.com',
'url-match' => 'http://(?:www\.)?megavideo\.com/(?:\?(?:[^"]*?)?v=|v/)([0-9a-z]{8})',
'embed-src' => 'http://www.megavideo.com/v/$2.0.0',
'embed-width' => '440',
'embed-height' => '359',
),
using this we can directly embed just using the url...
Can someone generate similar code (paraphrasing) for videozer & videobb ??? guys...?Phresh Reviewed by Phresh on . AutoEmbed php code for videozer and videobb Hi I'm using autoembed for direct embedding of videos on..wordpress video site...which under beta at the moment.. autoembed has embedding options for most of the sites...but looks like they haven't written embedding codes for the videozer & videobb... Can someone who knows a bit of quality php..can do this i guess...i myself trial n error approach...but no success till now.. So here is the general instruction as putforwarded by autoembed.com Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
What happen videobb videozer lulzimg
By btcom100 in forum Webmaster DiscussionReplies: 21Last Post: 18th Jan 2012, 12:07 AM -
videobb or videozer?
By blogurway in forum File Host DiscussionReplies: 16Last Post: 1st Jan 2012, 12:46 PM -
[Buying] VideoBB VIdeoZer Working Script
By DevilLnC in forum Completed TransactionsReplies: 9Last Post: 1st Dec 2011, 06:34 AM -
VideoZer vs Videobb vs MegaVideo??
By downloadsmasti in forum Polling PlazaReplies: 13Last Post: 20th Sep 2011, 01:38 AM -
videobb & videozer streaming sites
By reda01 in forum File Host DiscussionReplies: 1Last Post: 14th Sep 2011, 02:00 PM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...