Activity Stream
48,167 MEMBERS
6703 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 9 of 9
  1.     
    #1
    Member

    Default 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

  2.   Sponsored Links

  3.     
    #2
    Member
    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',
    ),
    How can i test that on my Wordpress?!

  4.     
    #3
    Member
    that came integrated form of autoembed script..with wp..when i purchased wpzoom theme...

    this might just help you
    http://code.google.com/p/autoembed/

  5.     
    #4
    Member
    I habe a Lok to it tommorow Andi Test it thank you mate :-)

    Sent from my GT-I9000 using Tapatalk

  6.     
    #5
    Member
    Website's:
    imageditings.com shimory.com uniquerelease.com
    Any update for this?Im using videozoom theme too but sadly videozer not in listed

  7.     
    #6
    Banned
    go through your wordpress core files or theme funtion file,when you find youtube,replace it with your site name like videobb etc....it worked for me like that on beta of the new wordpress version

  8.     
    #7
    Member
    Website's:
    imageditings.com shimory.com uniquerelease.com
    ^^ Not working dude

    If some one can find this one for video zer it would be good

    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',
    ),

  9.     
    #8
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Quote Originally Posted by R?USSHIM_I?? View Post
    ^^ Not working dude

    If some one can find this one for video zer it would be good
    Here you go dude:

    PHP Code: 
    array(
    'title' => 'Videozer',
    'website' => 'http://www.videozer.com',
    'url-match' => 'http://www\.videozer\.com\/video\/([0-9a-z]*)',
    'embed-src' => 'http://www.videozer.com/embed/$2',
    'embed-width' => '415',
    'embed-height' => '310',
    ), 
    Not tested but i checked how megavideo's code was written and changed it into Videozer

    Should work

  10.     
    #9
    Member
    Website's:
    imageditings.com shimory.com uniquerelease.com
    soft clear your inbox pls, or on your msn thx

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. What happen videobb videozer lulzimg
    By btcom100 in forum Webmaster Discussion
    Replies: 21
    Last Post: 18th Jan 2012, 12:07 AM
  2. videobb or videozer?
    By blogurway in forum File Host Discussion
    Replies: 16
    Last Post: 1st Jan 2012, 12:46 PM
  3. [Buying] VideoBB VIdeoZer Working Script
    By DevilLnC in forum Completed Transactions
    Replies: 9
    Last Post: 1st Dec 2011, 06:34 AM
  4. VideoZer vs Videobb vs MegaVideo??
    By downloadsmasti in forum Polling Plaza
    Replies: 13
    Last Post: 20th Sep 2011, 01:38 AM
  5. videobb & videozer streaming sites
    By reda01 in forum File Host Discussion
    Replies: 1
    Last Post: 14th Sep 2011, 02:00 PM

Tags for this Thread

BE SOCIAL