Description
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.
Installation
- 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;}
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Privacy Share Buttons” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Privacy Share Buttons” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2
- Rewritten UI using JqueryUI
- remove Identica’s external lib, using javascript for everything
- rewritten part of the javascript in order to use class inheritance
0.1
- First version