├── .gitignore
├── images
├── mail.png
├── box_mail.png
├── fbshare.png
├── settings.png
├── tumblr.png
├── box_tumblr.png
├── dummy_xing.png
├── box_fbshare.png
├── dummy_buffer.png
├── dummy_disqus.png
├── dummy_flattr.png
├── dummy_gplus.png
├── dummy_reddit.png
├── dummy_twitter.png
├── dummy_box_gplus.png
├── dummy_box_xing.png
├── dummy_delicious.png
├── dummy_facebook.png
├── dummy_gplus_alt.png
├── dummy_linkedin.png
├── dummy_pinterest.png
├── de
│ ├── dummy_facebook.png
│ └── dummy_box_facebook.png
├── dummy_box_buffer.png
├── dummy_box_disqus.png
├── dummy_box_facebook.png
├── dummy_box_flattr.png
├── dummy_box_linkedin.png
├── dummy_box_reddit.png
├── dummy_box_twitter.png
├── dummy_hackernews.png
├── dummy_stumbleupon.png
├── es
│ ├── dummy_facebook.png
│ └── dummy_box_facebook.png
├── fr
│ ├── dummy_facebook.png
│ ├── dummy_twitter.png
│ └── dummy_box_facebook.png
├── nl
│ ├── dummy_facebook.png
│ ├── dummy_twitter.png
│ └── dummy_box_facebook.png
├── pt
│ ├── dummy_facebook.png
│ ├── dummy_twitter.png
│ ├── dummy_box_twitter.png
│ └── dummy_box_facebook.png
├── ru
│ ├── dummy_facebook.png
│ └── dummy_box_facebook.png
├── dummy_box_delicious.png
├── dummy_box_hackernews.png
├── dummy_box_pinterest.png
├── dummy_box_stumbleupon.png
├── socialshareprivacy_info.png
└── socialshareprivacy_on_off.png
├── javascripts
├── autoload.js
├── locale
│ ├── fr
│ │ ├── modules
│ │ │ ├── tumblr.js
│ │ │ ├── mail.js
│ │ │ ├── xing.js
│ │ │ ├── buffer.js
│ │ │ ├── disqus.js
│ │ │ ├── flattr.js
│ │ │ ├── gplus.js
│ │ │ ├── reddit.js
│ │ │ ├── linkedin.js
│ │ │ ├── pinterest.js
│ │ │ ├── stumbleupon.js
│ │ │ ├── delicious.js
│ │ │ ├── twitter.js
│ │ │ └── facebook.js
│ │ └── socialshareprivacy.js
│ ├── it
│ │ ├── modules
│ │ │ ├── fbshare.js
│ │ │ ├── tumblr.js
│ │ │ ├── mail.js
│ │ │ ├── xing.js
│ │ │ ├── buffer.js
│ │ │ ├── disqus.js
│ │ │ ├── flattr.js
│ │ │ ├── gplus.js
│ │ │ ├── twitter.js
│ │ │ ├── reddit.js
│ │ │ ├── linkedin.js
│ │ │ ├── pinterest.js
│ │ │ ├── facebook.js
│ │ │ ├── stumbleupon.js
│ │ │ ├── delicious.js
│ │ │ └── hackernews.js
│ │ └── socialshareprivacy.js
│ ├── ru
│ │ ├── modules
│ │ │ ├── tumblr.js
│ │ │ ├── mail.js
│ │ │ ├── gplus.js
│ │ │ ├── xing.js
│ │ │ ├── buffer.js
│ │ │ ├── disqus.js
│ │ │ ├── flattr.js
│ │ │ ├── reddit.js
│ │ │ ├── twitter.js
│ │ │ ├── linkedin.js
│ │ │ ├── pinterest.js
│ │ │ ├── stumbleupon.js
│ │ │ ├── delicious.js
│ │ │ ├── hackernews.js
│ │ │ └── facebook.js
│ │ └── socialshareprivacy.js
│ ├── de
│ │ ├── modules
│ │ │ ├── fbshare.js
│ │ │ ├── mail.js
│ │ │ ├── tumblr.js
│ │ │ ├── disqus.js
│ │ │ ├── xing.js
│ │ │ ├── buffer.js
│ │ │ ├── flattr.js
│ │ │ ├── reddit.js
│ │ │ ├── linkedin.js
│ │ │ ├── pinterest.js
│ │ │ ├── stumbleupon.js
│ │ │ ├── delicious.js
│ │ │ ├── hackernews.js
│ │ │ ├── gplus.js
│ │ │ ├── twitter.js
│ │ │ └── facebook.js
│ │ └── socialshareprivacy.js
│ ├── es
│ │ ├── modules
│ │ │ ├── mail.js
│ │ │ ├── tumblr.js
│ │ │ ├── disqus.js
│ │ │ ├── xing.js
│ │ │ ├── flattr.js
│ │ │ ├── reddit.js
│ │ │ ├── linkedin.js
│ │ │ ├── pinterest.js
│ │ │ ├── stumbleupon.js
│ │ │ ├── buffer.js
│ │ │ ├── delicious.js
│ │ │ ├── hackernews.js
│ │ │ ├── gplus.js
│ │ │ ├── twitter.js
│ │ │ └── facebook.js
│ │ └── socialshareprivacy.js
│ ├── pt
│ │ ├── modules
│ │ │ ├── mail.js
│ │ │ ├── tumblr.js
│ │ │ ├── disqus.js
│ │ │ ├── flattr.js
│ │ │ ├── xing.js
│ │ │ ├── buffer.js
│ │ │ ├── reddit.js
│ │ │ ├── linkedin.js
│ │ │ ├── pinterest.js
│ │ │ ├── stumbleupon.js
│ │ │ ├── delicious.js
│ │ │ ├── hackernews.js
│ │ │ ├── gplus.js
│ │ │ ├── facebook.js
│ │ │ └── twitter.js
│ │ └── socialshareprivacy.js
│ ├── pl
│ │ ├── modules
│ │ │ ├── mail.js
│ │ │ ├── tumblr.js
│ │ │ ├── disqus.js
│ │ │ ├── xing.js
│ │ │ ├── buffer.js
│ │ │ ├── flattr.js
│ │ │ ├── reddit.js
│ │ │ ├── linkedin.js
│ │ │ ├── pinterest.js
│ │ │ ├── stumbleupon.js
│ │ │ ├── delicious.js
│ │ │ ├── hackernews.js
│ │ │ ├── gplus.js
│ │ │ ├── facebook.js
│ │ │ └── twitter.js
│ │ └── socialshareprivacy.js
│ └── nl
│ │ ├── modules
│ │ ├── mail.js
│ │ ├── tumblr.js
│ │ ├── disqus.js
│ │ ├── xing.js
│ │ ├── buffer.js
│ │ ├── flattr.js
│ │ ├── reddit.js
│ │ ├── linkedin.js
│ │ ├── pinterest.js
│ │ ├── stumbleupon.js
│ │ ├── delicious.js
│ │ ├── gplus.js
│ │ ├── twitter.js
│ │ └── facebook.js
│ │ └── socialshareprivacy.js
├── settings.js
├── localstorage.js
└── modules
│ ├── fbshare.js
│ ├── mail.js
│ ├── xing.js
│ ├── stumbleupon.js
│ ├── gplus.js
│ ├── linkedin.js
│ ├── buffer.js
│ ├── twitter.js
│ ├── hackernews.js
│ ├── reddit.js
│ ├── disqus.js
│ ├── flattr.js
│ ├── delicious.js
│ ├── pinterest.js
│ ├── facebook.js
│ └── tumblr.js
├── stylesheets
├── modules
│ ├── reddit.css
│ ├── mail.css
│ ├── twitter.css
│ ├── gplus.css
│ ├── tumblr.css
│ ├── facebook.css
│ ├── stumbleupon.css
│ ├── linkedin.css
│ ├── buffer.css
│ ├── xing.css
│ ├── pinterest.css
│ ├── flattr.css
│ └── hackernews.css
└── socialshareprivacy.css
├── .gitmodules
├── join-trans.js
├── update-fb-l10n.js
└── demo
├── testbuild.html
├── fbshare.html
├── events.html
├── dynamic_layout.html
├── demo1.html
├── perma_option.html
├── demo1_nl.html
├── demo1_de.html
├── demo1_es.html
├── demo1_fr.html
├── demo1_it.html
├── demo1_pt.html
└── options.html
/.gitignore:
--------------------------------------------------------------------------------
1 | *~
2 | .*
3 | build
4 |
--------------------------------------------------------------------------------
/images/mail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/mail.png
--------------------------------------------------------------------------------
/images/box_mail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/box_mail.png
--------------------------------------------------------------------------------
/images/fbshare.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/fbshare.png
--------------------------------------------------------------------------------
/images/settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/settings.png
--------------------------------------------------------------------------------
/images/tumblr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/tumblr.png
--------------------------------------------------------------------------------
/images/box_tumblr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/box_tumblr.png
--------------------------------------------------------------------------------
/images/dummy_xing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_xing.png
--------------------------------------------------------------------------------
/images/box_fbshare.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/box_fbshare.png
--------------------------------------------------------------------------------
/images/dummy_buffer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_buffer.png
--------------------------------------------------------------------------------
/images/dummy_disqus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_disqus.png
--------------------------------------------------------------------------------
/images/dummy_flattr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_flattr.png
--------------------------------------------------------------------------------
/images/dummy_gplus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_gplus.png
--------------------------------------------------------------------------------
/images/dummy_reddit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_reddit.png
--------------------------------------------------------------------------------
/images/dummy_twitter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_twitter.png
--------------------------------------------------------------------------------
/images/dummy_box_gplus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_gplus.png
--------------------------------------------------------------------------------
/images/dummy_box_xing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_xing.png
--------------------------------------------------------------------------------
/images/dummy_delicious.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_delicious.png
--------------------------------------------------------------------------------
/images/dummy_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_facebook.png
--------------------------------------------------------------------------------
/images/dummy_gplus_alt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_gplus_alt.png
--------------------------------------------------------------------------------
/images/dummy_linkedin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_linkedin.png
--------------------------------------------------------------------------------
/images/dummy_pinterest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_pinterest.png
--------------------------------------------------------------------------------
/images/de/dummy_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/de/dummy_facebook.png
--------------------------------------------------------------------------------
/images/dummy_box_buffer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_buffer.png
--------------------------------------------------------------------------------
/images/dummy_box_disqus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_disqus.png
--------------------------------------------------------------------------------
/images/dummy_box_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_facebook.png
--------------------------------------------------------------------------------
/images/dummy_box_flattr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_flattr.png
--------------------------------------------------------------------------------
/images/dummy_box_linkedin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_linkedin.png
--------------------------------------------------------------------------------
/images/dummy_box_reddit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_reddit.png
--------------------------------------------------------------------------------
/images/dummy_box_twitter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_twitter.png
--------------------------------------------------------------------------------
/images/dummy_hackernews.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_hackernews.png
--------------------------------------------------------------------------------
/images/dummy_stumbleupon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_stumbleupon.png
--------------------------------------------------------------------------------
/images/es/dummy_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/es/dummy_facebook.png
--------------------------------------------------------------------------------
/images/fr/dummy_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/fr/dummy_facebook.png
--------------------------------------------------------------------------------
/images/fr/dummy_twitter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/fr/dummy_twitter.png
--------------------------------------------------------------------------------
/images/nl/dummy_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/nl/dummy_facebook.png
--------------------------------------------------------------------------------
/images/nl/dummy_twitter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/nl/dummy_twitter.png
--------------------------------------------------------------------------------
/images/pt/dummy_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/pt/dummy_facebook.png
--------------------------------------------------------------------------------
/images/pt/dummy_twitter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/pt/dummy_twitter.png
--------------------------------------------------------------------------------
/images/ru/dummy_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/ru/dummy_facebook.png
--------------------------------------------------------------------------------
/images/dummy_box_delicious.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_delicious.png
--------------------------------------------------------------------------------
/images/dummy_box_hackernews.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_hackernews.png
--------------------------------------------------------------------------------
/images/dummy_box_pinterest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_pinterest.png
--------------------------------------------------------------------------------
/images/pt/dummy_box_twitter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/pt/dummy_box_twitter.png
--------------------------------------------------------------------------------
/images/de/dummy_box_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/de/dummy_box_facebook.png
--------------------------------------------------------------------------------
/images/dummy_box_stumbleupon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/dummy_box_stumbleupon.png
--------------------------------------------------------------------------------
/images/es/dummy_box_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/es/dummy_box_facebook.png
--------------------------------------------------------------------------------
/images/fr/dummy_box_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/fr/dummy_box_facebook.png
--------------------------------------------------------------------------------
/images/nl/dummy_box_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/nl/dummy_box_facebook.png
--------------------------------------------------------------------------------
/images/pt/dummy_box_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/pt/dummy_box_facebook.png
--------------------------------------------------------------------------------
/images/ru/dummy_box_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/ru/dummy_box_facebook.png
--------------------------------------------------------------------------------
/images/socialshareprivacy_info.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/socialshareprivacy_info.png
--------------------------------------------------------------------------------
/images/socialshareprivacy_on_off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/panzi/SocialSharePrivacy/HEAD/images/socialshareprivacy_on_off.png
--------------------------------------------------------------------------------
/javascripts/autoload.js:
--------------------------------------------------------------------------------
1 | jQuery(document).ready(function ($) {
2 | $('*[data-social-share-privacy=true]:not([data-init=true])').
3 | socialSharePrivacy().attr('data-init','true');
4 | });
5 |
--------------------------------------------------------------------------------
/stylesheets/modules/reddit.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line .reddit iframe {
2 | width: 120px;
3 | height: 20px;
4 | }
5 | .social_share_privacy_area.box .reddit iframe {
6 | width: 58px;
7 | height: 66px;
8 | }
9 |
--------------------------------------------------------------------------------
/stylesheets/modules/mail.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line .mail a {
2 | display: inline-block;
3 | width: 43px;
4 | height: 20px;
5 | margin-right: 20px;
6 | }
7 | .social_share_privacy_area.box .mail a {
8 | display: block;
9 | margin: auto;
10 | width: 58px;
11 | height: 39px;
12 | }
13 |
--------------------------------------------------------------------------------
/stylesheets/modules/twitter.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line li div.tweet {
2 | width: 115px;
3 | }
4 | .social_share_privacy_area.line .twitter iframe {
5 | width: 120px;
6 | height: 20px;
7 | }
8 | .social_share_privacy_area.box .twitter iframe {
9 | width: 62px;
10 | height: 62px;
11 | }
12 |
--------------------------------------------------------------------------------
/stylesheets/modules/gplus.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line .gplus img.gplusone_privacy_dummy {
2 | width: 32px;
3 | }
4 | .social_share_privacy_area.line li div.gplusone {
5 | width: 90px;
6 | }
7 | .social_share_privacy_area.box li div.gplusone {
8 | min-width: 50px;
9 | min-height: 65px;
10 | }
11 |
--------------------------------------------------------------------------------
/stylesheets/modules/tumblr.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line .tumblr a {
2 | display: inline-block;
3 | width: 81px;
4 | height: 20px;
5 | margin-right: 20px;
6 | }
7 | .social_share_privacy_area.box .tumblr a {
8 | display: block;
9 | margin: auto;
10 | width: 58px;
11 | height: 58px;
12 | }
13 |
--------------------------------------------------------------------------------
/stylesheets/modules/facebook.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line .facebook .fb_like {
2 | margin-right: 30px;
3 | width: 120px;
4 | }
5 | .social_share_privacy_area.line .facebook iframe {
6 | width: 130px;
7 | height: 21px;
8 | }
9 | .social_share_privacy_area.box .facebook iframe {
10 | width: 62px;
11 | height: 62px;
12 | }
13 |
--------------------------------------------------------------------------------
/stylesheets/modules/stumbleupon.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line .stumbleupon iframe,
2 | .social_share_privacy_area.line .stumbleupon img {
3 | width: 74px;
4 | height: 18px;
5 | }
6 | .social_share_privacy_area.box .stumbleupon iframe,
7 | .social_share_privacy_area.box .stumbleupon img {
8 | width: 50px;
9 | height: 60px;
10 | }
11 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/tumblr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.tumblr, {
8 | 'txt_info' : 'Partager ce contenu sur Tumblr.',
9 | 'txt_button' : 'Partager sur Tumblr'
10 | });
11 |
--------------------------------------------------------------------------------
/stylesheets/modules/linkedin.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line .linkedin img.linkedin_privacy_dummy {
2 | width: 63px;
3 | height: 20px;
4 | }
5 | .social_share_privacy_area.box .linkedin img.linkedin_privacy_dummy {
6 | width: 61px;
7 | height: 62px;
8 | }
9 | .social_share_privacy_area.box .linkedin .dummy_btn {
10 | min-width: 61px;
11 | min-height: 62px;
12 | }
13 |
--------------------------------------------------------------------------------
/stylesheets/modules/buffer.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line .buffer iframe {
2 | width: 110px;
3 | height: 20px;
4 | }
5 | .social_share_privacy_area.line .buffer img {
6 | width: 55px;
7 | height: 20px;
8 | margin-right: 55px;
9 | }
10 | .social_share_privacy_area.box .buffer iframe,
11 | .social_share_privacy_area.box .buffer img {
12 | width: 55px;
13 | height: 62px;
14 | }
15 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/fbshare.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.fbshare, {
11 | 'txt_info' : 'Condividi con Facebook'
12 | });
13 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/mail.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.mail, {
8 | 'txt_info' : 'Envoyer par courrier électronique à un ami.',
9 | 'txt_button' : 'Envoyer courriel'
10 | });
11 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/tumblr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.tumblr.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.tumblr, {
11 | 'txt_info' : 'Отправить контент на Tumblr.',
12 | 'txt_button' : 'Tumblr'
13 | });
14 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/mail.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.mail.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.mail, {
11 | 'txt_info' : 'Отправить по электронной почте другу.',
12 | 'txt_button' : 'Отправить E-Mail'
13 | });
14 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/tumblr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.tumblr, {
11 | 'txt_info' : 'Condividere questo contenuto su Tumblr.',
12 | 'txt_button' : 'Condividi su Tumblr'
13 | });
14 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/mail.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.mail, {
11 | 'txt_info' : 'Invia per posta elettronica ad un amico.',
12 | 'txt_button' : 'Invia per posta elettronica'
13 | });
14 |
--------------------------------------------------------------------------------
/stylesheets/modules/xing.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line .xing img.xing_privacy_dummy {
2 | width: 55px;
3 | height: 20px;
4 | margin-right: 66px;
5 | }
6 | .social_share_privacy_area.box .xing img.xing_privacy_dummy {
7 | width: 55px;
8 | height: 62px;
9 | }
10 | .social_share_privacy_area.box .xing .dummy_btn {
11 | min-width: 55px;
12 | min-height: 62px;
13 | }
14 | .social_share_privacy_area.box .xing .dummy_btn div {
15 | margin: auto;
16 | }
17 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/fbshare.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.fbshare, {
12 | 'txt_info' : 'Auf Facebook mit anderen Leuten teilen.'
13 | });
14 |
--------------------------------------------------------------------------------
/stylesheets/modules/pinterest.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line li div.pinit {
2 | width: 100px;
3 | }
4 | .social_share_privacy_area.box .pinterest .dummy_btn.pinit a {
5 | /* pinterest style bugfix */
6 | margin-top: 29px!important;
7 | }
8 | .social_share_privacy_area.line .pinterest .dummy_btn img.privacy_dummy {
9 | width: 40px;
10 | height: 20px;
11 | }
12 | .social_share_privacy_area.box .pinterest .dummy_btn img.privacy_dummy {
13 | width: 40px;
14 | height: 50px;
15 | }
16 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/mail.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2013 Michael Pratt
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.mail, {
13 | 'txt_info' : 'Enviar por Email a un amigo',
14 | 'txt_button' : 'Enviar E-Mail'
15 | });
16 |
--------------------------------------------------------------------------------
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "node_modules/extend"]
2 | path = node_modules/extend
3 | url = https://github.com/dreamerslab/node.extend.git
4 | [submodule "node_modules/restler"]
5 | path = node_modules/restler
6 | url = https://github.com/danwrong/restler.git
7 | [submodule "node_modules/xml2js"]
8 | path = node_modules/xml2js
9 | url = https://github.com/Leonidas-from-XIV/node-xml2js.git
10 | [submodule "node_modules/sax"]
11 | path = node_modules/sax
12 | url = https://github.com/isaacs/sax-js.git
13 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/mail.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Augusto Stoffel
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.mail, {
13 | 'txt_info' : 'Enviar a um amigo por e-mail.',
14 | 'txt_button' : 'Enviar e-mail'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/mail.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.mail, {
13 | 'txt_info' : 'Per E-Mail an einen Freund senden.',
14 | 'txt_button' : 'Sende E-Mail'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/tumblr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2013 Michael Pratt
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.tumblr, {
13 | 'txt_info' : 'Postear contenido en Tumblr.',
14 | 'txt_button' : 'Compartir en Tumblr'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/tumblr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.tumblr, {
13 | 'txt_info' : 'Diesen Inhalt auf Tumblr posten.',
14 | 'txt_button' : 'Auf Tumblr teilen'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/tumblr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Augusto Stoffel
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.tumblr, {
13 | 'txt_info' : 'Postar esta página no Tumblr.',
14 | 'txt_button' : 'Compartilhar no Tumblr'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/mail.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | * Polish translation (c) 2013 Simon Zelazny
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.mail, {
13 | 'txt_info' : 'Wyślij tę stronę znajomemu przez e-mail.',
14 | 'txt_button' : 'Wyślij e-mail'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/mail.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 | (function ($, undefined) {
12 | "use strict";
13 |
14 | $.extend($.fn.socialSharePrivacy.settings.services.mail, {
15 | 'txt_info' : 'Mail dit naar een vriend',
16 | 'txt_button' : 'Verzend e-mail'
17 | });
18 | })(jQuery);
19 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/tumblr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | * Polish translation (c) 2013 Simon Zelazny
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 |
12 |
13 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.tumblr, {
14 | 'txt_info' : 'Opublikuj to na Tumblrze.',
15 | 'txt_button' : 'Podziel się na Tumblrze'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/disqus.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2013 Michael Pratt
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.disqus, {
8 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón. Una vez activado, datos serán enviados a Disqus. Para mayor información ver el icono i',
9 | 'txt_off' : 'sin conexión a Disqus',
10 | 'txt_on' : 'conectado a Disqus'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/tumblr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 | (function ($, undefined) {
12 | "use strict";
13 |
14 | $.extend($.fn.socialSharePrivacy.settings.services.tumblr, {
15 | 'txt_info' : 'Diesen Inhalt auf Tumblr posten.',
16 | 'txt_button' : 'Auf Tumblr teilen'
17 | });
18 | })(jQuery);
19 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/disqus.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Augusto Stoffel
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.disqus, {
8 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do Disqus será ativado quando você clicar aqui. Ativar este botão enviará dados ao Disqus – veja i.',
9 | 'txt_off' : 'não conectado ao Disqus',
10 | 'txt_on' : 'conectado ao Disqus'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/xing.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.xing, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante XING sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a XING – vedere i.',
12 | 'txt_off' : 'non connesso a XING',
13 | 'txt_on' : 'connesso a XING'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/disqus.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 | (function ($, undefined) {
7 | "use strict";
8 |
9 | $.extend($.fn.socialSharePrivacy.settings.services.disqus, {
10 | 'txt_info' : 'Ter verduidelijking: De Disqus knop wordt hiermee geactiveerd. Hiermee wordt data naar Disqus verzonden – Klik voor meer informatie op i.',
11 | 'txt_off' : 'niet verbonden met Disqus',
12 | 'txt_on' : 'verbonden met Disqus'
13 | });
14 | })(jQuery);
15 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/buffer.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.buffer, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante Buffer sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Buffer – vedere i.',
12 | 'txt_off' : 'non connesso a Buffer',
13 | 'txt_on' : 'connesso a Buffer'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/disqus.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.disqus, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante Disqus sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Disqus – vedere i.',
12 | 'txt_off' : 'non connesso a Disqus',
13 | 'txt_on' : 'connesso a Disqus'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/flattr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.flattr, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante Flattr sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Flattr – vedere i.',
12 | 'txt_off' : 'non connesso a Flattr',
13 | 'txt_on' : 'connesso a Flattr'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/gplus.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.gplus, {
10 | 'txt_info' : 'Due click per più privacy: il pulsante Google+ sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Google+ – vedere i.',
11 | 'txt_off' : 'non connesso a Google+',
12 | 'txt_on' : 'connesso a Google+'
13 | });
14 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/twitter.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.twitter, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante Tweet sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Twitter – vedere i.',
12 | 'txt_off' : 'non connesso a Twitter',
13 | 'txt_on' : 'connesso a Twitter'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/reddit.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.reddit, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante reddit this! sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a reddit – vedere i.',
12 | 'txt_off' : 'non connesso a Reddit',
13 | 'txt_on' : 'connesso a Reddit'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/disqus.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.disqus, {
8 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an Disqus senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
9 | 'txt_off' : 'nicht mit Disqus verbunden',
10 | 'txt_on' : 'mit Disqus verbunden'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/linkedin.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.linkedin, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante Linkedin sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Linkedin – vedere i.',
12 | 'txt_off' : 'non connesso a LinkedIn',
13 | 'txt_on' : 'connesso a LinkedIn'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/pinterest.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.pinterest, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante Pinterest sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Pinterest – vedere i.',
12 | 'txt_off' : 'non connesso a Pinterest',
13 | 'txt_on' : 'connesso a Pinterest'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/facebook.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.facebook, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante Facebook sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Facebook – vedere i.',
12 | 'txt_off' : 'non connesso a Facebook',
13 | 'txt_on' : 'connesso a Facebook'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/stumbleupon.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.stumbleupon, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante Stumble! sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Stumbleupon – vedere i.',
12 | 'txt_off' : 'non connesso a StumbleUpon',
13 | 'txt_on' : 'connesso a StumbleUpon'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/gplus.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.gplus, {
10 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Google+ активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Google – для подробной информации нажмите i.',
11 | 'txt_off' : 'Не соединяться с Google+',
12 | 'txt_on' : 'Соединиться с Google+'
13 | });
14 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/xing.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.xing.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.xing, {
11 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка XING активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах XING – для подробной информации нажмите i.',
12 | 'txt_off' : 'Не соединяться с XING',
13 | 'txt_on' : 'Соединиться с XING'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/buffer.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.buffer.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.buffer, {
11 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Buffer активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Buffer – для подробной информации нажмите i.',
12 | 'txt_off' : 'Не соединяться с Buffer',
13 | 'txt_on' : 'Соединиться с Buffer'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/disqus.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.disqus.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.disqus, {
11 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Disqus активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Disqus – для подробной информации нажмите i.',
12 | 'txt_off' : 'Не соединяться с Disqus',
13 | 'txt_on' : 'Соединиться с Disqus'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/flattr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.flattr.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.flattr, {
11 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Flattr активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Flattr – для подробной информации нажмите i.',
12 | 'txt_off' : 'Не соединяться с Flattr',
13 | 'txt_on' : 'Соединиться с Flattr'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/reddit.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.reddit.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.reddit, {
11 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Reddit активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Reddit – для подробной информации нажмите i.',
12 | 'txt_off' : 'Не соединяться Reddit',
13 | 'txt_on' : 'Соединиться с Reddit'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/twitter.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.twitter.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.twitter, {
11 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Tweet активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Twitter – для подробной информации нажмите i.',
12 | 'txt_off' : 'Не соединяться с Twitter',
13 | 'txt_on' : 'Соединиться с Twitter'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/delicious.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.delicious, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante Delicious sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Delicious – vedere i.',
12 | 'txt_off' : 'non connesso a Delicious',
13 | 'txt_on' : 'connesso a Delicious',
14 | 'txt_button' : 'Salva'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/linkedin.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.linkedin.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.linkedin, {
11 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка LinkedIn активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах LinkedIn – для подробной информации нажмите i.',
12 | 'txt_off' : 'Не соединяться с LinkedIn',
13 | 'txt_on' : 'Соединиться с LinkedIn'
14 | });
15 |
--------------------------------------------------------------------------------
/stylesheets/socialshareprivacy.css:
--------------------------------------------------------------------------------
1 | @import url("common.css");
2 | @import url("modules/buffer.css");
3 | @import url("modules/delicious.css");
4 | @import url("modules/disqus.css");
5 | @import url("modules/facebook.css");
6 | @import url("modules/flattr.css");
7 | @import url("modules/gplus.css");
8 | @import url("modules/hackernews.css");
9 | @import url("modules/linkedin.css");
10 | @import url("modules/mail.css");
11 | @import url("modules/pinterest.css");
12 | @import url("modules/reddit.css");
13 | @import url("modules/stumbleupon.css");
14 | @import url("modules/tumblr.css");
15 | @import url("modules/twitter.css");
16 | @import url("modules/xing.css");
17 |
--------------------------------------------------------------------------------
/javascripts/locale/it/socialshareprivacy.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {
11 | 'txt_settings' : 'Impostazioni',
12 | 'txt_help' : 'Attivando questi campi, saranno inviati dati a terze parti (Facebook, Twitter, Google, ...). Per maggiori informazioni fare clic su i.',
13 | 'settings_perma' : 'Attivare in modo permanente i pulsanti di condivisione:',
14 | 'language' : 'it'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/pinterest.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.pinterest.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.pinterest, {
11 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Pinterest активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Pinterest – для подробной информации нажмите i.',
12 | 'txt_off' : 'Не соединяться с Pinterest',
13 | 'txt_on' : 'Соединиться с Pinterest'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/stumbleupon.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.stumbleupon.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.stumbleupon, {
11 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка StumbleUpon активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах StumbleUpon – для подробной информации нажмите i.',
12 | 'txt_off' : 'Не соединяться с StumbleUpon',
13 | 'txt_on' : 'Соединиться с StumbleUpon'
14 | });
15 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/flattr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Augusto Stoffel
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.flattr, {
13 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do Flattr será ativado quando você clicar aqui. Ativar este botão enviará dados ao Flattr – veja i.',
14 | 'txt_off' : 'não conectado ao Flattr',
15 | 'txt_on' : 'conectado ao Flattr'
16 | });
17 |
--------------------------------------------------------------------------------
/join-trans.js:
--------------------------------------------------------------------------------
1 | var fs = require('fs');
2 | var extend = require('extend');
3 |
4 | var jQuery = {
5 | fn: {socialSharePrivacy: {settings: {services: {}}}},
6 | extend: extend
7 | };
8 |
9 | for (var i = 2; i < process.argv.length; ++ i) {
10 | var filename = process.argv[i];
11 | var m = /modules\/(.*)?\.js$/.exec(filename);
12 |
13 | if (m) {
14 | jQuery.fn.socialSharePrivacy.settings.services[m[1]] = {};
15 | }
16 |
17 | eval(fs.readFileSync(filename,'utf8'));
18 | }
19 |
20 | var script = 'jQuery.extend(true,jQuery.fn.socialSharePrivacy.settings,'+
21 | JSON.stringify(jQuery.fn.socialSharePrivacy.settings)+');\n';
22 |
23 | process.stdout.write(script,"utf8");
24 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/disqus.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * Polish translation (c) 2013 Simon Zelazny
4 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
5 | *
6 | * Spread the word, link to us if you can.
7 | */
8 |
9 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.disqus, {
10 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk Disqus. Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Disqusa. Kliknij w i, aby dowiedzieć się więcej.',
11 | 'txt_off' : 'brak połączenia z Disqusem',
12 | 'txt_on' : 'połączono z Disqusem'
13 | });
14 |
--------------------------------------------------------------------------------
/javascripts/locale/it/modules/hackernews.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | *
4 | * Italian translation (c) 2014 Fabrizio Tarizzo
5 | *
6 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.hackernews, {
11 | 'txt_info' : 'Due click per più privacy: il pulsante Hacker News sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Hacker News – vedere i.',
12 | 'txt_off' : 'non connesso a Hacker News',
13 | 'txt_on' : 'connesso a Hacker News',
14 | 'txt_n_points' : '{points} punti',
15 | 'txt_one_point' : '1 punto'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/delicious.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.delicious.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 |
10 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.delicious, {
11 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Delicious активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Delicious – для подробной информации нажмите i.',
12 | 'txt_off' : 'Не соединяться с Delicious',
13 | 'txt_on' : 'Соединиться с Delicious',
14 | 'txt_button' : 'Delicious'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/xing.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2013 Michael Pratt
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.xing, {
13 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón de XING. Una vez activado, datos serán enviados a XING. Para mayor información ver el icono i',
14 | 'txt_off' : 'sin conexión a XING',
15 | 'txt_on' : 'conectado a XING'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/xing.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Augusto Stoffel
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.xing, {
13 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do XING será ativado quando você clicar aqui. Ativar este botão enviará dados ao XING – veja i.',
14 | 'txt_off' : 'não conectado ao XING',
15 | 'txt_on' : 'conectado ao XING'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/socialshareprivacy.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {
10 | 'info_link' : 'http://www.m0fx64.name/socialshareprivacy',
11 | 'txt_settings' : 'Настройки',
12 | 'txt_help' : 'Если вы активируете этих поля с помощью мыши, данные будут передаваться третьей стороне (Facebook, Twitter, Google, ...) и хранится там. Для более подробной информации нажмите i.',
13 | 'settings_perma' : 'Включить постоянно:',
14 | 'language' : 'ru'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/buffer.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Augusto Stoffel
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.buffer, {
13 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do Buffer será ativado quando você clicar aqui. Ativar este botão enviará dados ao Buffer – veja i.',
14 | 'txt_off' : 'não conectado ao Buffer',
15 | 'txt_on' : 'conectado ao Buffer'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/reddit.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Augusto Stoffel
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.reddit, {
13 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do Reddit será ativado quando você clicar aqui. Ativar este botão enviará dados ao Reddit – veja i.',
14 | 'txt_off' : 'não conectado ao Reddit',
15 | 'txt_on' : 'conectado ao Reddit'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/flattr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2013 Michael Pratt
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.flattr, {
13 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón de Flattr. Una vez activado, datos serán enviados a Flattr. Para mayor información ver el icono i',
14 | 'txt_off' : 'sin conexión a Flattr',
15 | 'txt_on' : 'conectado a Flattr'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/reddit.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2013 Michael Pratt
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.reddit, {
13 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón de Reddit. Una vez activado, datos serán enviados a Reddit. Para mayor información ver el icono i',
14 | 'txt_off' : 'sin conexión a Reddit',
15 | 'txt_on' : 'conectado a Reddit'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/xing.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.xing, {
8 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à XING. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
9 | 'txt_off' : 'pas connecté à XING',
10 | 'txt_on' : 'connecté à XING'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/xing.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 | (function ($, undefined) {
12 | "use strict";
13 |
14 | $.extend($.fn.socialSharePrivacy.settings.services.xing, {
15 | 'txt_info' : 'Ter verduidelijking: De XING knop wordt hiermee geactiveerd. Hiermee wordt data naar XING verzonden – Klik voor meer informatie op i.',
16 | 'txt_off' : 'niet verbonden met XING',
17 | 'txt_on' : 'verbonden met XING'
18 | });
19 | })(jQuery);
20 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/linkedin.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Augusto Stoffel
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.linkedin, {
13 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do LinkedIn será ativado quando você clicar aqui. Ativar este botão enviará dados ao LinkedIn – veja i.',
14 | 'txt_off' : 'não conectado ao LinkedIn',
15 | 'txt_on' : 'conectado ao LinkedIn'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/linkedin.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2013 Michael Pratt
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.linkedin, {
13 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón de LinkedIn. Una vez activado, datos serán enviados a LinkedIn. Para mayor información ver el icono i',
14 | 'txt_off' : 'sin conexión a LinkedIn',
15 | 'txt_on' : 'conectado a LinkedIn'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/buffer.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.buffer, {
8 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à Buffer. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
9 | 'txt_off' : 'pas connecté à Buffer',
10 | 'txt_on' : 'connecté à Buffer'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/disqus.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.disqus, {
8 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à Disqus. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
9 | 'txt_off' : 'pas connecté à Disqus',
10 | 'txt_on' : 'connecté à Disqus'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/flattr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.flattr, {
8 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à Flattr. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
9 | 'txt_off' : 'pas connecté à Flattr',
10 | 'txt_on' : 'connecté à Flattr'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/gplus.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.gplus, {
8 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à Google+. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
9 | 'txt_off' : 'pas connecté à Google+',
10 | 'txt_on' : 'connecté à Google+'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/reddit.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.reddit, {
8 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à Reddit. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
9 | 'txt_off' : 'pas connecté à Reddit',
10 | 'txt_on' : 'connecté à Reddit'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/socialshareprivacy.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {
8 | 'txt_settings' : 'Paramétres',
9 | 'txt_help' : 'Dés que vous activez ces champs en cliquant dessus, des informations seront transférés à Facebook, Twitter, Google, etc aux États-Unis et peuvent y être stockés. Pour plus de détails, cliquez sur le i.',
10 | 'settings_perma' : 'Activer en permanence et accepter la transmission de données:',
11 | 'language' : 'fr'
12 | });
13 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/buffer.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 | (function ($, undefined) {
12 | "use strict";
13 |
14 | $.extend($.fn.socialSharePrivacy.settings.services.buffer, {
15 | 'txt_info' : 'Ter verduidelijking: De Buffer knop wordt hiermee geactiveerd. Hiermee wordt data naar Buffer verzonden – Klik voor meer informatie op i.',
16 | 'txt_off' : 'niet verbonden met Buffer',
17 | 'txt_on' : 'verbonden met Buffer'
18 | });
19 | })(jQuery);
20 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/flattr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 | (function ($, undefined) {
12 | "use strict";
13 |
14 | $.extend($.fn.socialSharePrivacy.settings.services.flattr, {
15 | 'txt_info' : 'Ter verduidelijking: De Flattr knop wordt hiermee geactiveerd. Hiermee wordt data naar Flattr verzonden – Klik voor meer informatie op i.',
16 | 'txt_off' : 'niet verbonden met Flattr',
17 | 'txt_on' : 'verbonden met Flattr'
18 | });
19 | })(jQuery);
20 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/reddit.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 | (function ($, undefined) {
12 | "use strict";
13 |
14 | $.extend($.fn.socialSharePrivacy.settings.services.reddit, {
15 | 'txt_info' : 'Ter verduidelijking: De Reddit knop wordt hiermee geactiveerd. Hiermee wordt data naar Reddit verzonden – Klik voor meer informatie op i.',
16 | 'txt_off' : 'niet verbonden met Reddit',
17 | 'txt_on' : 'verbonden met Reddit'
18 | });
19 | })(jQuery);
20 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/pinterest.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2013 Michael Pratt
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.pinterest, {
13 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón de Pinterest. Una vez activado, datos serán enviados a Pinterest. Para mayor información ver el icono i',
14 | 'txt_off' : 'sin conexión a Pinterest',
15 | 'txt_on' : 'conectado a Pinterest'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/pinterest.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Augusto Stoffel
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.pinterest, {
13 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do Pinterest será ativado quando você clicar aqui. Ativar este botão enviará dados ao Pinterest – veja i.',
14 | 'txt_off' : 'não conectado ao Pinterest',
15 | 'txt_on' : 'conectado ao Pinterest'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/xing.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.xing, {
13 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an XING senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
14 | 'txt_off' : 'nicht mit XING verbunden',
15 | 'txt_on' : 'mit XING verbunden'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/linkedin.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.linkedin, {
8 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à LinkedIn. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
9 | 'txt_off' : 'pas connecté à LinkedIn',
10 | 'txt_on' : 'connecté à LinkedIn'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/pinterest.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.pinterest, {
8 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à Pinterest. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
9 | 'txt_off' : 'pas connecté à Pinterest',
10 | 'txt_on' : 'connecté à Pinterest'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/linkedin.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 | (function ($, undefined) {
12 | "use strict";
13 |
14 | $.extend($.fn.socialSharePrivacy.settings.services.linkedin, {
15 | 'txt_info' : 'Ter verduidelijking: De LinkedIn knop wordt hiermee geactiveerd. Hiermee wordt data naar LinkedIn verzonden – Klik voor meer informatie op i.',
16 | 'txt_off' : 'niet verbonden met LinkedIn',
17 | 'txt_on' : 'verbonden met LinkedIn'
18 | });
19 | })(jQuery);
20 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/stumbleupon.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Augusto Stoffel
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.stumbleupon, {
13 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do StumbleUpon será ativado quando você clicar aqui. Ativar este botão enviará dados ao StumbleUpon – veja i.',
14 | 'txt_off' : 'não conectado ao StumbleUpon',
15 | 'txt_on' : 'conectado ao StumbleUpon'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/hackernews.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.hackernews.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.hackernews, {
10 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Hacker News активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Buffer – для подробной информации нажмите i.',
11 | 'txt_off' : 'Не соединяться с Hacker News',
12 | 'txt_on' : 'Соединиться с Hacker News',
13 | 'txt_n_points' : '{} Пункт',
14 | 'txt_one_point' : '1 Пункт'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/buffer.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.buffer, {
13 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an Buffer senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
14 | 'txt_off' : 'nicht mit Buffer verbunden',
15 | 'txt_on' : 'mit Buffer verbunden'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/flattr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.flattr, {
13 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an Flattr senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
14 | 'txt_off' : 'nicht mit Flattr verbunden',
15 | 'txt_on' : 'mit Flattr verbunden'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/reddit.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.reddit, {
13 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an Reddit senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
14 | 'txt_off' : 'nicht mit Reddit verbunden',
15 | 'txt_on' : 'mit Reddit verbunden'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/stumbleupon.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2013 Michael Pratt
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.stumbleupon, {
13 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón de StumbleUpon. Una vez activado, datos serán enviados a StumbleUpon. Para mayor información ver el icono i',
14 | 'txt_off' : 'sin conexión a StumbleUpon',
15 | 'txt_on' : 'conectado a StumbleUpon'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/pinterest.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 | (function ($, undefined) {
12 | "use strict";
13 |
14 | $.extend($.fn.socialSharePrivacy.settings.services.pinterest, {
15 | 'txt_info' : 'Ter verduidelijking: De Pinterest knop wordt hiermee geactiveerd. Hiermee wordt data naar Pinterest verzonden – Klik voor meer informatie op i.',
16 | 'txt_off' : 'niet verbonden met Pinterest',
17 | 'txt_on' : 'verbonden met Pinterest'
18 | });
19 | })(jQuery);
20 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/buffer.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2013 Michael Pratt
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.buffer, {
13 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón y podrá hacer su recomendación. Una vez activado, datos serán enviados a Buffer. Para mayor información ver el icono i',
14 | 'txt_off' : 'sin conexión a Buffer',
15 | 'txt_on' : 'conectado a Buffer'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/stumbleupon.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.stumbleupon, {
8 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à StumbleUpon. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
9 | 'txt_off' : 'pas connecté à StumbleUpon',
10 | 'txt_on' : 'connecté à StumbleUpon'
11 | });
12 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/linkedin.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.linkedin, {
13 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an LinkedIn senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
14 | 'txt_off' : 'nicht mit LinkedIn verbunden',
15 | 'txt_on' : 'mit LinkedIn verbunden'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/stumbleupon.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 | (function ($, undefined) {
12 | "use strict";
13 |
14 | $.extend($.fn.socialSharePrivacy.settings.services.stumbleupon, {
15 | 'txt_info' : 'Ter verduidelijking: De StumbleUpon knop wordt hiermee geactiveerd. Hiermee wordt data naar StumbleUpon verzonden – Klik voor meer informatie op i.',
16 | 'txt_off' : 'niet verbonden met StumbleUpon',
17 | 'txt_on' : 'verbonden met StumbleUpon'
18 | });
19 | })(jQuery);
20 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/pinterest.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.pinterest, {
13 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an Pinterest senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
14 | 'txt_off' : 'nicht mit Pinterest verbunden',
15 | 'txt_on' : 'mit Pinterest verbunden'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/xing.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | * Polish translation (c) 2013 Simon Zelazny
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 |
12 |
13 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.xing, {
14 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk XING. Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do XING. Kliknij w i, aby dowiedzieć się więcej.',
15 | 'txt_off' : 'brak połączenia z XING',
16 | 'txt_on' : 'połączono z XING'
17 | });
18 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/delicious.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Augusto Stoffel
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.delicious, {
13 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do Delicious será ativado quando você clicar aqui. Ativar este botão enviará dados ao Delicious – veja i.',
14 | 'txt_off' : 'não conectado ao Delicious',
15 | 'txt_on' : 'conectado ao Delicious',
16 | 'txt_button' : 'Salvar'
17 | });
18 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/buffer.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | * Polish translation (c) 2013 Simon Zelazny
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.buffer, {
12 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk Buffera. Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Buffera. Kliknij w i, aby dowiedzieć się więcej.',
13 | 'txt_off' : 'brak połączenia z Bufferem',
14 | 'txt_on' : 'połączono z Bufferem'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/settings.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
4 | *
5 | * Copyright (c) 2012-2013 Mathias Panzenböck
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 |
12 | // load global settings
13 | jQuery(document).ready(function ($) {
14 | "use strict";
15 |
16 | $('script[type="application/x-social-share-privacy-settings"]').each(function () {
17 | var settings = (new Function('return ('+(this.textContent||this.innerText||this.text)+');')).call(this);
18 |
19 | if (typeof settings === "object") {
20 | $.extend(true, $.fn.socialSharePrivacy.settings, settings);
21 | }
22 | });
23 | });
24 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/stumbleupon.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.stumbleupon, {
13 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an StumbleUpon senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
14 | 'txt_off' : 'nicht mit StumbleUpon verbunden',
15 | 'txt_on' : 'mit StumbleUpon verbunden'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/flattr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | * Polish translation (c) 2013 Simon Zelazny
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 |
12 |
13 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.flattr, {
14 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk Flattr. Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Flattr. Kliknij w i, aby dowiedzieć się więcej.',
15 | 'txt_off' : 'brak połączenia z Flattr',
16 | 'txt_on' : 'połączono z Flattr'
17 | });
18 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/reddit.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | * Polish translation (c) 2013 Simon Zelazny
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.reddit, {
13 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk Reddit. Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Reddita. Kliknij w i, aby dowiedzieć się więcej.',
14 | 'txt_off' : 'brak połączenia z Redditem',
15 | 'txt_on' : 'połączono z Redditem'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/ru/modules/facebook.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.facebook.js
3 | *
4 | * Copyright (c) 2013 m0fx64
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | */
8 |
9 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.facebook, {
10 | 'dummy_line_img' : 'images/ru/dummy_facebook.png',
11 | 'dummy_box_img' : 'images/ru/dummy_box_facebook.png',
12 | 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Facebook активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Facebook – для подробной информации нажмите i.',
13 | 'txt_off' : 'Не соединяться с Facebook',
14 | 'txt_on' : 'Соединиться с Facebook'
15 | });
16 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/delicious.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.delicious, {
8 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à Delicious. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
9 | 'txt_off' : 'pas connecté à Delicious',
10 | 'txt_on' : 'connecté à Delicious',
11 | 'txt_button' : 'Enregistrer'
12 | });
13 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/twitter.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.twitter, {
8 | 'dummy_line_img' : 'images/fr/dummy_twitter.png',
9 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à Twitter. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
10 | 'txt_off' : 'pas connecté à Twitter',
11 | 'txt_on' : 'connecté à Twitter'
12 | });
13 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/delicious.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 | (function ($, undefined) {
12 | "use strict";
13 |
14 | $.extend($.fn.socialSharePrivacy.settings.services.delicious, {
15 | 'txt_info' : 'Ter verduidelijking: De Delicious knop wordt hiermee geactiveerd. Hiermee wordt data naar Delicious verzonden – Klik voor meer informatie op i.',
16 | 'txt_off' : 'niet verbonden met Delicious',
17 | 'txt_on' : 'verbonden met Delicious',
18 | 'txt_button' : 'Bewaren'
19 | });
20 | })(jQuery);
21 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/linkedin.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | * Polish translation (c) 2013 Simon Zelazny
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 |
12 |
13 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.linkedin, {
14 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk LinkedIn. Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do LinkedIn. Kliknij w i, aby dowiedzieć się więcej.',
15 | 'txt_off' : 'brak połączenia z LinkedIn',
16 | 'txt_on' : 'połączono z LinkedIn'
17 | });
18 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/pinterest.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | * Polish translation (c) 2013 Simon Zelazny
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.pinterest, {
13 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk "Pin it!". Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Pinterestu. Kliknij w i, aby dowiedzieć się więcej.',
14 | 'txt_off' : 'brak połączenia z Pinterestem',
15 | 'txt_on' : 'połączono z Pinterestem'
16 | });
17 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/delicious.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2013 Michael Pratt
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.delicious, {
13 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón y podrá guardar sus favoritos en Delicious. Una vez activado, datos serán enviados a Delicious. Para mayor información ver el icono i',
14 | 'txt_off' : 'sin conexion a Delicious',
15 | 'txt_on' : 'connectado a Delicious',
16 | 'txt_button' : 'Guardar'
17 | });
18 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/stumbleupon.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | * Polish translation (c) 2013 Simon Zelazny
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 |
12 |
13 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.stumbleupon, {
14 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk "Stumble!". Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do StumbleUpon. Kliknij w i, aby dowiedzieć się więcej.',
15 | 'txt_off' : 'brak połączenia ze StumbleUpon',
16 | 'txt_on' : 'połączono ze StumbleUpon'
17 | });
18 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/delicious.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.delicious, {
13 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihr Lesezeichen auf Delicious speichern. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
14 | 'txt_off' : 'nicht mit Delicious verbunden',
15 | 'txt_on' : 'mit Delicious verbunden',
16 | 'txt_button' : 'Sichern'
17 | });
18 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/delicious.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | * Polish translation (c) 2013 Simon Zelazny
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.delicious, {
12 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk Delicious. Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Delicious. Kliknij w i, aby dowiedzieć się więcej.',
13 | 'txt_off' : 'brak połączenia z Delicious',
14 | 'txt_on' : 'połączono z Delicious',
15 | 'txt_button' : 'Wyślij'
16 | });
17 |
--------------------------------------------------------------------------------
/stylesheets/modules/flattr.css:
--------------------------------------------------------------------------------
1 | .social_share_privacy_area.line .flattr img {
2 | width: 72px;
3 | height: 20px;
4 | margin-right: 98px;
5 | }
6 | .social_share_privacy_area.line .flattr a,
7 | .social_share_privacy_area.line .flattr iframe {
8 | width: 150px;
9 | height: 20px;
10 | margin-right: 20px;
11 | }
12 | .social_share_privacy_area.line .flattr a {
13 | display: inline-block;
14 | }
15 | .social_share_privacy_area.box .flattr a,
16 | .social_share_privacy_area.box .flattr img,
17 | .social_share_privacy_area.box .flattr iframe {
18 | width: 62px;
19 | height: 62px;
20 | }
21 | .social_share_privacy_area.box .flattr a {
22 | display: block;
23 | visibility: hidden;
24 | margin: auto;
25 | }
26 | .social_share_privacy_area.box .flattr .dummy_btn {
27 | min-width: 62px;
28 | min-height: 67px;
29 | }
30 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/hackernews.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Augusto Stoffel
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.hackernews, {
13 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do Hacker News será ativado quando você clicar aqui. Ativar este botão enviará dados ao Hacker News – veja i.',
14 | 'txt_off' : 'não conectado ao Hacker News',
15 | 'txt_on' : 'conectado ao Hacker News',
16 | 'txt_n_points' : '{points} pontos',
17 | 'txt_one_point' : '1 ponto'
18 | });
19 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/hackernews.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2013 Michael Pratt
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.hackernews, {
13 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón de Hacker News. Una vez activado, datos serán enviados a Hacker News. Para mayor información ver el icono i',
14 | 'txt_off' : 'sin conexión a Hacker News',
15 | 'txt_on' : 'conectado a Hacker News',
16 | 'txt_n_points' : '{} Puntos',
17 | 'txt_one_point' : '1 Punto'
18 | });
19 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/hackernews.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 |
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.hackernews, {
13 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an Hacker News senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
14 | 'txt_off' : 'nicht mit Hacker News verbunden',
15 | 'txt_on' : 'mit Hacker News verbunden',
16 | 'txt_n_points' : '{} Punkte',
17 | 'txt_one_point' : '1 Punkt'
18 | });
19 |
--------------------------------------------------------------------------------
/javascripts/locale/fr/modules/facebook.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2012 Mathias Panzenböck
3 | * released under the MIT License http://www.opensource.org/licenses/mit-license.php
4 | */
5 |
6 |
7 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.facebook, {
8 | 'dummy_line_img' : 'images/fr/dummy_facebook.png',
9 | 'dummy_box_img' : 'images/fr/dummy_box_facebook.png',
10 | 'txt_info' : 'Deux clics pour une protection de données améliorée: Ce n\'est qu\'après avoir cliqué ici que le bouton sera actif et vous pourrez envoyer votre recommandation à Facebook. Déjà lors de l\'activation des données seront transmis à des tiers – voir i.',
11 | 'txt_off' : 'pas connecté à Facebook',
12 | 'txt_on' : 'connecté à Facebook'
13 | });
14 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/hackernews.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | * Polish translation (c) 2013 Simon Zelazny
6 | *
7 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
8 | *
9 | * Spread the word, link to us if you can.
10 | */
11 |
12 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.hackernews, {
13 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk Hacker News. Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Hacker News. Kliknij w i, aby dowiedzieć się więcej.',
14 | 'txt_off' : 'brak połączenia z Hacker News',
15 | 'txt_on' : 'połączono z Hacker News',
16 | 'txt_n_points' : '{} punktów',
17 | 'txt_one_point' : '1 punkt'
18 | });
19 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/gplus.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Augusto Stoffel
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.gplus, {
18 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do Google+ será ativado quando você clicar aqui. Ativar este botão enviará dados ao Google – veja i.',
19 | 'txt_off' : 'não conectado ao Google+',
20 | 'txt_on' : 'conectado ao Google+'
21 | });
22 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/gplus.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2013 Michael Pratt
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.gplus, {
18 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón de Google+. Una vez activado, datos serán enviados a Google+. Para mayor información ver el icono i',
19 | 'txt_off' : 'sin conexión a Google+',
20 | 'txt_on' : 'conectado a Google+'
21 | });
22 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/twitter.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2013 Michael Pratt
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 |
18 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.twitter, {
19 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón de Twitter. Una vez activado, datos serán enviados a Twitter. Para mayor información ver el icono i',
20 | 'txt_off' : 'sin conexión a Twitter',
21 | 'txt_on' : 'conectado a Twitter'
22 | });
23 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/gplus.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 | (function ($, undefined) {
17 | "use strict";
18 |
19 | $.extend($.fn.socialSharePrivacy.settings.services.gplus, {
20 | 'txt_info' : 'Ter verduidelijking: De Google+ knop wordt hiermee geactiveerd. Hiermee wordt data naar Google+ verzonden – Klik voor meer informatie op i.',
21 | 'txt_off' : 'niet verbonden met Google+',
22 | 'txt_on' : 'verbonden met Google+'
23 | });
24 | })(jQuery);
25 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/gplus.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.gplus, {
18 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an Google+ senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
19 | 'txt_off' : 'nicht mit Google+ verbunden',
20 | 'txt_on' : 'mit Google+ verbunden'
21 | });
22 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/twitter.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 |
18 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.twitter, {
19 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an Twitter senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
20 | 'txt_off' : 'nicht mit Twitter verbunden',
21 | 'txt_on' : 'mit Twitter verbunden'
22 | });
23 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/gplus.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | * Polish translation (c) 2013 Simon Zelazny
12 | *
13 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
14 | *
15 | * Spread the word, link to us if you can.
16 | */
17 |
18 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.gplus, {
19 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk Google+. Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Google+. Kliknij w i, aby dowiedzieć się więcej.',
20 | 'txt_off' : 'brak połączenia z Google+',
21 | 'txt_on' : 'połączono z Google+'
22 | });
23 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/facebook.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | * Polish translation (c) 2013 Simon Zelazny
12 | *
13 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
14 | *
15 | * Spread the word, link to us if you can.
16 | */
17 |
18 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.facebook, {
19 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk "Lubię to". Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Facebooka. Kliknij w i, aby dowiedzieć się więcej.',
20 | 'txt_off' : 'brak połączenia z Facebookiem',
21 | 'txt_on' : 'połączono z Facebookiem'
22 | });
23 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/modules/twitter.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | * Polish translation (c) 2013 Simon Zelazny
12 | *
13 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
14 | *
15 | * Spread the word, link to us if you can.
16 | */
17 |
18 |
19 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.twitter, {
20 | 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk "Tweetnij". Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Twittera. Kliknij w i, aby dowiedzieć się więcej.',
21 | 'txt_off' : 'brak połączenia z Twitterem',
22 | 'txt_on' : 'połączono z Twitterem'
23 | });
24 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/twitter.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 | (function ($, undefined) {
18 | "use strict";
19 |
20 | $.extend($.fn.socialSharePrivacy.settings.services.twitter, {
21 | 'dummy_line_img' : 'images/nl/dummy_twitter.png',
22 | 'txt_info' : 'Ter verduidelijking: De Twitter knop wordt hiermee geactiveerd. Hiermee wordt data naar Twitter verzonden – Klik voor meer informatie op i.',
23 | 'txt_off' : 'niet verbonden met Twitter',
24 | 'txt_on' : 'verbonden met Twitter'
25 | });
26 | })(jQuery);
27 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/socialshareprivacy.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 | (function ($, undefined) {
17 | "use strict";
18 |
19 | $.extend($.fn.socialSharePrivacy.settings, {
20 | 'txt_settings' : 'Instellingen',
21 | 'txt_help' : 'Als je een optie selecteert, wordt er data naar een derde partij (Facebook, Twitter, Google, ...) verzonden en daar opgeslagen. Klik voor meer informatie op i.',
22 | 'settings_perma' : 'Activeer al je social media accounts:',
23 | 'language' : 'nl'
24 | });
25 | })(jQuery);
26 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/socialshareprivacy.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Augusto Stoffel
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {
18 | 'txt_settings' : 'Configurações',
19 | 'txt_help' : 'Se você ativar algum destes campos através de um clique, dados serão enviados a terceiros (Facebook, Twitter, Google, etc.) e armazenados por eles. Para mais detalhes, clique em i.',
20 | 'settings_perma' : 'Habilitar os seguintes botões permanentemente:',
21 | 'language' : 'pt'
22 | });
23 |
--------------------------------------------------------------------------------
/javascripts/locale/nl/modules/facebook.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 | (function ($, undefined) {
17 | "use strict";
18 |
19 | $.extend($.fn.socialSharePrivacy.settings.services.facebook, {
20 | 'dummy_line_img' : 'images/nl/dummy_facebook.png',
21 | 'txt_info' : 'Ter verduidelijking: De Facebook knop wordt hiermee geactiveerd. Hiermee wordt data naar Facebook verzonden – Klik voor meer informatie op i.',
22 | 'txt_off' : 'niet verbonden met Facebook',
23 | 'txt_on' : 'verbonden met Facebook'
24 | });
25 | })(jQuery);
26 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/facebook.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Augusto Stoffel
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.facebook, {
18 | 'dummy_line_img' : 'images/pt/dummy_facebook.png',
19 | 'dummy_box_img' : 'images/pt/dummy_box_facebook.png',
20 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do Facebook será ativado quando você clicar aqui. Ativar este botão enviará dados ao Facebook – veja i.',
21 | 'txt_off' : 'não conectado ao Facebook',
22 | 'txt_on' : 'conectado ao Facebook'
23 | });
24 |
--------------------------------------------------------------------------------
/javascripts/locale/pt/modules/twitter.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Augusto Stoffel
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 |
18 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.twitter, {
19 | 'dummy_line_img' : 'images/pt/dummy_twitter.png',
20 | 'dummy_box_img' : 'images/pt/dummy_box_twitter.png',
21 | 'txt_info' : 'Dois cliques para mais privacidade: o botão do Twitter será ativado quando você clicar aqui. Ativar este botão enviará dados ao Twitter – veja i.',
22 | 'txt_off' : 'não conectado ao Twitter',
23 | 'txt_on' : 'conectado ao Twitter'
24 | });
25 |
--------------------------------------------------------------------------------
/javascripts/locale/es/modules/facebook.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2013 Michael Pratt
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.facebook, {
18 | 'dummy_line_img' : 'images/es/dummy_facebook.png',
19 | 'dummy_box_img' : 'images/es/dummy_box_facebook.png',
20 | 'txt_info' : 'Dos Clics para mayor privacidad: Al dar clic, se activará el botón de Facebook. Una vez activado, datos serán enviados a Facebook. Para mayor información ver el icono i',
21 | 'txt_off' : 'sin conexión a Facebook',
22 | 'txt_on' : 'conectado a Facebook'
23 | });
24 |
--------------------------------------------------------------------------------
/javascripts/locale/de/modules/facebook.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.facebook, {
18 | 'dummy_line_img' : 'images/de/dummy_facebook.png',
19 | 'dummy_box_img' : 'images/de/dummy_box_facebook.png',
20 | 'txt_info' : 'Zwei Klicks für mehr Datenschutz: Erst wenn Sie hier klicken, wird der Button aktiv und Sie können Ihre Empfehlung an Facebook senden. Schon beim Aktivieren werden Daten an Dritte übertragen – siehe i.',
21 | 'txt_off' : 'nicht mit Facebook verbunden',
22 | 'txt_on' : 'mit Facebook verbunden'
23 | });
24 |
--------------------------------------------------------------------------------
/javascripts/locale/pl/socialshareprivacy.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | * Polish translation (c) 2013 Simon Zelazny
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {
18 | 'info_link' : 'http://panzi.github.io/SocialSharePrivacy/',
19 | 'txt_settings' : 'Ustawienia',
20 | 'txt_help' : 'Klinięcie w poszczególne przyciski aktywuje daną usługę. Oznacza to wysłanie Twoich danych na serwery Facebooka, Google\'a, Twittera, itp., oraz ich archiwizację. Kliknij i, aby dowiedzieć się więcej.',
21 | 'settings_perma' : 'Aktywuj na stałe następujące przyciski:',
22 | 'language' : 'pl'
23 | });
24 |
--------------------------------------------------------------------------------
/javascripts/localstorage.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * Copyright (c) 2012 Mathias Panzenböck
5 | *
6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Spread the word, link to us if you can.
9 | */
10 | (function ($, undefined) {
11 | "use strict";
12 |
13 | $.extend($.fn.socialSharePrivacy.settings, {
14 | // Set perma_option to true.
15 | // Initially it is only set to true if jQuery.cookie is available.
16 | perma_option: true,
17 | set_perma_option: function (service_name) {
18 | localStorage.setItem('socialSharePrivacy_'+service_name, 'perma_on');
19 | },
20 | del_perma_option: function (service_name) {
21 | localStorage.removeItem('socialSharePrivacy_'+service_name);
22 | },
23 | // Only one of the two methods "get_perma_options" and "get_perma_option" has
24 | // to be implemented. Though the other has to be set to null, so the default
25 | // cookie based method is not used.
26 | get_perma_options: null,
27 | get_perma_option: function (service_name) {
28 | return localStorage.getItem('socialSharePrivacy_'+service_name) === 'perma_on';
29 | }
30 | });
31 | })(jQuery);
32 |
--------------------------------------------------------------------------------
/javascripts/locale/de/socialshareprivacy.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {
18 | 'info_link' : 'http://panzi.github.io/SocialSharePrivacy/index.de.html',
19 | 'txt_settings' : 'Einstellungen',
20 | 'txt_help' : 'Wenn Sie diese Felder durch einen Klick aktivieren, werden Informationen an Facebook, Twitter oder Google etc. in die USA übertragen und unter Umständen auch dort gespeichert. Näheres erfahren Sie durch einen Klick auf das i.',
21 | 'settings_perma' : 'Dauerhaft aktivieren und Datenübertragung zustimmen:',
22 | 'language' : 'de'
23 | });
24 |
--------------------------------------------------------------------------------
/javascripts/locale/es/socialshareprivacy.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2013 Michael Pratt
11 | *
12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
13 | *
14 | * Spread the word, link to us if you can.
15 | */
16 |
17 | jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {
18 | 'info_link' : 'http://panzi.github.io/SocialSharePrivacy/index.html',
19 | 'txt_settings' : 'Ajustes',
20 | 'txt_help' : 'Al dar Clic en alguno de estos campos o al activar algún botón, información será enviada a Facebook, Twitter, Google+, etc y probablemente será guardada en algún servidor en estados unidos. Para mayor información (en Inglés) haga clic en el botón i.',
21 | 'settings_perma' : 'Activar permanentemente y aceptar el envio de datos a terceros:',
22 | 'language' : 'es'
23 | });
24 |
--------------------------------------------------------------------------------
/javascripts/modules/fbshare.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Facebook share module for jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 | *
4 | * http://www.heise.de/extras/socialshareprivacy/
5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
6 | *
7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
9 | *
10 | * Copyright (c) 2012 Mathias Panzenböck
11 | *
12 | * Fbshare module:
13 | * copyright (c) 2013 zzzen.com
14 | *
15 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
16 | *
17 | * Spread the word, link to us if you can.
18 | */
19 | (function ($, undefined) {
20 | "use strict";
21 |
22 | $.fn.socialSharePrivacy.settings.services.fbshare = {
23 | 'status' : true,
24 | 'privacy' : 'safe',
25 | 'button_class' : 'fbshare',
26 | 'line_img' : 'images/fbshare.png',
27 | 'box_img' : 'images/box_fbshare.png',
28 | 'txt_info' : 'Share via facebook.',
29 | 'txt_button' : 'Facebook Share',
30 | 'display_name' : 'Facebook Share',
31 | 'referrer_track' : '',
32 | 'button' : function (options, uri, settings) {
33 | return $('', {target: '_blank', href: 'https://www.facebook.com/sharer/sharer.php?'+$.param({u:uri + options.referrer_track})}).append(
34 | $('', {alt: options.txt_button,
35 | src: options.path_prefix + (settings.layout === 'line' ? options.line_img : options.box_img)}));
36 | }
37 | };
38 | })(jQuery);
39 |
--------------------------------------------------------------------------------
/update-fb-l10n.js:
--------------------------------------------------------------------------------
1 | var fs = require('fs');
2 | var restler = require('restler');
3 | var FACEBOOK_FILE = "javascripts/modules/facebook.js";
4 |
5 | restler.get("https://www.facebook.com/translations/FacebookLocales.xml").on('complete', function (res) {
6 | if (res instanceof Error) {
7 | console.error(res.message);
8 | process.exit(1);
9 | }
10 | else {
11 | var locales = {};
12 |
13 | // convert locales
14 | res.locales.locale.forEach(function (locale) {
15 | locale.codes.forEach(function (codes) {
16 | codes.code.forEach(function (code) {
17 | code.standard.forEach(function (standard) {
18 | standard.representation.forEach(function (representation) {
19 | var parts = representation.split(/_/g);
20 | var lang = parts[0];
21 | var locale = parts[1];
22 | var lang_locales;
23 |
24 | if (lang in locales) {
25 | lang_locales = locales[lang];
26 | }
27 | else {
28 | lang_locales = locales[lang] = [];
29 | }
30 | lang_locales.push(locale);
31 | });
32 | });
33 | });
34 | });
35 | });
36 |
37 | // normalize locales
38 | for (var lang in locales) {
39 | locales[lang].sort();
40 | }
41 |
42 | fs.readFile(FACEBOOK_FILE, "utf8", function (err, data) {
43 | if (err) {
44 | console.error(err);
45 | process.exit(1);
46 | }
47 | else {
48 | data = data.replace(/^[ \t]*var\s+locales\s*=\s*.*;$/m, '\tvar locales = '+JSON.stringify(locales)+';');
49 | fs.writeFile(FACEBOOK_FILE, data, "utf8", function (err) {
50 | if (err) {
51 | console.error(err);
52 | process.exit(1);
53 | }
54 | else {
55 | console.log("updated "+FACEBOOK_FILE);
56 | }
57 | });
58 | }
59 | });
60 | }
61 | });
62 |
--------------------------------------------------------------------------------
/demo/testbuild.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
build.sh, you should see here all modules you've included (in both line and box layouts)../build.sh -h from .. to see available options.
34 |
36 | This page tests fbshare in "line" and "box" layouts.
37 | The rest of the share buttons are here so that it doesn't feel too lonely :)
38 |
39 | This demo demonstrates how multiple social share privacy widgets can be synchronized using events. 40 |
41 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /demo/dynamic_layout.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |45 | This demonstrates how to change the layout dynamically without loosing the state. 46 |
47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /javascripts/modules/xing.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz 3 | * 4 | * http://www.heise.de/extras/socialshareprivacy/ 5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html 6 | * 7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt, 8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de 9 | * 10 | * Copyright (c) 2012 Mathias Panzenböck 11 | * 12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 13 | * 14 | * Spread the word, link to us if you can. 15 | */ 16 | (function ($, undefined) { 17 | "use strict"; 18 | 19 | $.fn.socialSharePrivacy.settings.services.xing = { 20 | 'status' : true, 21 | 'dummy_line_img' : 'images/dummy_xing.png', 22 | 'dummy_box_img' : 'images/dummy_box_xing.png', 23 | 'dummy_alt' : '"XING"-Dummy', 24 | 'txt_info' : 'Two clicks for more privacy: The XING button will be enabled once you click here. Activating the button already sends data to XING – see i.', 25 | 'txt_off' : 'not connected to XING', 26 | 'txt_on' : 'connected to XING', 27 | 'perma_option' : true, 28 | 'display_name' : 'XING', 29 | 'referrer_track' : '', 30 | 'button' : function (options, uri, settings) { 31 | var $code = $('').attr({ 32 | 'data-counter' : settings.layout === 'line' ? 'right' : 'top', 33 | 'data-url' : uri + options.referrer_track, 34 | 'data-lang' : options.language 35 | }); 36 | 37 | return $code.add(""); 38 | } 39 | }; 40 | })(jQuery); 41 | -------------------------------------------------------------------------------- /javascripts/modules/stumbleupon.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz 3 | * 4 | * http://www.heise.de/extras/socialshareprivacy/ 5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html 6 | * 7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt, 8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de 9 | * 10 | * Copyright (c) 2012 Mathias Panzenböck 11 | * 12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 13 | * 14 | * Warning: this button uses plaintext http and can be harmful to users under opressive regimes 15 | * 16 | */ 17 | 18 | (function ($, undefined) { 19 | "use strict"; 20 | 21 | $.fn.socialSharePrivacy.settings.services.stumbleupon = { 22 | 'status' : true, 23 | 'button_class' : 'stumbleupon', 24 | 'dummy_line_img' : 'images/dummy_stumbleupon.png', 25 | 'dummy_box_img' : 'images/dummy_box_stumbleupon.png', 26 | 'dummy_alt' : '"Stumble!"-Dummy', 27 | 'txt_info' : 'Two clicks for more privacy: The Stumble! button will be enabled once you click here. Activating the button already sends data to StumbleUpon – see i.', 28 | 'txt_off' : 'not connected to StumbleUpon', 29 | 'txt_on' : 'connected to StumbleUpon', 30 | 'perma_option' : true, 31 | 'display_name' : 'Stumble Upon', 32 | 'referrer_track' : '', 33 | 'button' : function (options, uri, settings) { 34 | var base_url = 'https:' === document.location.protocol ? 'https://' : 'http://'; 35 | var w, h; 36 | 37 | if (settings.layout === 'line') { 38 | w = '74'; 39 | h = '18'; 40 | base_url += 'badge.stumbleupon.com/badge/embed/1/?'; 41 | } 42 | else { 43 | w = '50'; 44 | h = '60'; 45 | base_url += 'badge.stumbleupon.com/badge/embed/5/?'; 46 | } 47 | 48 | return $('').attr({ 49 | src: base_url+$.param({url: uri + options.referrer_track}), 50 | width: w, 51 | height: h 52 | }); 53 | } 54 | }; 55 | })(jQuery); 56 | -------------------------------------------------------------------------------- /javascripts/modules/gplus.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz 3 | * 4 | * http://www.heise.de/extras/socialshareprivacy/ 5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html 6 | * 7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt, 8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de 9 | * 10 | * Copyright (c) 2012 Mathias Panzenböck 11 | * 12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 13 | * 14 | * Spread the word, link to us if you can. 15 | */ 16 | (function ($, undefined) { 17 | "use strict"; 18 | 19 | $.fn.socialSharePrivacy.settings.services.gplus = { 20 | 'status' : true, 21 | 'button_class' : 'gplusone', 22 | 'dummy_line_img' : 'images/dummy_gplus.png', 23 | 'dummy_box_img' : 'images/dummy_box_gplus.png', 24 | 'dummy_alt' : '"Google+1"-Dummy', 25 | 'txt_info' : 'Two clicks for more privacy: The Google+ button will be enabled once you click here. Activating the button already sends data to Google – see i.', 26 | 'txt_off' : 'not connected to Google+', 27 | 'txt_on' : 'connected to Google+', 28 | 'perma_option' : true, 29 | 'display_name' : 'Google+', 30 | 'referrer_track' : '', 31 | 'button' : function (options, uri, settings) { 32 | // we use the Google+ "asynchronous" code, standard code is flaky if inserted into dom after load 33 | var $code = $(''); 37 | $code.filter('.g-plusone').attr({ 38 | 'data-href': uri + options.referrer_track, 39 | 'data-size': settings.layout === 'line' ? 'medium' : 'tall' 40 | }); 41 | return $code; 42 | } 43 | }; 44 | })(jQuery); 45 | -------------------------------------------------------------------------------- /javascripts/modules/linkedin.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz 3 | * 4 | * http://www.heise.de/extras/socialshareprivacy/ 5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html 6 | * 7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt, 8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de 9 | * 10 | * Copyright (c) 2012 Mathias Panzenböck 11 | * 12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 13 | * 14 | * Spread the word, link to us if you can. 15 | */ 16 | (function ($, undefined) { 17 | "use strict"; 18 | 19 | $.fn.socialSharePrivacy.settings.services.linkedin = { 20 | 'status' : true, 21 | 'dummy_line_img' : 'images/dummy_linkedin.png', 22 | 'dummy_box_img' : 'images/dummy_box_linkedin.png', 23 | 'dummy_alt' : '"LinkedIn"-Dummy', 24 | 'txt_info' : 'Two clicks for more privacy: The Linked in button will be enabled once you click here. Activating the button already sends data to Linked in – see i.', 25 | 'txt_off' : 'not connected to LinkedIn', 26 | 'txt_on' : 'connected to LinkedIn', 27 | 'perma_option' : true, 28 | 'display_name' : 'LinkedIn', 29 | 'referrer_track' : '', 30 | 'onsuccess' : null, 31 | 'onerror' : null, 32 | 'showzero' : false, 33 | 'button' : function (options, uri, settings) { 34 | var attrs = { 35 | 'data-counter' : settings.layout === 'line' ? 'right' : 'top', 36 | 'data-url' : uri + options.referrer_track, 37 | 'data-showzero': String(options.showzero) 38 | }; 39 | if (options.onsuccess) attrs['data-onsuccess'] = options.onsuccess; 40 | if (options.onerror) attrs['data-onerror'] = options.onerror; 41 | var $code = $('').attr(attrs); 42 | 43 | if (window.IN && window.IN.parse) { 44 | $code = $code.add(''); 45 | } 46 | else if ($('script[src^="https://platform.linkedin.com/"]').length === 0) { 47 | $code = $code.add(''); 48 | } 49 | 50 | return $code; 51 | } 52 | }; 53 | })(jQuery); 54 | -------------------------------------------------------------------------------- /javascripts/modules/buffer.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz 3 | * 4 | * http://www.heise.de/extras/socialshareprivacy/ 5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html 6 | * 7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt, 8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de 9 | * 10 | * Copyright (c) 2012 Mathias Panzenböck 11 | * 12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 13 | * 14 | * Spread the word, link to us if you can. 15 | */ 16 | (function ($, undefined) { 17 | "use strict"; 18 | 19 | function get (self, options, uri, settings, name) { 20 | var value = options[name]; 21 | if (typeof value === "function") { 22 | return value.call(self, options, uri, settings); 23 | } 24 | return String(value); 25 | } 26 | 27 | $.fn.socialSharePrivacy.settings.services.buffer = { 28 | 'status' : true, 29 | 'dummy_line_img' : 'images/dummy_buffer.png', 30 | 'dummy_box_img' : 'images/dummy_box_buffer.png', 31 | 'dummy_alt' : '"Buffer"-Dummy', 32 | 'txt_info' : 'Two clicks for more privacy: The Buffer button will be enabled once you click here. Activating the button already sends data to Buffer – see i.', 33 | 'txt_off' : 'not connected to Buffer', 34 | 'txt_on' : 'connected to Buffer', 35 | 'perma_option' : true, 36 | 'display_name' : 'Buffer', 37 | 'referrer_track' : '', 38 | 'via' : '', 39 | 'text' : $.fn.socialSharePrivacy.getTitle, 40 | 'picture' : $.fn.socialSharePrivacy.getImage, 41 | 'button' : function (options, uri, settings) { 42 | return $('').attr( 43 | 'src', 'https://widgets.bufferapp.com/button/?'+$.param({ 44 | count : settings.layout === 'line' ? 'horizontal' : 'vertical', 45 | via : get(this, options, uri, settings, 'via'), 46 | text : $.fn.socialSharePrivacy.abbreviateText( 47 | get(this, options, uri, settings, 'text'), 120), 48 | picture : get(this, options, uri, settings, 'picture'), 49 | url : uri + options.referrer_track, 50 | source : 'button' 51 | })); 52 | } 53 | }; 54 | })(jQuery); 55 | -------------------------------------------------------------------------------- /demo/demo1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |39 | Demo share buttons: 40 |
41 | 42 | 43 | 44 |45 | Social share privacy actually supports more than one share button list in one document. 46 |
47 | 48 | 49 | 50 |51 | Different share buttons can have different options. E.g. these share buttons use the URI 52 | "http://example.com/" instead of the document.location. 53 |
54 | 55 | 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /javascripts/modules/twitter.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz 3 | * 4 | * http://www.heise.de/extras/socialshareprivacy/ 5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html 6 | * 7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt, 8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de 9 | * 10 | * Copyright (c) 2012 Mathias Panzenböck 11 | * 12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 13 | * 14 | * Spread the word, link to us if you can. 15 | */ 16 | 17 | (function ($, undefined) { 18 | "use strict"; 19 | 20 | $.fn.socialSharePrivacy.settings.services.twitter = { 21 | 'status' : true, 22 | 'button_class' : 'tweet', 23 | 'dummy_line_img' : 'images/dummy_twitter.png', 24 | 'dummy_box_img' : 'images/dummy_box_twitter.png', 25 | 'dummy_alt' : '"Tweet this"-Dummy', 26 | 'txt_info' : 'Two clicks for more privacy: The Tweet this button will be enabled once you click here. Activating the button already sends data to Twitter – see i.', 27 | 'txt_off' : 'not connected to Twitter', 28 | 'txt_on' : 'connected to Twitter', 29 | 'perma_option' : true, 30 | 'display_name' : 'Twitter', 31 | 'referrer_track' : '', 32 | 'via' : '', 33 | 'related' : '', 34 | 'hashtags' : '', 35 | 'dnt' : true, 36 | 'text' : $.fn.socialSharePrivacy.getTitle, 37 | 'button' : function (options, uri, settings) { 38 | var text = typeof(options.text) === 'function' ? 39 | options.text.call(this, options, uri, settings) : 40 | String(options.text); 41 | // 120 is the max character count left after twitters automatic 42 | // url shortening with t.co 43 | text = $.fn.socialSharePrivacy.abbreviateText(text, 120); 44 | 45 | var params = { 46 | url : uri + options.referrer_track, 47 | counturl: uri, 48 | text : text, 49 | count : settings.layout === 'line' ? 'horizontal' : 'vertical', 50 | lang : options.language 51 | }; 52 | if (options.via) params.via = options.via; 53 | if (options.related) params.related = options.related; 54 | if (options.hashtags) params.hashtags = options.hashtags; 55 | if (options.dnt) params.dnt = options.dnt; 56 | 57 | return $('').attr( 58 | 'src', 'https://platform.twitter.com/widgets/tweet_button.html?' + 59 | $.param(params).replace(/\+/g,'%20')); 60 | } 61 | }; 62 | })(jQuery); 63 | -------------------------------------------------------------------------------- /javascripts/modules/hackernews.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js 3 | * 4 | * Copyright (c) 2012 Mathias Panzenböck 5 | * 6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 7 | * 8 | */ 9 | (function ($, undefined) { 10 | "use strict"; 11 | 12 | $.fn.socialSharePrivacy.settings.services.hackernews = { 13 | 'status' : true, 14 | 'dummy_line_img' : 'images/dummy_hackernews.png', 15 | 'dummy_box_img' : 'images/dummy_box_hackernews.png', 16 | 'dummy_alt' : '"Hacker News"-Dummy', 17 | 'txt_info' : 'Two clicks for more privacy: The Hacker News button will be enabled once you click here. Activating the button already sends data to Hacker News – see i.', 18 | 'txt_off' : 'not connected to Hacker News', 19 | 'txt_on' : 'connected to Hacker News', 20 | 'perma_option' : true, 21 | 'display_name' : 'Hacker News', 22 | 'txt_n_points' : '{points} points', 23 | 'txt_one_point' : '1 point', 24 | 'referrer_track' : '', 25 | 'title' : $.fn.socialSharePrivacy.getTitle, 26 | 'button' : function (options, uri, settings) { 27 | var url = uri + options.referrer_track; 28 | var title = typeof(options.title) === 'function' ? 29 | options.title.call(this, options, uri, settings) : 30 | String(options.title); 31 | 32 | var $code; 33 | if (settings.layout === 'line') { 34 | $code = $(''); 37 | } 38 | else { 39 | $code = $(''); 42 | } 43 | 44 | $code.find("a").attr("href", "https://news.ycombinator.com/submitlink?"+$.param({ 45 | "u": url, 46 | "t": title 47 | })); 48 | 49 | $.ajax("https://api.thriftdb.com/api.hnsearch.com/items/_search?filter[fields][url][]="+encodeURIComponent(url), { 50 | dataType: "jsonp", 51 | success: function (data) { 52 | var item = data.results[0]; 53 | if (item) { 54 | item = item.item; 55 | var points = $.fn.socialSharePrivacy.formatNumber(item.points); 56 | $code.find("a").attr("href", "https://news.ycombinator.com/item?id="+item.id); 57 | $code.find(".points a").text(points).attr('title', 58 | item.points === 1 ? 59 | options.txt_one_point : 60 | options.txt_n_points.replace(/{points}/g, points)); 61 | } 62 | } 63 | }); 64 | 65 | return $code; 66 | } 67 | }; 68 | })(jQuery); 69 | -------------------------------------------------------------------------------- /javascripts/modules/reddit.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz 3 | * 4 | * http://www.heise.de/extras/socialshareprivacy/ 5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html 6 | * 7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt, 8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de 9 | * 10 | * Copyright (c) 2012 Mathias Panzenböck 11 | * 12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 13 | * 14 | * Spread the word, link to us if you can. 15 | */ 16 | 17 | (function ($, undefined) { 18 | "use strict"; 19 | 20 | function get (self, options, uri, settings, name) { 21 | var value = options[name]; 22 | if (typeof value === "function") { 23 | return value.call(self, options, uri, settings); 24 | } 25 | return String(value); 26 | } 27 | 28 | $.fn.socialSharePrivacy.settings.services.reddit = { 29 | 'status' : true, 30 | 'button_class' : 'reddit', 31 | 'dummy_line_img' : 'images/dummy_reddit.png', 32 | 'dummy_box_img' : 'images/dummy_box_reddit.png', 33 | 'dummy_alt' : '"Reddit this!"-Dummy', 34 | 'txt_info' : 'Two clicks for more privacy: The reddit this! button will be enabled once you click here. Activating the button already sends data to reddit – see i.', 35 | 'txt_off' : 'not connected to reddit', 36 | 'txt_on' : 'connected to reddit', 37 | 'perma_option' : true, 38 | 'display_name' : 'Reddit', 39 | 'referrer_track' : '', 40 | 'title' : $.fn.socialSharePrivacy.getTitle, 41 | 'target' : '', 42 | 'newwindow' : '1', 43 | 'bgcolor' : 'transparent', 44 | 'bordercolor' : '', 45 | 'button' : function (options, uri, settings) { 46 | var base_url, w, layout; 47 | if (settings.layout === 'line') { 48 | w = 120; 49 | layout = '/button/button1.html?'; 50 | } 51 | else { 52 | w = 58; 53 | layout = '/button/button2.html?'; 54 | } 55 | base_url = 'https://redditstatic.s3.amazonaws.com'; 56 | var params = { 57 | url : uri + options.referrer_track, 58 | width : String(w) 59 | }; 60 | var title = get(this, options, uri, settings, 'title'); 61 | var target = get(this, options, uri, settings, 'target'); 62 | if (title) params.title = title; 63 | if (target) params.target = target; 64 | if (options.bgcolor) params.bgcolor = options.bgcolor; 65 | if (options.bordercolor) params.bordercolor = options.bordercolor; 66 | if (options.newwindow) params.newwindow = options.newwindow; 67 | 68 | return $('').attr( 69 | 'src', base_url+layout+$.param(params)); 70 | } 71 | }; 72 | })(jQuery); 73 | -------------------------------------------------------------------------------- /javascripts/modules/disqus.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js 3 | * 4 | * Copyright (c) 2012 Mathias Panzenböck 5 | * 6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 7 | * 8 | */ 9 | (function ($, undefined) { 10 | "use strict"; 11 | 12 | var DISQUSWIDGETS = { 13 | displayCount: function (data) { 14 | $('.social_share_privacy_area .disqus .disqus-widget:not(.init)').each(function () { 15 | var $widget = $(this); 16 | var uri = data.counts[0].id; 17 | if ($widget.attr("data-uri") === uri) { 18 | var key = $widget.attr("data-count"); 19 | var count = data.counts[0][key]; 20 | var text = data.text[key]; 21 | var scount = $.fn.socialSharePrivacy.formatNumber(count); 22 | $widget.attr('title', count === 0 ? text.zero : count === 1 ? text.one : text.multiple.replace('{num}', scount)); 23 | $widget.find('.count a').text(scount); 24 | $widget.addClass('init'); 25 | } 26 | }); 27 | } 28 | }; 29 | 30 | $.fn.socialSharePrivacy.settings.services.disqus = { 31 | 'status' : true, 32 | 'dummy_line_img' : 'images/dummy_disqus.png', 33 | 'dummy_box_img' : 'images/dummy_box_disqus.png', 34 | 'dummy_alt' : '"Disqus"-Dummy', 35 | 'txt_info' : 'Two clicks for more privacy: The Disqus button will be enabled once you click here. Activating the button already sends data to Disqus – see i.', 36 | 'txt_off' : 'not connected to Disqus', 37 | 'txt_on' : 'connected to Disqus', 38 | 'perma_option' : true, 39 | 'display_name' : 'Disqus', 40 | 'referrer_track' : '', 41 | 'shortname' : '', 42 | 'count' : 'comments', 43 | 'onclick' : null, 44 | 'button' : function (options, uri, settings) { 45 | var shortname = options.shortname || window.disqus_shortname || ''; 46 | var $code; 47 | if (settings.layout === 'line') { 48 | $code = $(''); 51 | } 52 | else { 53 | $code = $(''); 56 | } 57 | 58 | $code.attr({ 59 | 'data-count' : options.count, 60 | 'data-shortname' : shortname, 61 | 'data-uri' : uri + options.referrer_track 62 | }); 63 | 64 | if (options.onclick) { 65 | $code.find('a').click(typeof options.onclick === "function" ? 66 | options.onclick : new Function("event", options.onclick)); 67 | } 68 | 69 | // this breaks every other usage of the disqus count API: 70 | window.DISQUSWIDGETS = DISQUSWIDGETS; 71 | 72 | $.getScript('https://'+shortname+'.disqus.com/count-data.js?2='+encodeURIComponent(uri + options.referrer_track)); 73 | 74 | return $code; 75 | } 76 | }; 77 | })(jQuery); 78 | -------------------------------------------------------------------------------- /javascripts/modules/flattr.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz 3 | * 4 | * Copyright (c) 2012 Mathias Panzenböck 5 | * 6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 7 | * 8 | * Spread the word, link to us if you can. 9 | */ 10 | 11 | (function ($, undefined) { 12 | "use strict"; 13 | 14 | function get (self, options, uri, settings, name) { 15 | var value = options[name]; 16 | if (typeof value === "function") { 17 | return value.call(self, options, uri, settings); 18 | } 19 | return String(value); 20 | } 21 | 22 | // using an unsupported language breaks the flattr button 23 | var langs = {en:true,sq:true,ar:true,be:true,bg:true,ca:true,zh:true,hr:true,cs:true,da:true,nl:true,eo:true,et:true,fi:true,fr:true,es:true,de:true,el:true,iw:true,hi:true,hu:true,is:true,'in':true,ga:true,it:true,ja:true,ko:true,lv:true,lt:true,mk:true,ms:true,mt:true,no:true,nn:true,fa:true,pl:true,pt:true,ro:true,ru:true,sr:true,sk:true,sl:true,sv:true,th:true,tr:true,uk:true,vi:true}; 24 | 25 | $.fn.socialSharePrivacy.settings.services.flattr = { 26 | 'status' : true, 27 | 'button_class' : 'flattr', 28 | 'dummy_line_img' : 'images/dummy_flattr.png', 29 | 'dummy_box_img' : 'images/dummy_box_flattr.png', 30 | 'dummy_alt' : '"Flattr"-Dummy', 31 | 'txt_info' : 'Two clicks for more privacy: The Flattr button will be enabled once you click here. Activating the button already sends data to Flattr – see i.', 32 | 'txt_off' : 'not connected to Flattr', 33 | 'txt_on' : 'connected to Flattr', 34 | 'perma_option' : true, 35 | 'display_name' : 'Flattr', 36 | 'referrer_track' : '', 37 | 'title' : $.fn.socialSharePrivacy.getTitle, 38 | 'description' : $.fn.socialSharePrivacy.getDescription, 39 | 'uid' : '', 40 | 'category' : '', 41 | 'tags' : '', 42 | 'popout' : '', 43 | 'hidden' : '', 44 | 'button' : function (options, uri, settings) { 45 | var attrs = { 46 | href : uri + options.referrer_track, 47 | title : get(this, options, uri, settings, 'title') 48 | }; 49 | if (options.uid) attrs['data-flattr-uid'] = options.uid; 50 | if (options.hidden) attrs['data-flattr-hidden'] = options.hidden; 51 | if (options.popout) attrs['data-flattr-popout'] = options.popout; 52 | if (options.category) attrs['data-flattr-category'] = options.category; 53 | if (options.tags) attrs['data-flattr-tags'] = options.tags; 54 | if (options.language) { 55 | var lang = String(options.language).replace('-','_'); 56 | var baselang = lang.split('_')[0]; 57 | if (langs[baselang] === true) { 58 | attrs['data-flattr-language'] = attrs.lang = lang; 59 | } 60 | } 61 | if (settings.layout === 'line') attrs['data-flattr-button'] = 'compact'; 62 | 63 | var $code = $('' + get(this, options, uri, settings, 'description') + 64 | ''); 66 | 67 | $code.filter('a').attr(attrs); 68 | 69 | return $code; 70 | } 71 | }; 72 | })(jQuery); 73 | -------------------------------------------------------------------------------- /javascripts/modules/delicious.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js 3 | * 4 | * Copyright (c) 2012 Mathias Panzenböck 5 | * 6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 7 | * 8 | * Code inspired by Delicious Button v1.1: 9 | * http://code.google.com/p/delicious-button/ 10 | * 11 | * Warning: this button uses plaintext http and can be harmful to users under opressive regimes 12 | * 13 | */ 14 | (function ($, undefined) { 15 | "use strict"; 16 | 17 | $.fn.socialSharePrivacy.settings.services.delicious = { 18 | 'status' : true, 19 | 'dummy_line_img' : 'images/dummy_delicious.png', 20 | 'dummy_box_img' : 'images/dummy_box_delicious.png', 21 | 'dummy_alt' : '"Delicious"-Dummy', 22 | 'txt_info' : 'Two clicks for more privacy: The Delicious button will be enabled once you click here. Activating the button already sends data to Delicious – see i.', 23 | 'txt_off' : 'not connected to Delicious', 24 | 'txt_on' : 'connected to Delicious', 25 | 'perma_option' : true, 26 | 'display_name' : 'Delicious', 27 | 'txt_button' : 'Save', 28 | 'referrer_track' : '', 29 | 'title' : $.fn.socialSharePrivacy.getTitle, 30 | 'button' : function (options, uri, settings) { 31 | var $button = $(''); 32 | var url = uri + options.referrer_track; 33 | 34 | $.ajax({ 35 | url: "http://feeds.delicious.com/v2/json/urlinfo/data", 36 | data: {url: url}, 37 | dataType: "jsonp", 38 | success: function (counts) { 39 | var hash, total_posts, title, txt_button; 40 | for (var i = 0; i < counts.length; ++ i) { 41 | var count = counts[i]; 42 | if (count.url === url) { 43 | total_posts = parseInt(count.total_posts, 10); 44 | hash = count.hash; 45 | title = count.title; 46 | break; 47 | } 48 | } 49 | if (total_posts) txt_button = $.fn.socialSharePrivacy.formatNumber(total_posts); 50 | else txt_button = options.txt_button; 51 | var save_url = "http://delicious.com/save?"+$.param({ 52 | v: "5", 53 | url: url, 54 | title: (typeof options.title === "function" ? 55 | options.title.call(this, options, uri, settings) : 56 | String(options.title)) || title 57 | }); 58 | 59 | $button.html(''); 60 | $button.find('i').text(options.txt_button); 61 | $button.find('b').text(txt_button); 62 | $button.find('a.icon').attr("href", hash ? "http://delicious.com/url/" + hash : save_url); 63 | var $count = $button.find('a.count').attr("href", save_url).click(function (event) { 64 | window.open(save_url + "&noui&jump=close", "delicious", "toolbar=no,width=555,height=555"); 65 | event.preventDefault(); 66 | }); 67 | 68 | if (total_posts) { 69 | $count.hover(function () { 70 | var $self = $(this); 71 | $self.find("b").stop(1, 1).css("display", "none"); 72 | $self.find("i").fadeIn(); 73 | }, function () { 74 | var $self = $(this); 75 | $self.find("i").stop(1, 1).css("display", "none"); 76 | $self.find("b").fadeIn(); 77 | }); 78 | } 79 | } 80 | }); 81 | 82 | return $button; 83 | } 84 | }; 85 | })(jQuery); 86 | -------------------------------------------------------------------------------- /javascripts/modules/pinterest.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz 3 | * 4 | * http://www.heise.de/extras/socialshareprivacy/ 5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html 6 | * 7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt, 8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de 9 | * 10 | * Copyright (c) 2012 Mathias Panzenböck 11 | * 12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 13 | * 14 | * Spread the word, link to us if you can. 15 | */ 16 | 17 | (function ($, undefined) { 18 | "use strict"; 19 | 20 | function get (self, options, uri, settings, name) { 21 | var value = options[name]; 22 | if (typeof value === "function") { 23 | return value.call(self, options, uri, settings); 24 | } 25 | return String(value); 26 | } 27 | 28 | var loadingScript = false; 29 | function loadScript () { 30 | // prevent already loaded buttons from being broken: 31 | $('.social_share_privacy_area .pinterest .pinit a[data-pin-log]').attr('data-pin-do','ignore'); 32 | $.ajax({ 33 | url : 'https://assets.pinterest.com/js/pinit.js', 34 | dataType : 'script', 35 | cache : true 36 | }); 37 | // because there is no callback yet I have no choice but to do this now: 38 | loadingScript = false; 39 | } 40 | 41 | $.fn.socialSharePrivacy.settings.services.pinterest = { 42 | 'status' : true, 43 | 'button_class' : 'pinit', 44 | 'dummy_line_img' : 'images/dummy_pinterest.png', 45 | 'dummy_box_img' : 'images/dummy_box_pinterest.png', 46 | 'dummy_alt' : '"Pin it"-Dummy', 47 | 'txt_info' : 'Two clicks for more privacy: The Pin it button will be enabled once you click here. Activating the button already sends data to Pinterest – see i.', 48 | 'txt_off' : 'not connected to Pinterest', 49 | 'txt_on' : 'connected to Pinterest', 50 | 'perma_option' : true, 51 | 'display_name' : 'Pinterest', 52 | 'referrer_track' : '', 53 | 'title' : $.fn.socialSharePrivacy.getTitle, 54 | 'description' : $.fn.socialSharePrivacy.getDescription, 55 | 'media' : $.fn.socialSharePrivacy.getImage, 56 | 'button' : function (options, uri, settings) { 57 | var params = { 58 | url : uri + options.referrer_track, 59 | media : get(this, options, uri, settings, 'media') 60 | }; 61 | var title = get(this, options, uri, settings, 'title'); 62 | var description = get(this, options, uri, settings, 'description'); 63 | if (title) params.title = title; 64 | if (description) params.description = description; 65 | 66 | var $code = $('77 | Share buttons without perma option: 78 |
79 | 80 | 81 | 82 |83 | Share buttons that use HTML5 localStorage for perma options: 84 |
85 | 86 | 87 | 88 |89 | Automatically set the perma option if you enable a service: 90 |
91 | 92 | 93 | 94 | 95 | 96 | -------------------------------------------------------------------------------- /demo/demo1_nl.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |52 | Boutons de démonstrations: 53 |
54 | 55 | 56 | 57 |58 | Social share privacy supporte plus qu'une seule liste de boutons par document. 59 |
60 | 61 | 62 | 63 |64 | Divers boutons peuvent utiliser divers options. Les boutons suivants 65 | utilisent par exemple l'URI "http://example.com/" au lieu de document.location. 66 |
67 | 68 | 69 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /demo/demo1_de.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |52 | Demo share Buttons: 53 |
54 | 55 | 56 | 57 |58 | Social share privacy unterstützt mehr als eine share Button Liste pro Dokument. 59 |
60 | 61 | 62 | 63 |64 | Unterschiedliche share Buttons können unterschiedliche Optionen verwenden. Diese 65 | share Buttons verwenden z.B. die URI "http://example.com/" statt document.location. 66 |
67 | 68 | 69 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /demo/demo1_es.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |52 | Demostración Botón para compartir: 53 |
54 | 55 | 56 | 57 |58 | Social share privacy soporta más de una lista de botones en un documento. 59 |
60 | 61 | 62 | 63 |64 | Diferentes botones pueden tener diferentes opciones. Por Ejemplo estos botones usa la URL 65 | "http://example.com" en vez de document.location. 66 |
67 | 68 | 69 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /demo/demo1_fr.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |53 | Boutons de démonstrations: 54 |
55 | 56 | 57 | 58 |59 | Social share privacy supporte plus qu'une seule liste de boutons par document. 60 |
61 | 62 | 63 | 64 |65 | Divers boutons peuvent utiliser divers options. Les boutons suivants 66 | utilisent par exemple l'URI "http://example.com/" au lieu de document.location. 67 |
68 | 69 | 70 | 71 | 72 | 73 | -------------------------------------------------------------------------------- /demo/demo1_it.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |52 | Dimostrazione pulsanti di condivisione: 53 |
54 | 55 | 56 | 57 |58 | Social share privacy può gestire piu liste di pulsanti di consivisione nello stesso documento. 59 |
60 | 61 | 62 | 63 |64 | Diversi pulsanti possono avere diverse opzioni. Ad esempio, questi pulsanti usano la URI 65 | "http://example.com/" anziché la document.location. 66 |
67 | 68 | 69 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /demo/demo1_pt.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |52 | Demonstração dos botões: 53 |
54 | 55 | 56 | 57 |58 | Social share privacy tem suporte a mais de uma lista de botões no mesmo documento. 59 |
60 | 61 | 62 | 63 |64 | Diferentes botões de compartilhamento podem ter opções diferentes. Por exemplo, estes botões usam a URI "http://example.com/" em vez de document.location. 65 |
66 | 67 | 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /javascripts/modules/facebook.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz 3 | * 4 | * http://www.heise.de/extras/socialshareprivacy/ 5 | * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html 6 | * 7 | * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt, 8 | * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de 9 | * 10 | * Copyright (c) 2012 Mathias Panzenböck 11 | * 12 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 13 | * 14 | * Spread the word, link to us if you can. 15 | */ 16 | (function ($, undefined) { 17 | "use strict"; 18 | 19 | var locales = {"af":["ZA"],"ar":["AR"],"az":["AZ"],"be":["BY"],"bg":["BG"],"bn":["IN"],"bs":["BA"],"ca":["ES"],"cs":["CZ"],"cy":["GB"],"da":["DK"],"de":["DE"],"el":["GR"],"en":["GB","PI","UD","US"],"eo":["EO"],"es":["ES","LA"],"et":["EE"],"eu":["ES"],"fa":["IR"],"fb":["LT"],"fi":["FI"],"fo":["FO"],"fr":["CA","FR"],"fy":["NL"],"ga":["IE"],"gl":["ES"],"he":["IL"],"hi":["IN"],"hr":["HR"],"hu":["HU"],"hy":["AM"],"id":["ID"],"is":["IS"],"it":["IT"],"ja":["JP"],"ka":["GE"],"km":["KH"],"ko":["KR"],"ku":["TR"],"la":["VA"],"lt":["LT"],"lv":["LV"],"mk":["MK"],"ml":["IN"],"ms":["MY"],"nb":["NO"],"ne":["NP"],"nl":["NL"],"nn":["NO"],"pa":["IN"],"pl":["PL"],"ps":["AF"],"pt":["BR","PT"],"ro":["RO"],"ru":["RU"],"sk":["SK"],"sl":["SI"],"sq":["AL"],"sr":["RS"],"sv":["SE"],"sw":["KE"],"ta":["IN"],"te":["IN"],"th":["TH"],"tl":["PH"],"tr":["TR"],"uk":["UA"],"vi":["VN"],"zh":["CN","HK","TW"]}; 20 | 21 | $.fn.socialSharePrivacy.settings.services.facebook = { 22 | 'status' : true, 23 | 'button_class' : 'fb_like', 24 | 'dummy_line_img' : 'images/dummy_facebook.png', 25 | 'dummy_box_img' : 'images/dummy_box_facebook.png', 26 | 'dummy_alt' : 'Facebook "Like"-Dummy', 27 | 'txt_info' : 'Two clicks for more privacy: The Facebook Like button will be enabled once you click here. Activating the button already sends data to Facebook – see i.', 28 | 'txt_off' : 'not connected to Facebook', 29 | 'txt_on' : 'connected to Facebook', 30 | 'perma_option' : true, 31 | 'display_name' : 'Facebook Like/Recommend', 32 | 'referrer_track' : '', 33 | 'action' : 'like', 34 | 'colorscheme' : 'light', 35 | 'font' : '', 36 | 'button' : function (options, uri, settings) { 37 | // ensure a locale that is supported by facebook 38 | // otherwise facebook renders nothing 39 | var match = /^([a-z]{2})_([A-Z]{2})$/.exec(options.language); 40 | var locale = "en_US"; 41 | 42 | if (match) { 43 | if (match[1] in locales) { 44 | var subs = locales[match[1]]; 45 | if ($.inArray(match[2], subs) !== -1) { 46 | locale = options.language; 47 | } 48 | else { 49 | locale = match[1]+"_"+subs[0]; 50 | } 51 | } 52 | } 53 | else if (options.language in locales) { 54 | locale = options.language+"_"+locales[options.language][0]; 55 | } 56 | 57 | var params = { 58 | locale : locale, 59 | href : uri + options.referrer_track, 60 | send : 'false', 61 | show_faces : 'false', 62 | action : options.action, 63 | colorscheme: options.colorscheme 64 | }; 65 | if (options.font) params.font = options.font; 66 | 67 | if (settings.layout === 'line') { 68 | params.width = '120'; 69 | params.height = '20'; 70 | params.layout = 'button_count'; 71 | } 72 | else { 73 | params.width = '62'; 74 | params.height = '61'; 75 | params.layout = 'box_count'; 76 | } 77 | return $('').attr( 78 | 'src', 'https://www.facebook.com/plugins/like.php?'+$.param(params)); 79 | } 80 | }; 81 | })(jQuery); 82 | -------------------------------------------------------------------------------- /stylesheets/modules/hackernews.css: -------------------------------------------------------------------------------- 1 | .social_share_privacy_area.line .hackernews img.privacy_dummy { 2 | width: 20px; 3 | height: 20px; 4 | margin-right: 70px; 5 | } 6 | .social_share_privacy_area.box .hackernews img.privacy_dummy { 7 | width: 62px; 8 | height: 62px; 9 | } 10 | .social_share_privacy_area .hackernews .hackernews-widget { 11 | line-height: 20px; 12 | font-size: 11px; 13 | font-family: Arial, sans-serif; 14 | cursor: text; 15 | white-space: nowrap; 16 | text-align: left; 17 | } 18 | .social_share_privacy_area .hackernews .hackernews-widget a.name { 19 | overflow: hidden; 20 | font-weight: bold; 21 | font-size: 12px; 22 | text-decoration: none; 23 | text-align: center; 24 | color: #ffffff; 25 | height: 20px; 26 | border-radius: 3px; 27 | background-color: #ff6600; 28 | } 29 | .social_share_privacy_area.line .hackernews .hackernews-widget { 30 | min-width: 90px; 31 | } 32 | .social_share_privacy_area.line .hackernews .hackernews-widget .points { 33 | display: inline-block; 34 | padding: 0px 4px; 35 | vertical-align: top; 36 | } 37 | .social_share_privacy_area.line .hackernews .hackernews-widget a.name { 38 | display: inline-block; 39 | width: 20px; 40 | } 41 | .social_share_privacy_area.box .hackernews .hackernews-widget { 42 | display: block; 43 | width: 62px; 44 | height: 62px; 45 | margin: auto; 46 | } 47 | .social_share_privacy_area.box .hackernews .hackernews-widget a.name { 48 | display: block; 49 | width: 62px; 50 | } 51 | .social_share_privacy_area .hackernews .hackernews-widget a.name:hover { 52 | background-color: #ff8635; 53 | } 54 | .social_share_privacy_area .hackernews .hackernews-widget a.name:active { 55 | background-color: #ff8635; 56 | -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); 57 | -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); 58 | box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); 59 | } 60 | .social_share_privacy_area .hackernews .hackernews-widget .points { 61 | position: relative; 62 | height: 18px; 63 | border: 1px solid #bbb; 64 | background: white; 65 | border-radius: 3px; 66 | text-align: center; 67 | } 68 | .social_share_privacy_area .hackernews .hackernews-widget .points a { 69 | font-weight: normal; 70 | } 71 | .social_share_privacy_area.line .hackernews .hackernews-widget .points { 72 | margin-left: 4px; 73 | min-width: 1em; 74 | } 75 | .social_share_privacy_area.box .hackernews .hackernews-widget .points { 76 | display: block; 77 | width: 60px; 78 | height: 35px; 79 | line-height: 35px; 80 | font-size: 14px; 81 | margin-bottom: 5px; 82 | } 83 | .social_share_privacy_area.line .hackernews .hackernews-widget .points u, 84 | .social_share_privacy_area.line .hackernews .hackernews-widget .points i { 85 | position: absolute; 86 | zoom: 1; 87 | line-height: 0; 88 | width: 0; 89 | height: 0; 90 | left: 0; 91 | top: 50%; 92 | margin: -4px 0 0 -4px; 93 | border: 4px transparent solid; 94 | border-right-color: #aaa; 95 | border-left: 0; 96 | } 97 | .social_share_privacy_area.line .hackernews .hackernews-widget .points u { 98 | margin-left: -3px; 99 | border-right-color: #fff; 100 | } 101 | .social_share_privacy_area.box .hackernews .hackernews-widget .points u, 102 | .social_share_privacy_area.box .hackernews .hackernews-widget .points i { 103 | position: absolute; 104 | zoom: 1; 105 | line-height: 0; 106 | top: auto; 107 | left: 50%; 108 | bottom: 0; 109 | right: auto; 110 | margin: 0 0 -4px -4px; 111 | border: 4px transparent solid; 112 | border-top-color: #aaa; 113 | border-bottom: 0; 114 | width: 0; 115 | height: 0; 116 | } 117 | .social_share_privacy_area.box .hackernews .hackernews-widget .points u { 118 | margin-bottom: -3px; 119 | border-top-color: #fff; 120 | } 121 | .social_share_privacy_area .hackernews .hackernews-widget .points a { 122 | color: #333; 123 | text-decoration: none; 124 | } 125 | .social_share_privacy_area .hackernews .hackernews-widget .points a:hover { 126 | color: #333; 127 | text-decoration: underline; 128 | } 129 | -------------------------------------------------------------------------------- /javascripts/modules/tumblr.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz 3 | * 4 | * Copyright (c) 2012 Mathias Panzenböck 5 | * 6 | * is released under the MIT License http://www.opensource.org/licenses/mit-license.php 7 | * 8 | * Spread the word, link to us if you can. 9 | */ 10 | (function ($, undefined) { 11 | "use strict"; 12 | 13 | function getQuote (options, uri, settings) { 14 | var text = $.trim($('article, p').text()); 15 | 16 | if (text.length <= 600) { 17 | return text; 18 | } 19 | 20 | var abbrev = text.slice(0, 597); 21 | if (/^\w+$/.test(text.slice(596,598))) { 22 | var match = /^(.*)\s\S*$/.exec(abbrev); 23 | if (match) { 24 | abbrev = match[1]; 25 | } 26 | } 27 | return $.trim(abbrev) + "\u2026"; 28 | } 29 | 30 | function getClickthru (options, uri) { 31 | return uri + options.referrer_track; 32 | } 33 | 34 | function get (self, options, uri, settings, name) { 35 | var value = options[name]; 36 | if (typeof value === "function") { 37 | return value.call(self, options, uri, settings); 38 | } 39 | return String(value); 40 | } 41 | 42 | function openTumblr (event) { 43 | var winx = window.screenX || window.screenLeft; 44 | var winy = window.screenY || window.screenTop; 45 | var winw = window.outerWidth || window.innerWidth; 46 | var winh = window.outerHeight || window.innerHeight; 47 | var width = 450; 48 | var height = 430; 49 | var x = Math.round(winx + (winw - width) * 0.5); 50 | var y = Math.round(winy + (winh - height) * 0.5); 51 | window.open(this.href, 't', 'left='+x+',top='+y+',toolbar=0,resizable=0,status=0,menubar=0,width='+width+',height='+height); 52 | event.preventDefault(); 53 | } 54 | 55 | $.fn.socialSharePrivacy.settings.services.tumblr = { 56 | 'status' : true, 57 | 'privacy' : 'safe', 58 | 'button_class' : 'tumblr', 59 | 'line_img' : 'images/tumblr.png', 60 | 'box_img' : 'images/box_tumblr.png', 61 | 'txt_info' : 'Post this on Tumblr.', 62 | 'txt_button' : 'Share on Tumblr', 63 | 'display_name' : 'Tumblr', 64 | 'referrer_track' : '', 65 | 'type' : 'link', // possible values are 'link', 'quote', 'photo' or 'video' 66 | // type: 'link': 67 | 'name' : $.fn.socialSharePrivacy.getTitle, 68 | 'description' : $.fn.socialSharePrivacy.getDescription, 69 | // type: 'quote': 70 | 'quote' : getQuote, 71 | // type: 'photo': 72 | 'photo' : $.fn.socialSharePrivacy.getImage, 73 | 'clickthrou' : getClickthru, 74 | // type: 'video': 75 | 'embed' : $.fn.socialSharePrivacy.getEmbed, 76 | // type: 'photo' or 'video': 77 | 'caption' : $.fn.socialSharePrivacy.getDescription, 78 | 'button' : function (options, uri, settings) { 79 | var $code = $('').click(openTumblr); 80 | $('96 | ... 97 |
98 | 99 | 100 | 101 |102 | ... 103 |
104 | 105 | 110 | 111 |112 | ... 113 |
114 | 115 | 116 | 117 |118 | ... 119 |
120 | 121 | 122 | 123 | 124 | 125 | --------------------------------------------------------------------------------