nodiscc
nodiscc
https://mauricesvay.github.io/ImageResolver/ is an alternative (client side, tries to guess the main image for a page). The returned URL could be used as thumbnail for the link, and cached. @chadberg do...
@Knah-Tsaeb your solution looks good (commit https://github.com/Knah-Tsaeb/Shaarli/commit/8f2c12ce6aeda25177d75c8269b84310d3d5c3f3) though I see some problems: It needs an external, server side app to get thumbnails, that provider can sniff sensitive URLs you bookmark....
After reading some of the code, https://github.com/microweber/screen and other projects based on PhantomJS all use `exec` calls to the phantomjs binary. This is not very portable (many hosts disable PHP...
The problem with https://mauricesvay.github.io/ImageResolver/ is that thumbnail detection is done client side. This means: 1) a lot of third-party sites requests from the client 2) no caching on the server....
See https://github.com/shaarli/Shaarli/issues/111
Hi @gem76 this repository is unmaintained. https://github.com/sebsauvage/Shaarli/issues/191 -> https://github.com/shaarli/Shaarli
Il est possible de récupérer les adresses des miniatures via l'API oembed de DeviantArt (renvoie du JSON). Voir http://www.deviantart.com/developers/oembed
We will be working soon on a solution to have generic thumbnailing (for all sites) in Shaarli. This is currently referenced at https://github.com/sebsauvage/Shaarli/issues/169. Please check the fork at https://github.com/shaarli/Shaarli @kita59...
As mentioned, this is only printed if the PHP version is lower than 5.1.0 and Shaarli cannot continue. If this is the case you should uninstall it to prevent disclosing...
Ok @Nicals what do you suggest? We could change the message to `Your PHP version is obsolete! Shaarli requires at least php 5.1.0, and thus cannot run. Sorry. Your PHP...