amuletts
Member
Posted 1 year ago #
I've installed the Flattr Plugin but it does not show on my posts. I think the problem is that for some reason it is not saving the options I tick in it's setup. I go through, set it up, everything looks fine, and I make surte I click save changes. But when I go back to check they're not there any more.
http://wordpress.org/extend/plugins/flattr/
Could you provide the debug information from the plugins feedback tab please?
amuletts
Member
Posted 1 year ago #
HTTPSERVER: Apache
LIBXML_VERSION: 20707
no cURL extension found.
no cURL extension found
This is definitly a bummer. You'll only be able to use the default javascript-API button within regular blog post. Most other feature requires cURL to be installed on your webserver.
Please post a link to your blog where the buttons should appear. Make sure your theme includes the Javascript API snippet. It's usually inserted automatically but there are known-to-be unsupported themes that do not work for yet unknown reason.
amuletts
Member
Posted 1 year ago #
Here is my website: http://epicfail.xepher.net/
On the plus side the Flattr Widget and the shortcode works. You'll see I've inserted a button at the bottom of my blogpost here: http://epicfail.xepher.net/2011/03/09/why-i-think-flattr-is-awesome-for-webcomics/
But it'd be nice to have a Flattr button on every post. You see where the (Digg Digg) social bookmarking stuff is at the top? Ideally I'd like Flattr to show up there next to them. (Btw I've already requested that the DiggDigg Plugin team include Flattr in their next update).
Thanks for your help.
You could use the <?php the_flattr_permalink(); ?> code in your theme file to place it everywhere you want it to be. There's a little advanced knowledge necessary for it but I'm sure you're able to figure it out ;)