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.
- Miky Tara@miky_tara

Miky Tara - 0 likes
- rjcalifornia@rjcalifornia

rjcalifornia - 0 likes
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- rjcalifornia@rjcalifornia

rjcalifornia - 0 likes
- Miky Tara@miky_tara

Miky Tara - 0 likes
You must log in to post replies.I think I've found a way: from this site http://immediatenet.com/thumbnail_api.html you have to put <img src="http://immediatenet.com/t/m?Size=1024x768&URL=http://immediatenet.com/"/> changing the URL.
Now, if I have $vars['url'] = $link->url; how could I put the url in it??
I tried:
<div>
<label>Preview</label><br/><br />
</br>
<img src="http://immediatenet.com/t/l?Size=1024x768&URL=<?php $vars['url'] ?>"/>
</div>
But it doenst work. Thank you.
There's no plugin for that. You'll have to write your own. You will need to get familiar with the Goo.gl API and link filtering.
It is a hard task.
Rodolfo Hernandez
Arvixe/Elgg Community Liaison
See http://community.elgg.org/plugins/1047972/1.1/shortcodes-18x
Edit:
Didn't see your plugin. Kudos Webgalli!
Rodolfo Hernandez
Arvixe/Elgg Community Liaison
Thank you guys!!