Wallogit.com
2017 © Pedro Peláez
A jQuery plugin that allows you to add social buttons in a privacy friendly way
SocialSharePrivacy is a jQuery Plugin that allows you to add buttons of social networks in a privacy friendly way., (*2)
Initially all buttons are inactive and so no data is transferred to or from those websites. Only after a first click they are activated and the code is loaded from the remote source., (*3)
It is based on the original plugin by heise. It can be found at http://www.heise.de/extras/socialshareprivacy/ For a demo see: http://c5demo.patrickheck.de/, (*4)
Iprovements in comparison to the original include:, (*5)
Supported Networks include:, (*6)
This is published under MIT License: http://www.opensource.org/licenses/mit-license.php, (*7)
<head>
…
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.socialshareprivacy.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($){
if($('#socialshareprivacy').length > 0){
$('#socialshareprivacy').socialSharePrivacy();
}
});
</script>
…
</head>
<body>
…
<div id="socialshareprivacy"></div>
…
</body>
<div id="socialshareprivacy"></div>