A simple interface to a jQuery plug-in, originally written by
heisde.de and thereafter re-written by the author.
The plugins offers the possibility of showing in posts (and optionally pages) buttons for sharing content to Facebook,
Google Plus, Twitter, and
Identi.ca. These buttons are dummy-button by default, and only after explicit action by the visitor
they are activated and become the real buttons. This allows to give control to the single visitor if he wants to send
sensible personal information to third-parties sites, and thus providing a nice compromise between privacy and social sharing.
- Upload
privacy-share-buttons
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Go to the configuration page of the plugins to choose which buttons to show (and where)
The buttons rendering could work very badly depending on your theme's CSS. I'm not very good at this, so if you can come up with a nicer way to show the buttons, I'll be glad to include it. If the buttons looks like half hidden on your theme, try adding these lines to your CSS:
.post {overflow: visible;}
.entry-content {overflow: visible;}