Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

[Not actively developed] A Zenphoto plugin for privacy friendly social sharing

Notifications You must be signed in to change notification settings

acrylian/zp_socialshareprivacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

zp_socialshareprivacy

Note: This plugin is not actively developed. Try my Scriptless Socialsharing plugin instead.

A Zenphoto plugin that provides a function to add privacy friendly, non tracking social network share buttons (Facebook,Twitter, Google+ and others).

Installation

  • Put the file zp_socialshareprivacy.php and the folder of the same name into your /plugins folder and enable it.
  • Modify your theme to use it.
  • Please see the file comments itself for more usage information.

IchUsage

Place <?php printSocialSharePrivacyButtons(); ?> where you wish the buttons to appear. You might need to adjust/override the plugin's default css stylings to fit your site's design.

The plugin does not provide any options for the sharing itself. Modify the jQuery calls within printSocialSharePrivacyButtons() to your liking.

This is an adaption as a Zenphoto plugin of: jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz (2 clicks for more privacy)

Wth the extensions by: Copyright (c) 2012 Mathias Panzenböck https://github.com/panzi/SocialSharePrivacy

MIT License (http://www.opensource.org/licenses/mit-license.php)