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

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)
I know that direct links to flattr are possible (pure image without the number of times an item has been flattred

Do you have any link to any api page for this? I cannot find informations about it.

But sure i would like this option.

Anonymous’s picture

I 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).

SyneX’s picture

Hi,

there is the REST API:

http://blog.flattr.net/2010/07/looking-for-integration-partners/

Maybe you contact them and implement the rest api?

theMarix’s picture

I 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

Letharion’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Closing until such patches show up.

yan’s picture

Wouldn't this do the trick by now?
http://developers.flattr.net/auto-submit/

danielset’s picture

I got it working in wordpress, maybe looking over that code helps: http://danielsetzermann.com/webdesign/custom-social-media-buttons-for-wo...