Hello,
I'm concerned with privacy … I know that direct links to flattr are possible (pure image without the number of times an item has been flattred). Would it be possible to add this functionality? (A direct link, storing the image locally, no JavaScript-loading from Flattr)?
thanks :)
Comments
Comment #1
dawehnerDo you have any link to any api page for this? I cannot find informations about it.
But sure i would like this option.
Comment #2
Anonymous (not verified) commentedI dont know an api for this – as soon as an item is committed, you can directly link to it.
For example:
<a href="http://flattr.com/thing/22149/Notizen-gegen-die-Protestpartei" target="_blank"><img src="http://api.flattr.com/button/button-compact-static-100x17.png" alt="Flattr this" title="Flattr this" border="0" /></a>But: You would need to commit an item, then get the id (22149 in the above example) and then you can build the link (the image could be loaded locally).
Comment #3
SyneX commentedHi,
there is the REST API:
http://blog.flattr.net/2010/07/looking-for-integration-partners/
Maybe you contact them and implement the rest api?
Comment #4
theMarix commentedI hope this feature will be implemented, as in the current state the plugin is unusable for me. There also seems to be a PHP-Wrapper for the Rest API now:
https://github.com/flattr/php-flattr-rest
Comment #5
Letharion commentedClosing until such patches show up.
Comment #6
yan commentedWouldn't this do the trick by now?
http://developers.flattr.net/auto-submit/
Comment #7
danielset commentedI got it working in wordpress, maybe looking over that code helps: http://danielsetzermann.com/webdesign/custom-social-media-buttons-for-wo...