Closed (won't fix)
Project:
Flattr (D7)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
18 Jun 2010 at 22:10 UTC
Updated:
25 Apr 2018 at 11:05 UTC
Jump to comment: Most recent
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...