How do I use the shortcode?
The shortcode is [flattr url="http://example.com/"]. It has many attributes but the url attribute is the only one required.
Supported attributes are:
- url - the URL that should be flattred. Required
- type - overrides the default setting of the button style to use. Can be either "js", "compact", "text", "image" or "url".
- popout - overrides the default setting on whether the popout should be shown. Should be either "yes" or "no".
Additional autosubmit related attributes:
- user - the username of the user owning the thing - needed for autosubmits.
- hidden - overrides the default setting on whether an autosubmit of the thing should be hidden. Should be either "yes" or "no".
- language - overrides the blog language as the language of an autosubmit of the thing. Should be a language code like en_GB.
- category - overrides the default category for an autosubmit of the thing. Should be one of the supported ones.
- title - the title used in an autosubmit of the thing.
- description - the description used in an autosubmit of the thing.
- tags - a comma separated list of tags that's used in an autosubmit of the thing.
For options that use "yes" or "no" you can instead of "no" use "n" or "off" - any other value will be interpreted as "yes".