Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themactep/jquery-flattr
jQuery plugin to add Flattr buttons to Blogger posts
https://github.com/themactep/jquery-flattr
Last synced: about 2 months ago
JSON representation
jQuery plugin to add Flattr buttons to Blogger posts
- Host: GitHub
- URL: https://github.com/themactep/jquery-flattr
- Owner: themactep
- Created: 2011-01-03T20:36:10.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-04T22:10:16.000Z (about 14 years ago)
- Last Synced: 2024-11-26T15:58:58.675Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Flattr buttons for Blogger.
Paul PhilippovDocumentation:
--------------
Flattr is the worlds first social micro-payment system. Go to https://flattr.com/ to get a clue and join.
This plugins will automatically scan a blog page and add a nice dynamic flatter button to each post.
Should work for most Blogger templates. No warranties though. Feel free to hack and submit patches.Installation:
-------------
Copy the followind code within area of your HTML template. Don't forget to replace with your Flattr username.$('document').ready(function(){
$(this).flattr('<username>');
});Optionally, you can define a custom button type, and the language of posts:
$('document').ready(function(){
$(this).flattr('', 'compact', 'ru_RU');
});List of supported language codes: http://api.flattr.com/odapi/languages/human
Flattr JavaScript API for hackers: https://flattr.com/support/integrate/jsLicense:
--------
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
http://creativecommons.org/licenses/by-sa/3.0/Support:
---------
Like it? Go Flattr me: http://flattr.com/thing/111432/Flattr-buttons-for-Blogger-jQuery-plugin