Skip to content
Snippets Groups Projects
Select Git revision
  • noblogs default
  • noblogs-5.7.1
  • upstream
  • noblogs-5.7
  • noblogs-5.6new
  • upstream5.5.1
  • noblogs28dic
  • upstream28dic
  • noblogs-5.5.1
  • noblogs-5.4.2
  • noblogs-5.4_seconda
  • noblogs-5.4
  • noblogs-7c
  • wp5.2.3p3
  • mergedbconf
  • noblogs-5.7.1
  • noblogs.5.7.0p1
  • noblogs-5.7.0
  • noblogs-5.6p3
  • noblogs5.6p2
  • noblogs-5.6p1
  • noblogs-5.6
  • noblogs-5.4.2p1
  • noblogs-5.4.2
  • noblogs-5.4.1
  • noblogs-5.4
  • noblogs-p5.4
  • noblogs-5.3.2p2
  • noblogs-5.3.2p1
  • noblogs-5.3.2
  • noblogs-5.3
  • noblogs-5.2.3p4
  • noblogs-5.2.3p3
  • noblogs-5.2.3p2
  • noblogs-5.2.3p1
35 results

readme.txt

Blame
  • readme.txt 1.65 KiB
    === Privacy Share Buttons ===
    Contributors: lucha
    Tags: privacy, social, twitter, facebook, identica, googleplus
    Requires at least: 2.7
    Tested up to: 3.3.1
    Stable tag: 0.1
    
    Enables the well-known "Share this" buttons for different social networks, but with respect toward's your user privacy and data.
    
    == 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.
    
    
    *   Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for
    stable.
    
    
    == Installation ==
    
    1. Upload `privacy-share-buttons` to the `/wp-content/plugins/` directory
    1. Activate the plugin through the 'Plugins' menu in WordPress
    1. 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;}
    
    == Changelog ==
    
    = 0.1 =
    * First version