Skip to main content

Flattr

info

Requires “Flattr” module.

Button

flattr.button

Parameters

  • url: URL of thing to flattr. Defaults to WordPress permalink.
  • style: Button style. large, compact or static. Default: “compact`.
  • user: Flattr user id. Defaults to Flattr account in podcast settings.

Examples

Simple button with defaults

{{ flattr.button }}

Large button

{{ flattr.button({ style: 'large' }) }}

Button for the Podlove Publisher plugin

{{ flattr.button({ user: 'ericteubert', url: 'http://wordpress.org/extend/plugins/podlove-podcasting-plugin-for-wordpress/' }) }}