View mariano's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
@chicken sorry spanish ??
this plugin is for activity
Funciona perfectamente en el river Gracias mariano
Does this work with the 3 column river plugin enabled?
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.
Ok in the next upgrade: embed in the wire
Cool! you added the Vimeo feature! Awesome!
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 ?
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?
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?
Nice pluggin.... recommended...
do I need elgg video plugin for dependency?
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
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?
Work Great.
but :
Error with HTTPS.
Small Video for Vimeo
Thanks You :)
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&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=$2&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&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.
is an update coming for this? thanks