Version 1.0.0, released 27th October, 2010* Inital release
View Andras Szepeshazi'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.
Wow, cool!
this is great - p.s. thanks for the easy reading docs! very clear and the Troubleshooting and FAQ are fun to read :)
This is great! Thank you Andras!!
wow woW wOW WOW :)
Thanks Buddy :)
Impressive :)
HaPPy ElGGinG :)
Do GooD :)
This sounds great! Was just curious: is the content is passed out to the service and then returned?
How does that fit in if some content is only shared between a select number of users or private?
@Sam -( it's all in the documentation), I tested on my site if I choose not to override elgg access rules, then private content will not embed.
Thanks for the positive feedbacks, everyone. I hope that embedit.in will come up a solution for making the embed sharing secure (like locked to a domain) and then I'll jump on it.
@Susan: thanks for mentioning and referencing the doc. I always try to make a point of preparing useful docs for my code, it feels nice to know that some of you appreciate this effort.
I was looking for something similar to http://issuu.com/ and your plugin is very cool.
for now I see there are some problems to load big file, I'm trying with pdf of 30 pages and something comes wrong
thanks for this great plugin!
this plugin is not working for me in 1.7.4 -
the box displays but no document appears - instead I see 'We're sorry, the URL InvalidURLError could not be loaded. Please verify you have entered it correctly.'.
i searched embedit.in for 'InvalidURLError' but there were no hits.
is this likely to be an issue with embeditin or with the elgg plugin?
anyone?
thanks
n.b. this is running on my laptop - elgg174.localhost - perhaps that is related to the issue.. perhaps not.
Hi Andras :)
Thanks for the great plugin and a beautifully explained documentation
Eventhough you have documented about the speed issues, I have a small question :)
You have said in the documentation that -
"This speed issue is only present when viewing embeds (or their thumbnails) for the first time.
Once a given individual file or gallery page was visited, the embeds and thumbnails will be
available without the need for any further uploads."
Well, consider this Im the admin of the site and I upload some files,
and I view each one of the individual file so that their thumbnails get created,
so it wont slow down for thumbnail creation.
Being done that do only I will get the faster thumbnail creation or all the users or anyone who views the files get faster thumbnail creation ?
Does thumbnail gets created for each user for an existing and already viewed file ?
If as an admin I go around and view all the files uploaded by the members and thus get the thumbnails created, will that reduce the time next time some other user views it ?
Where is this thumbnail cached ?
and did I confuse you hehehe :)
HaPPy ElGGInG :)
Do GooD :)
This is truly excellent plugin!
I believe you can ajust your privacy settings in the start.php by entering your URL.
In /mod/smartfiles/start.php
(line 133)
"allowed_url" => "http://www.yoururl.com/" // Small hack suggested by Jeff Seibert Jr at embedit.in to disable public display
The file ebedded can then only be viewed in your site.
Let me add my 2 cents. Wow.
Nicely done. Installed perfectly. The manual is professional. Great.
Mike
i have a problem.my file content don't display in inline(embed).You have any suggestions for me.I'm using ELGG_1.7.3 .Thanks so much.
@lord55: embedit.in has an upload limit of 20MB / file. My guess would be that either your file exceeded that, or somehow the network between your server and the embedit.in server was not fast enough to deliver the file within your max_execution_time php setting. For the latter, you can try to increase the max_execution time value in your php_ini. Or rather in your .htaccess, so it would work on a per directory base (add this to your .htaccess file: php_value max_execution_time 300)
And as for me, I'll add to my todo list to check the file size before trying to upload it to embedit.in
@tunist: Thanks for this report and I'm happy to say that you actually answered your own question ;)
This plugin will only work if your Elgg site is available at a public location. embedit.in will try to download the file from your Elgg server - if it does not have a public site address, or it's protected by any other means than the usual Elgg access/login restriction (like htaccess authentication), then embedit.in will not be able to get the file. So "elgg174.localhost" will not work, I'm afraid.
I'll add this to the FAQ, thanks for pointing it out.
aha! thanks for explaining; i'll leave the testing until the site is public then. :)
@jaxcatz: Glad you like it! As for your questions:
"Being done that do only I will get the faster thumbnail creation or all the users or anyone who views the files get faster thumbnail creation ? "
Upload of a file to embedit.in happens only one time. Either when the Elgg file is created (if the plugin setting "auto-create" is enabled), or when the file is viewed by any user, regardless of who owns the given file. So if john.doe uploads a file, and you as admin view it for the first time, the file will be uploaded to embedit.in when you visit the file page, and will stay there forever. No further uploads necessary. So yes, "all the users or anyone who views the files get faster thumbnail creation"
"Does thumbnail gets created for each user for an existing and already viewed file ?"
Nope, see above. One time file upload, one time embed and thumbnail creation, visible for all users (if Elgg access permits).
"If as an admin I go around and view all the files uploaded by the members and thus get the thumbnails created, will that reduce the time next time some other user views it ?"
Exactly! You're getting the hang of this :)
"Where is this thumbnail cached ?"
When uploaded to embedit.in, all files will get a unique 10-character identifier. Assuming that the identifier returned by embedit.in is "7VmUSzo8Je", the location of the embed file will be "http://embedit.in/7VmUSzo8Je" and the location of the thumbnail will be "http://embedit.in/7VmUSzo8Je.png"
"and did I confuse you hehehe :)"
Nope, I'm still good LOL.
@Canterbury: Thanks, appreciate it! As for you suggestion, I've tried to use the allowed_url parameter propertly in the request, i.e. I set it to $CONFIG->wwwroot. Unfortunately, this does not work properly. When restricting the file view to your domain, the file will only shows up on the page, when you're logged in at embed.in with the same identifier and in the same browser, meaning that it is actually not available for your website's users. Here is what Jeff Seibert Jr said about this issue:
"Hi András,
@lina nguyen: I'm sorry, you will have to be a lot more specific, otherwise I won't be able to figure out what might cause your problem. Please follow these steps to be able to resolve your issue:
1. See my answer on this page above to tunist, and check if this applies to your site.
2. If not, check the file mime type, as suggested by the documentation.
3. Check if there is any error on screen or in the php errors log file, if yes, post it here
4. Attach a screenshot.
The plugin works fine in Elgg 1.7.3 for me, and apparently for a number of other people.
Everyone: thanks for all the feedback and the recommendation votes! Seeing this much interest in the plugin, I'll try to keep it updated and supported as much as possible.
@lina: please send me a private message with some credentials for your site (user, pwd). The link you pasted here will not work unless I'm logged in to your site (guess you set the file access to "logged in users"
@lina: Sent you private message here on the site.
I have noticed that when Smart Files is activated it interferes with Westors download counter and the number of downloads that was before displayed next to each file disappears.