Log in

Project Info

Stats

  • Category: Media
  • License: GNU General Public License (GPL) version 2
  • Updated: 2012-11-7
  • Downloads: 1215
  • Recommendations: 9

Releases


Previous releases:

Other Projects

mariano's plugins:

WireTubeRj elgg 1.8.8 for Elgg 1.8

embed videos youtube and vimeo

Last updated 122 days ago

embed videos: youtube and vimeo for Rjcalifornia and Mariano

In the next release:

.flicker video embed

and more

Comments

  • chicken 192 days ago

    cool!

    thanks for the plug!

     

    why does it not work under activity?

     

    cheers

     

     

    frank

  • chicken 192 days ago

    with activity I mean on the wall!

     

  • mariano 192 days ago

    @chicken sorry spanish ??

  • mariano 192 days ago

    this plugin is for activity 

  • chicken 192 days ago

    hmmm.

    in the wire it does work - under activity not...

  • Roy 192 days ago

    Funciona perfectamente en el river Gracias mariano

  • elgg!gal 192 days ago

    Does this work with the 3 column river plugin enabled?

  • rjcalifornia 192 days ago

    Hi @Chicken and @Mariano

    Yeah, I'm still working on the 'Wire Activity' embedding. Right now I am somehow busy but it should be ready soon.

     

    @itskim It should work with the 3 colum river plugin, since this extend the wire, rather than the activity river.

  • mariano 191 days ago

    Ok in the next upgrade: embed in the wire

  • rjcalifornia 191 days ago

    Cool! you added the Vimeo feature! Awesome!

  • chicken 190 days ago

    @rjcalifornia

     

    cool! looking forward!!!!!!

    thx for your work!!

     

    cheers

     

    frank

  • Ben Borges 187 days ago

    is it normal that there is no option for vimeo in the settings ? 

    also is it normal to find a second wiretube folder inside the first one ? with a second start.php ?

     

  • elgg!gal 187 days ago

    Hi, this is working on my activity page, however, when I visit the wire, its just showing the URL to youtube and not the video player, do I need to install the other plugin for the wire?

  • cartonic 186 days ago

    This is the one of the usefull plugins out there.

    In my wordpress blog for video embedding I have a plugin that has video on click, a killer feature for better site loads.(that's it to know what I mean).

    If I may ask, how hard it is to implement that kind of feature in this plugin or Elgg in general?

  • Shah Nawaz 176 days ago

    Nice pluggin.... recommended...

  • Roman 170 days ago

    do I need elgg video plugin for dependency?

     

  • Roman 166 days ago

    It works for my elgg 1.8.6, videos 1.3 but I have to change vimeo protocols from https to http for video to load.

    http://4models.info/activity

  • Musik 142 days ago

    Awesome Plugin!  Would be great if they showed up in the wire as well though.  Right now mine are only showing up in the activity.  Any way this can happen?

  • Thomass C 132 days ago

    Work Great.

    but :

    Error with HTTPS.

    Small Video for Vimeo

     

    Thanks You :)

  • Roman 130 days ago

    Wee, I'd fixed problem with https://vimeo.com and added youtu.be to the list. Here's the code you can add to your views/default/river/object/thewire/create.php file line 15:

    // youtu.be
    $excerpt =  preg_replace("/\s*[a-zA-Z\/\/:\.]*youtu.be\/([a-zA-Z0-9\-_]+)([a-zA-Z0-9\/\*\-\_\?\&\;\%\=\.]*)/i","<iframe width='425' height='350' src='http://www.youtube.com/embed/$1' frameborder='0'></iframe>",$excerpt);

    //vimeo  
    $excerpt =  preg_replace('#https?://(www\.)?vimeo\.com/([^ ?\n/]+)((\?|/).*?(\n|\s))?#i', '<object width="auto" height="auto"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=$2&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=$2&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>',$excerpt);

     

    Upload this wiretube plugin to your server and flush caches. give it a try. I hope this helps.

  • ura soul ☯ 125 days ago

    is an update coming for this? thanks