Puts Facebook, Twitter, LinkedIn, Google "+1", Pinterest and other share buttons of your choice above or below your posts.
Facebook Like's behaviour is similar to Facebook Share: it is a counter and if you click it a story is published inside your Wall on Facebook. We suggest you to use Facebook Like because it works better identifying title and text for the story to be published and it's the only one currently developed by Facebook.
This is an automated Facebook behaviour: clicking Facebook Like the user can't choose each time which image to share, but you can set the right image inside the code using the Open Graph Tag og:image.
Uncheck all the "Show buttons in these pages" options in the Settings->Really simple share menu, except for "Single posts".
This way all the share buttons should disappear, except the one displayed beside the post in every Single post page.
Yes, every button has its own div class (e.g. "really_simple_share_twitter") for easy customization inside the theme css files.
Plus, the div surrounding all buttons has its own class "really_simple_share".
If you want to override default styling of the buttons, check the disable default styles option add your style rules inside your css theme file.
Yes, you can call the really_simple_share_publish($link='', $title='') PHP function, passing it the link and the title used by the buttons. You shouldn't leave the parameters blank, unless the code is put inside the WP loop. For example, use this code to create buttons linking to the website home page: echo really_simple_share_publish(get_bloginfo('url'), get_bloginfo('name'));
We'll see!
Requires: 2.9+ or higher
Compatible up to: 3.3.2
Last Updated: 2012-5-24
Downloads: 261,697
1 of 1 support threads in the last three weeks have been resolved.
Got something to say? Need help?