From 6fd47024b7496d318743b9a380324617f7e19c5d Mon Sep 17 00:00:00 2001
From: lucha <lucha@paranoici.org>
Date: Wed, 25 Jul 2012 00:24:11 +0200
Subject: [PATCH] updated Privacy Share Buttons plugin

---
 .../css/socialshareprivacy.css                | 134 ++--
 .../images/dummy_gplus.png                    | Bin 724 -> 775 bytes
 .../images/dummy_identica.png                 | Bin 3913 -> 3041 bytes
 .../images/identica-share-button.png          | Bin 0 -> 608 bytes
 .../images/ui-bg_glass_65_ffffff_1x400.png    | Bin 0 -> 105 bytes
 .../images/ui-bg_glass_75_dadada_1x400.png    | Bin 0 -> 111 bytes
 .../images/ui-bg_glass_75_e6e6e6_1x400.png    | Bin 0 -> 110 bytes
 .../images/ui-icons_222222_256x240.png        | Bin 0 -> 4369 bytes
 .../images/ui-icons_2e83ff_256x240.png        | Bin 0 -> 4369 bytes
 .../images/ui-icons_454545_256x240.png        | Bin 0 -> 4369 bytes
 .../images/ui-icons_888888_256x240.png        | Bin 0 -> 4369 bytes
 .../images/ui-icons_cd0a0a_256x240.png        | Bin 0 -> 4369 bytes
 .../js/jquery.privacysharebuttons.js          | 642 ++++++++++--------
 .../js/jquery.privacysharebuttons.min.js      |   2 +-
 .../libs/identishare.php                      |  98 ---
 .../libs/identishare/bubble-right.png         | Bin 3035 -> 0 bytes
 .../libs/identishare/bubble.png               | Bin 573 -> 0 bytes
 .../libs/identishare/button.png               | Bin 1429 -> 0 bytes
 .../libs/identishare/share.png                | Bin 3669 -> 0 bytes
 .../privacy-share-buttons.php                 |  26 +-
 .../plugins/privacy-share-buttons/readme.txt  |   4 -
 21 files changed, 439 insertions(+), 467 deletions(-)
 create mode 100644 wp-content/plugins/privacy-share-buttons/images/identica-share-button.png
 create mode 100644 wp-content/plugins/privacy-share-buttons/images/ui-bg_glass_65_ffffff_1x400.png
 create mode 100644 wp-content/plugins/privacy-share-buttons/images/ui-bg_glass_75_dadada_1x400.png
 create mode 100644 wp-content/plugins/privacy-share-buttons/images/ui-bg_glass_75_e6e6e6_1x400.png
 create mode 100644 wp-content/plugins/privacy-share-buttons/images/ui-icons_222222_256x240.png
 create mode 100644 wp-content/plugins/privacy-share-buttons/images/ui-icons_2e83ff_256x240.png
 create mode 100644 wp-content/plugins/privacy-share-buttons/images/ui-icons_454545_256x240.png
 create mode 100644 wp-content/plugins/privacy-share-buttons/images/ui-icons_888888_256x240.png
 create mode 100644 wp-content/plugins/privacy-share-buttons/images/ui-icons_cd0a0a_256x240.png
 delete mode 100644 wp-content/plugins/privacy-share-buttons/libs/identishare.php
 delete mode 100644 wp-content/plugins/privacy-share-buttons/libs/identishare/bubble-right.png
 delete mode 100644 wp-content/plugins/privacy-share-buttons/libs/identishare/bubble.png
 delete mode 100644 wp-content/plugins/privacy-share-buttons/libs/identishare/button.png
 delete mode 100644 wp-content/plugins/privacy-share-buttons/libs/identishare/share.png

diff --git a/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css b/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css
index d290ed2ad..25fb11b07 100755
--- a/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css
+++ b/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css
@@ -1,71 +1,73 @@
-.social_share_privacy {clear:both; margin:0 auto; width:100%; margin-bottom:15px;}
-.social_share_privacy_area {clear:both; margin:20px 0 !important; padding:0; height:25px; width:100%;}
-.social_share_privacy_area li {margin:0 !important; padding:0; height:20px; float:left; list-style-type:none !important; list-style:none !important; background:none !important;}
-.social_share_privacy_area li .dummy_btn {float:left; margin-left:10px; cursor:pointer; padding:0;}
+.social_share_privacy {width:100%;}
+.social_share_privacy_area ul {position:relative;}
+.social_share_privacy_area li {float:left; list-style-type:none !important; list-style:none !important;}
+.social_share_privacy_area li .dummy_btn {cursor:pointer;}
 
-/* Facebook begin */
-.social_share_privacy_area .facebook {width: 175px;}
-.social_share_privacy_area .facebook .fb_edge_comment_widget {width:400px;}
-/* .social_share_privacy_area .facebook div.dummy_btn {width: 150px;}
- *//* Facebook end */
+/* Tooltips */
+.social_share_privacy .dropdown {border:1px solid #ccc; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; -moz-box-shadow:0 3px 4px #999; -webkit-box-shadow:0 3px 4px #999; box-shadow:0 3px 4px #999; background-color:#F7F7F7; color:#000; z-index:500; padding:4px 5px; font-weight: bold;}
+.social_share_privacy_area li {position:relative;}
+.social_share_privacy_area li span.info {position:absolute; bottom:35px;}
 
-/* Identica begin */
-.social_share_privacy_area .identica {width:148px;}
-/* identica end */
+/* Info & Option dropdown */
+.social_share_privacy_area .psb_info {position:absolute; bottom:8em; width:150px;}
+.social_share_privacy_area #option-dropdown label.checked {color:#090;}
+.social_share_privacy_area div#option-dropdown {position:absolute; bottom:-6em; float:left;}
 
-/* Twitter begin */
-.social_share_privacy_area .twitter {width:148px;}
-.social_share_privacy_area li div.tweet {width:115px;}
-/* Twitter end */
+/* Services */
+.social_share_privacy_area li div {width:100px;}
+.social_share_privacy_area .twitter {width:80px;}
+.social_share_privacy_area .facebook {width: 125px; padding-right:10px;}
+.social_share_privacy_area .identica {width:125px;}
+.ui-icon-identica { background-image: url("../images/identica-share-button.png") !important; }
+.ui-icon-identica-dummy { background-image: url("../images/dummy_identica.png") !important; }
 
-/* Google+ begin */
-.social_share_privacy_area .gplus {width:123px;}
-.social_share_privacy_area li div.gplusone {width:90px;}
-/* Google+ end */
-
-/* Flattr begin */
-.social_share_privacy_area .flattr {width:148px;}
-.social_share_privacy_area li div.flattrbtn {width:115px;}
-/* Flattr end */
-
-/* Switch begin */
-.social_share_privacy_area li .switch {display: none; text-indent:-9999em; background:transparent url(../images/socialshareprivacy_on_off.png) no-repeat 0 0 scroll; width:23px; height:12px; overflow:hidden; float:left; margin:4px 0 0; cursor:pointer;}
-.social_share_privacy_area li .switch.on {background-position:0 -12px;}
-/* Switch end */
-
-/* Tooltips begin */
-.social_share_privacy_area li.help_info {position:relative; padding:0 !important; margin:10px 0 !important;}
-.social_share_privacy_area li.help_info .info, .social_share_privacy_area li .help_info.icon .info {display:none; position:absolute; bottom:40px; left:-10px; width:290px; padding:10px 15px; font-size:12px; line-height:16px; font-weight:bold; border:1px solid #ccc; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; -moz-box-shadow:0 3px 4px #999; -webkit-box-shadow:0 3px 4px #999; box-shadow:0 3px 4px #999; background-color:#fdfbec; color:#000; z-index:500;}
-.social_share_privacy_area li .help_info.icon .info {left:-150px; width:350px;}
-.social_share_privacy_area li.help_info.display .info, .social_share_privacy_area li .help_info.icon.display .info {display:block;}
-.social_share_privacy_area li.help_info.info_off.display .info {display:none;}
-.social_share_privacy_area li .help_info.icon {background:#fff url(../images/socialshareprivacy_info.png) no-repeat center center scroll; width:25px; height:20px; position:relative; display:inline-block; vertical-align:top; border:2px solid #e7e3e3; border-right-width:0; -moz-border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px; border-radius:5px 0 0 5px;}
-.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {border-top-width:0; border-left-width:0;}
-.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {border-right-width:2px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
-/* Tooltips end */
-
-/* Settings/Info begin */
-.social_share_privacy_area li.settings_info {position:relative; top:8px; width:135px; overflow:visible;}
-.social_share_privacy_area li.settings_info a {text-decoration:none; margin:0 !important;}
-.social_share_privacy_area li.settings_info .settings_info_menu {background-color:#f3f4f5; border:2px solid #e7e3e3; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:2px 2px 3px #c1c1c1; -webkit-box-shadow:2px 2px 3px #c1c1c1; box-shadow:3px 3px 3px #c1c1c1; left:0; position:absolute; top:0; width:135px; z-index:10;}
-.social_share_privacy_area li.settings_info .settings_info_menu.off {border-width:0; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; background-color:transparent; }
-.social_share_privacy_area li.settings_info .settings_info_menu.off form {display:none;}
-.social_share_privacy_area li.settings_info .settings_info_menu .settings {text-indent:-9999em; display:inline-block; background: #fff url(../images/settings.png) no-repeat center center scroll; width:25px; height:20px; border:2px solid #e7e3e3; -moz-border-radius:0 5px 5px 0; -webkit-border-radius:0 5px 5px 0; border-radius:0 5px 5px 0; border-left:1px solid #ddd;}
-.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {border-top-width:0;}
-.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {border-width: 0; margin:0; padding:0 10px 10px; }
-.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {font-size:11px; font-weight:bold; line-height:14px; margin:0; padding:10px 0; width:115px; color:#151515;}
-.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {clear:both; float:left; margin:4px 10px 4px 0; width:auto;}
-.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {display:inline-block; float:left; font-size:12px; font-weight:bold; line-height:24px; -moz-transition:color .5s ease-in; -webkit-transition:color .5s ease-in; transition:color .5s ease-in; color:#151515; margin-bottom:0px;}
-.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {color:#090;}
-
-
-@media (max-width: 800px) {
-	.social_share_privacy_area .settings_info {clear: left;}
+.count-o {
+    position: relative;
+    float: right;
+    top: 3px;
+    background: none repeat scroll 0 0 #fff;
+    border: 1px solid #bbb;
+    min-height: 18px;
+    min-width: 15px;
+    max-width: 30px;
+    text-align: center;
+    visibility: visible;
+    -moz-border-radius: 3px; 
+    -webkit-border-radius: 3px;
+    border-radius: 3px;
+    margin: 0 0 0 5px;
+    -moz-box-sizing: border-box;
+    -webkit-box-sizing: border-box;
+    -ms-box-sizing: border-box;
+    box-sizing: border-box;
 }
-
-/* Clearfix (as it will come in WP 3.4)
------------------------------------------------ */
-.clearfix:after {content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
-.clearfix {display:inline-block;}
-html[xmlns] .clearfix {display:block;}
-* html .clearfix {height:1%;}
\ No newline at end of file
+#count {
+    color: #333;
+}
+#count:hover, #count:focus {
+    color: #333;
+    text-decoration: underline;
+}
+.count-o i, .count-o u {
+    border: 4px transparent solid;
+    -moz-border-bottom-colors: none;
+    -moz-border-image: none;
+    -moz-border-left-colors: none;
+    -moz-border-right-colors: none;
+    -moz-border-top-colors: none;
+    border-color: transparent #aaa transparent -moz-use-text-color;
+    border-style: solid solid solid none;
+    border-width: 4px 4px 4px 0;
+    border-right-color: #aaa;
+    height: 0;
+    left: 0;
+    line-height: 0;
+    margin: -4px 0 0 -4px;
+    position: absolute;
+    top: 50%;
+    width: 0;
+}
+.count-o u {
+	border-right-color: #fff;
+    margin-left: -3px;
+}
\ No newline at end of file
diff --git a/wp-content/plugins/privacy-share-buttons/images/dummy_gplus.png b/wp-content/plugins/privacy-share-buttons/images/dummy_gplus.png
index e26102922d7d2720e8f42cc166aff9cfeb2d500c..37e5cec7119d91da15b8a71d6ffc60ed1960570e 100644
GIT binary patch
delta 714
zcmV;*0yX{A1&0QZNq?zHL_t(|+PqdxODbU)J!6*92Ur`e7KN>Xwp}PB2oX1~65NQ^
zCa^!z<=#Khro|0G+_ckn;U<DK0#Oh*k%FOMS@dQ0b>}=ZgMpK`=z8Fp(f6I1^UQh9
z`@Ew-MLL~cRZr_`{6Ke*Qe$&&ZtjngN~Jc2hK7DkOiW;4V1J-1?00u}D3{B)xw-ji
zetCIWpPZb8$z;Og<6~D6=<DkPIkVa9y7~3>)vhQC)I`uNsGJ}txv4-`$y<{kFBQPU
z!vp2O_4PH1#iG<mgVkz<$K%21=;(h*LKKKZB5=FiSXfwq*=$B4kw8A5$L#E^kl)|m
ze@Ug?-CdMQC4Yp&;kNU-0)vBtn3|f>-+XClNtDRta&R~tu-omQB5pJqI5;>Ea*fDH
z0TU;=0-DXH3^1Oao-jQ<Ef>{lHGSMDqS5HP|FKvMl}ZJ@y}de7yAW<3E-x>|2dxuS
zg<wfKCGh5GJ!WQR5C{a&-{0Rc0r9}|^D_#Cg4A5Y?SJhpEEbEDfETv|y+h@Qt*tFt
z-@#xI^YioXdWzBgx(A4(qa*b6^k95^9Mx(SCnqOZUS1XjjB2>HwkB`Cy}gZ<l@%eP
zVYQ?>C7`bY-kix~#59M8hoXqz@5k`)@Q2+|Gc6xP#o7^cQb0UFvpAhjc)eaBCwOi(
z=0_0<g@4+Pw<cof0sbHngL2wzHYq_o9>?P1BF4tXIxahPQ)xR+Kk%7G^LhzRPfu}i
zaUpWkxs;w=ac^%=l;Otl6&Mk}Ga(OWXJ<mh?U<$`lF6jB=l%VCjEsy(Qr`{nfGR`T
z<#I{Qudc3eets@$P<}2aEx~{B!e`>G@06Lq=0oxEv9!-tbJXi~X()vH!Sb!-^c%}g
wZiNIpJ3AY1pJetf?Zy>;lKFhT-+u)d00|ewi}MXZ?f?J)07*qoM6N<$g0o3v?*IS*

delta 663
zcmV;I0%-k*2Gj+RNq=@pL_t(|+Qe49s$xM5j;>(0{^Bo)Vqvisf;LvSvC(qhz(TO{
zEv$V9D=kC>A7sTwL=+V92dzX!LEV#Ca>$9}^>UjHs541U^369%j<(0+0rh(Qfxq~%
z*=&|yr_%{KA^%h=1$MjLqT~BSBB9n4j|BJWbUOIMkOwz#L4PO1Zb?dd{Gj;#e$z&Y
zxp+Jt(^txNyZvpaVB87U{1nngKsa#p*Xik5u4C(@Ba_KMGMTglkV$wDens35*Z2GV
zDJiYV&htzr6L2UP27vz|3IL)(WU@$PExfXQM>sQz0iy0Z$)ta$(}Cr33AI}7EeHjG
z?nV}y+@H^9Sbr=Q;PraV%IEjK-|wN-YN_NtpU>3mYKV)22azY|`}uqh&1Mtw`8*Vh
zMKjRpbb@ZT3!~A<1Qn0REv)h@mWNa|aJ${!QcXeRl??_17>~yg4u|1#xhN(=q0pCN
zVn;mHfRtXZ2b;|XuGgzVJRA;THk&Chl}ZI%E*F%`Wq*i9qtIwHlpX=dQ|szVG4Kum
zCO0OQ>2o|D;cz%8^r)j2COt|d60yt#U3?nb3czP{;ptGO(<!vuZOG+vP$(2YK8FR0
z$pV3ZMXxJ7-a+OZ_(}~>K%GAVL>mH-_Rrc{+XcF@>~^~$o6V{UC;GS@uL>m=i)rV|
zD<+;8;D3{m3l`hQ$A<#PDW(Lw-A?VP0QvoM5b`DEkWRYZ<*Z<GdiC-OuU4z(v*;t=
zpz=^A038Fm5le~5_O8!gwcXPd;MZ!kf?zQC^vZoT?{$IR^}Lkzdi~Ge`1;xJ_x~8W
x1gBO8e>JN4{{p@zR%JZSVyRU6^;dua0BzYN?GW6plQ#eW002ovPDHLkV1ixpNZbGb

diff --git a/wp-content/plugins/privacy-share-buttons/images/dummy_identica.png b/wp-content/plugins/privacy-share-buttons/images/dummy_identica.png
index 638f9686ba1a468fde082fe448ef624e26df1c9a..ae94648d602334cf66349520babb8452bd32203e 100644
GIT binary patch
delta 411
zcmV;M0c8Hk9^n@uiBL{Q4GJ0x0000DNk~Le0000C0000C2m}BC0Q`KEY_TCy3V#A(
zOGiWi|A&vvzW@LL32;bRa{vGh*8l(w*8xH(n|J^K00(qQO+^RX2New!9U!C>*8l(k
zBS}O-R2b7W$-heiQ2+<<?|a^bU3YaPY7KUFru2hosimftz#*uiAp{$Os0OF@{)=>N
zaPYqff(&wt;;2l*1TRy|(@T8sdVdY!XZ?_QSXd1$ohT{E9JD?QwcPDP9M2$tv3yjj
zk8p4>c$i{$nX8-$vKHE@Hsm^K=6@_DsHcUl;ClVFh=cQt*cY>lKny@6eCTeAJsY5E
zildpYJSI>EP_=K)#vo~lD3wf(o)yCr{<)V7jug-+YkAOuWeoXNWDu|2rEnhw4|+Nh
z9>&}*$H3{@w3eG@LQhr}P7T%E*t&S>`|(|ScL}h0Y-Zc=gFym=A5Gyp<*1L4xBGh0
zNXoPi&O2YWBPdsSiO3S0L;w@xGn(4z_Zq*w(NHi(;(soOa`SyH$^`%b002ovPDHLk
FV1i0*tF!<B

delta 1264
zcmV<M1P}Y+7s(zWiBL{Q4GJ0x0000DNk~Le0000o0000K2nGNE0ME*9nz12L3J(Ti
zOGiWi{{a60|De66laqc5AAbT54k0elTma+%00f6gL_t(Y$IX||Yg1Vi$3OQ+-b<Pi
zRI1R#M5}ZVMl8B$#~+kYklOwOW2ewTup1G<tt)o}E)?9k97;RPRwxmvW;0AFgH%kc
z*eq<r^eIKqVtzC)@5e0c3u&#iX*-N(^Wfcc@A-buJ?GqWgzx(R2!A2Og9i`v(W6I)
zl~O}Oh{H;$79oUWbJ2jqe<;51dyeB&fcaXjHumPto8K(Ua&F(g?FRq=L^_>LnWp*2
z-o1N|x3;!Mecwk2fe?a#?EfVJhE*Jg%jI&n*81v^BS(G$3V<&H65()oDv?OEE2S_^
z6RkB;%BDyJx|U@zH-9(B>({RVICkt9ot>Q|5{Wf>>%neD#`8RCwHmf<<GL<y-@bik
z+x8C^FJ3H&OeUi}&-*i(Om>GtArXm0Fbo5&^_EFA>P<{ckjv#Z)H`wF1Oo#D8<N?K
zNTB054z_JmsZ_9So5jV&zw`P0S#8_)&j$`1IIffukw}DaIDd?ka?6J|>OFq^m|QML
zDwSejV1Q&Yi4X$IvUvFLAunFMKq*CEUtc|J15#VH6+{Yv=Xvbgx9|Ioj*efXVHkta
zXf$e?CZ=iDm6}XMN~IFdo;{<jt&J;Ju8>Nl>g(}%oRN_c+S}WinVF$lt*(jtt&#{t
zN{L|@n5IcI8h>pGg+fCT=oCV%VY;1UeEISv0H;r%#x%_@Zd55ncXu}cGcz-F2W+>H
zNGZ`es8t-6N~zXn!su&a+crQwp*PB(;Fet1Z7Mgu=Dc99);c1E5OSv^8o@3vFMshr
z_<sEOam|{Pa>ou_CG|O$cKS{TAxI{Z04yynec`nL?0@9sB)MFU`}gm2<Hil9rl!~p
z`v7vc9<BZR_XE(;(Xru;jE#*kF)@MTICOP&v9z?r-Me>5r_;M)U++eK0K9tj3V>?0
z%A-e*SXfx#(4j;1waLjzVzC(a?%g9EkMsWhd#+!<&iME^{r&wrC*u3QyPXoaUKSP>
z02mz|Wq;3}JuELT*Z&0xe(v14dNF8gYvatBGo;gLR#sLBhr>JS!?f$V#hvz3zVA~k
z7P)ZY0;f)$A`}YYI1c4<8Gx3S76u0gnVp?oV<#xtLAh?$W^k74x@8H>d7g*kIC!47
z?PMPw9;T<KhfpX~e}QAM7_nFktu?*9z0A+gbAR*ZO$vnqckbMwP$<yb+q*3%2AEe#
z&8wlIA+*+gT5Cf}iBhWRFlz*|es8eW)zw9zP#~Ml^8ER8W@l$PdGaLJu3f`0jHXFc
zt5qtM3ZFiGDwRs5UqvR9(Z26z4jw#sHfS1~ZB-hpQxK*Bq4i;FSr)f$-J(*dFgiNg
zbbnX{B+BJ7wOWnE#l^q!`TUOp5Ko>wNhqbJ<MDXAQc5(o@ms0$>u+Q;{cJYN^z<|%
zBO^`EBaY*+va*8bdA?;??<$o_Pk(>^KVsFWc>45d5(oyX)^BB~+DMAUV(G(&57}z9
zdim0&OP>d;#!)wu$tcHh2DR3gf$x-3tuaCf^(}z+ecy9kw+Q5I+y31!jPdj5&%6FA
afqwzhAv(7t!Sag$0000<MNUMnLSTYh)?%Un

diff --git a/wp-content/plugins/privacy-share-buttons/images/identica-share-button.png b/wp-content/plugins/privacy-share-buttons/images/identica-share-button.png
new file mode 100644
index 0000000000000000000000000000000000000000..716c41081d12c85c769911411c0b751b3a327a55
GIT binary patch
literal 608
zcmV-m0-ybfP)<h;3K|Lk000e1NJLTq000aC000aK1^@s6R&`wG00001b5ch_0Itp)
z=>Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01ejw01ejxLMWSf0005=Nkl<ZD9>ff
zPixa)00-dTo1~dG=^ENKJqRU4ibZsudhpL}gE0!qE<-I0#EZ)CBnVzS?<j)yA~L1g
zegO9Y3Nk4}K~a0Eg&<8@+b(uVo4oIvc+i9BbAL!9k-$|-(a7a=V|n?ul1x?wNiyRg
z7#|LY&7o!0Hf;OzYeB%ZC;|b1$H3Xk+uH}JZdWFhf>Vl^QZUXD7Yg)4yM4FP>(zDv
zkcO`7=QlU4Os|(1+BO-CM)jllymL%Zav4qAN{6B5X&T<PS{H5r`*^pq@^D<K#NBc^
zeg>QdfI5EL0rFp0SADBkjN9e10|0`ms#QWMhNDsaCh+BzD5Cl&+y|VGt=2uhxQHx}
zdLc=MAV`uKF@~SBS*H%*I_LPC9frFe=ZIWa$}TOXgeVNhF=I%kQn@Prmjceok^~UK
z$CJsC;5tr|bB>IrZS4U0e}i5sZ6v}FE@M+G2pqw&tXgCkG#!T8m9@2RO<BJ42vDB`
z7xzk~C*w|M&Qui>*Zuwg@Cg9CG0j`24CCo>+Xhorc#I(-Ns#ArFhv0!3}Vmsr+fXr
zAtnIw(se&AcDwt!X|5+lQ4l>3F{P~U`-je8FqJtM<RDOg00$%wNDhzzkOh#wL`Wg8
uD5~vw^Y?K)oB`e$Kwn>2IC&xri@yMe?dQPIzw;OX0000<MNUMnLSTaD)df}n

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/privacy-share-buttons/images/ui-bg_glass_65_ffffff_1x400.png b/wp-content/plugins/privacy-share-buttons/images/ui-bg_glass_65_ffffff_1x400.png
new file mode 100644
index 0000000000000000000000000000000000000000..42ccba269b6e91bef12ad0fa18be651b5ef0ee68
GIT binary patch
literal 105
zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnouqzpV=978O6-=0?FV^9z|eBtf=
z|7WztIJ;WT>{+tN>ySr~=F{k$>;_x^_y?afmf9pRKH0)6?eSP?3s5hEr>mdKI;Vst
E0O<Z9>;M1&

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/privacy-share-buttons/images/ui-bg_glass_75_dadada_1x400.png b/wp-content/plugins/privacy-share-buttons/images/ui-bg_glass_75_dadada_1x400.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a46b47cb16631068aee9e0bd61269fc4e95e5cd
GIT binary patch
literal 111
zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnouq|7{B978O6lPf+wIa#m9#>Unb
zm^4K~wN3Zq+uP<E-4iDYHYX${Ii)G?xY5!0{fvg8SC7yQ4u<2&oOc%dd<Zm-fx*+&
K&t;ucLK6Ud-y?JY

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/privacy-share-buttons/images/ui-bg_glass_75_e6e6e6_1x400.png b/wp-content/plugins/privacy-share-buttons/images/ui-bg_glass_75_e6e6e6_1x400.png
new file mode 100644
index 0000000000000000000000000000000000000000..86c2baa655eac8539db34f8d9adb69ec1226201c
GIT binary patch
literal 110
zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnouq)a_s978O6-<~$)Vo(rZKDhVK
z|J9WTLT^QIG;Q^ml{ow8HvtEZhta#LLqp$|vO7%bGjI7IBizcw`SFI!bT^;@44$rj
JF6*2UngEbSBdP!Z

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/privacy-share-buttons/images/ui-icons_222222_256x240.png b/wp-content/plugins/privacy-share-buttons/images/ui-icons_222222_256x240.png
new file mode 100644
index 0000000000000000000000000000000000000000..ee039dc096a38a3753f92519546eee94bcfbeffa
GIT binary patch
literal 4369
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

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/privacy-share-buttons/images/ui-icons_2e83ff_256x240.png b/wp-content/plugins/privacy-share-buttons/images/ui-icons_2e83ff_256x240.png
new file mode 100644
index 0000000000000000000000000000000000000000..45e8928e5284adacea3f9ec07b9b50667d2ac65f
GIT binary patch
literal 4369
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

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/privacy-share-buttons/images/ui-icons_454545_256x240.png b/wp-content/plugins/privacy-share-buttons/images/ui-icons_454545_256x240.png
new file mode 100644
index 0000000000000000000000000000000000000000..7ec70d11bfb2f77374dfd00ef61ba0c3647b5a0c
GIT binary patch
literal 4369
zcmd^?`8yPD_s3^phOrG}UnfiUEn8(9QW1?MNkxXVDEpFin2{xWrLx5kBC;k~Gm<qS
zlCjL7i8RK}U~Jz$pXdAh70>I3`<(O3xvulR&VAkQJHZBho(m=l0{{SA7UpJl008iB
z3Rq<W|2;_-7k2-KB^xXIv;R}XP1Jt+J2*Pf4t)tA3_robX4CdCOHJC|7j+vW%J-EM
zX&`87enIluaSc0_SnYUx$GzUc?vrNXt&I`o?~7C3RJ>C-Ajq!3AfU8Dx90^_p3}MK
zjJzYC+`T(&egFXQ#9Ek{*oVAaa!zrZtmlRFnwQPRJXH<%pkK2*eP`pT=lwD7ifq+4
zBY_rUTa+U|2#&?i7>PVvD?7R4ZfOLPT{e<z*9Sa%-q+JZ0`uF@uf^uR0+0eAKOCxX
zcaQOB0xyL&$7t}dfX{x=z?wHIs;&yo%nJr`+{Z2X98Hy3`tm$u;dhd<8yL(-;#Sne
z;Lpz{>9G~G!Ls3s8JtQE`jMM9w<tfkOhc;ql-3a{hO%LC#ZWVT(nn|vd<pzYQv5BF
z3Fy2~(>l2V9&Q+K2DHW0M+uQmEr%nYJ^7cK?uIpU-)=wn71ZZ-=@ar0;3^AY5+TI{
z2b(e%t{2PZ<B%x(nNg1>^HKF*vu@+Xr<l6w#|okxspftdv$I9rN_GQ)7q|*8s5y_r
zF@oIq1RoU``$~Uk{rhVB^2n_8t2HJSxDFflkb2zZ+{WSl|IoP?Sr2=Mv_tpbBhqwu
zkeg|uo9qd8ZqP<?l)|%<*;D+JXWZi%on=Ghf-03Mlsz8h(Q+`v>&BAc@2BC4_vCgw
zw#i=)ea5Vo$glEEVBBg_VPBj!)OO>)f@}#dg6ULOeC>LBHz<;*5Y;YfE0lNxg{N+4
z@lO~ozxpF69qV@VOGnc248Iuag4C1T)P^(hWkpP!{h!JekX}m^Q#b2B0{OYr9M*o<
z>EL{WQt@Z+Ea-hxX0}nTSZxnpi^#Kn8Ox8FgIS|hc}KJQ4tm*HO16ui{(O9}1YN)G
zjiQt6fGq`Cj+^`zUf?8hk^(T{{cOQGWFP98am}is28A!5%{R#ENv8fCN!j69l<vTX
zm`x#Aj3pR~5$!tw8x6HJBT;veqlI((e3l5f1J0XQfUi^9^|f?)8pp02+%sAXr3QSE
zAghjFy?kTy2b}Y~5VYqs5GsSo#pFLl;)0^z+6P*`;T5Mu&WLv=bzI9Q@9K!#x3ne5
z{kTux3L#b!(t3OTfpmY0?(76nqT7xWC3Cn`hU1f1hZjxb%CxmPCafJTzecbohDHzE
zdDz$vS9U>MEK(2z?|BY=Je$XD9mB-Kkem*(d-j^9j$2#6r$Dz?s)-TCDCGCs8>6Pv
zj{Y+YIeFA@qY22V$)awy@q!9A4rgk5b9TcC;s9Ig^G|6nDP+5=Fzg&?(L=vcCbGd>
zfSu~@6!94td+o#d@sid<c4_^>!EI<?7QBi6t=$bf#g{8RUCj>X$rx7*cawe6`dScJ
z+$HssdOjE)O#Ybs56vm-FQ$7yuJJD^Zqk%hMaIgAJ<2yb_MFQte_i;62ScT$pjifY
zyR_E=rQ+>H)pmlr-Udzg*-!|ssw(D7wJvC+Sf8bb9;;q8#z?0p!!bsd{wy|5pBaMH
zE-Ve>i#LLjHRaMLtp%9&(HCng7Sw96jVv!#0k%?F^K7&=T)mnYn)D9(i;4x5^NJTJ
zwq~pv;kH@#ejTd*48~(J(r6j34|m`h9fEDj0im)~+%I5XphWymhT;_Zty|Q&zjPg#
z-ufAHZ<omf5#{klOC=UKcxxw*?x^rKwwoZ7wz3@8eku)ggLNRn<<KIdajH#HeA)T=
zSeh$G{X;Ew$<Zx1YdFKl^buFmaRdI%XI9raN<LH2H`S7|Dmv<?JPd_9FaRph7M0*0
zUG<&|_BGC;v{TKZe6h)s$R@%If`c(mfiu?)kSq&lq&xx(v`_L7ceQ&}Az*(ZkTW$+
znaI+A`yGk?qy`dg`WSb{6e&FN4RX;O&+frr6hjc+3<Yokv6*p`M#SE){vkzc3FL#%
z2;YdX9eq<GwL48ff7Y!gs4B@Hlzc$A2`aV3*Atk++JX5HDY4Bk;uB4Yxbu<X`L&1B
zyqMIqI8t`UE|_LH(~F2;?|){*%50r1sI9V=C6bO-=^K$CSiOmlVqzhvSi?6g4AzPT
zh<iZl4l)6IBfJ=W6EkAt_}>1M*Gccw?Kf|8Pnhtb0`!{N`Bqsa37J+>wC$!e00k+2
zEgzz;rbcWoUB%Jvp8W1}$XD%e3>4y;;OZ1ccT-O#uW6Ys@C}Pa`nZrNKzR(24e%3)
z@QI4SE&E!lW`5y14QhbepBG%_XBV-O(%<aX6HVzRJ7ee*QV3AB=~LWyIoy{Vqv~a)
zU>5tj)@9#|;sC-MNev!zGDHk}JdpGC`iJF#8=8-P$Xoku_=Dw%Cv3{U7L>gfRQ?<$
zt`cZ*MP5GQmbmx#!++P@u>0MewRO9GFGS{b^m_fJ-N0?j@EqoFf>$khj+E|@7r3We
z&^tR^YZrxKe*d<YJy4G(9mh^GOxZ8bi3n#Ytos{m`t{%)Lj8wW{Y{jV+Q_6TI5_MM
zSa-xsCZ~p-HRDCj#<#0BIhacN@>22agXqCO0l44&kqCv{u)T|(lv`~PK@DvE{QI_T
zlCH5z*gR!>LO)k67{^R+vWx24U2^2ODXpwT;6y+6+$5m)_*w4WY&#do9dCeE)>p+Y
zkdhq($DhmMiaYXey!_kiL26uz($aJ!QT{B^Wu}U$^9e#5)=c+XF9@Ill?ZmMlNgHi
zz*9!vDc&uxOo;ZVxb`Q!Sk0*gnfxWzmbZh4(=%CD%qP?0=);n$&zaW_$UKV98axdc
zN#AyZ{P)wj?V{P}vM)YY!>6@}^>U+iv$`9>nMTCPjN>z%yF&3yf%>+T@0vh4lC8Xa
z6zeo?%=o3}M8{aebLHcO{^1Ar8qiM=Gquf?Jo)q5`-+?sUpg?QXyEUpWSm+n$K-Uy
zqkI<R?*3wTVfWE~<@2<uS?-MVl1;jzAA8*iL4xsi?b?BNi<UXgZAh$t2eX2OlaSjP
z6`u~(FfWAHwjdICW?Bi|*YB$4-Yt-e+urDxm7s0C-NReT=&xHY=NLk9^<)K_8Qvc8
za9@Rcrh{U|jRjj-<@xXJdfDhCHAU3q@`fxV7DF|YZ^rH=h9J#M-17h36$#8E=<ACL
zP@x){UQ68&`mEVXq`?Cxb~%;JJ<xQvIxsey(BZq&!Lur1_nVgz6$w$lK^&jz^=yq5
z^Y*23<@W0Z_KKzDbZLlkyC5J9t>wHLquru~o(OF)hhz$Y*|X>ZIbswnxRvr~2=rdO
zGVuD|xRlpAZE<0!X1F(%Anpl^@V^D3vbM}qxe|NI;TTiZy7(IM;R69RkA>a&6gwYE
z2sREzQ_LHmWqB+ogMk(fMaSFeoDq-!HkFB_nXt5+2ncFuk9BQL1I&oB1zZi)YW{6_
z&-Ip1l*OVRA##1ILQS;5R{-K^0wGTiJbVSi@LA^$D$;@J>^G{6@&+%4{b3(sC~LEH
ziTv(0b#zxt?YJ0r_~pUZM~mQ(??(n#>&tD%+@nq=Abj5*8R!~Ul1`G~=qFJ4fl|m8
zZDCYgtr`4LcOpgiJYX9qRY5;DcWti~PmS$VB$E-Zt^f4)vLDOe_3XTq5^ylWJ9PKm
z!V-8sAOJXnUfuFNIf0R9tK-pNs2hO04zr620}5B(Ok>yB)Of-3sP59qfQNbmA4{w!
z2@cB;GbR(~szVrbO%(w=5S!X`o@o@x++wbN_tMPT0V<QhG{UeJ;8({%=z{L*Wd0Ug
zQl1fNI!H$Y$hXK#w3!Gvn(74Nb)t*FnucAAe1;`Z--B03CHyB#2gq}g;qs~Ilu;^<
zOx+<j-;_m5iBxJsQxuqvjs7QOWMpota<0)9-Vv;XHb%w=>c)*I;Fgsbf^*g02Di?H
zTApwKq3+YwfNsqd3iP%{hyK1iyuVZc@*0tO_3+N0#GFsz>8MjeJ2UJ%L!%hiGYYAt
zhH`E+ywA*u{(eJ=ia3h*%k?779rk-K<0VZAPkl;TFUbmei|$fqWO8!_zIvqt$ly$V
zrlH46nnpX~X5Yk0iBJl;=WuA4>~X4-f&K0yWf42h&0b30t@NYX$7egQ1Fp!abui-D
z6cWCWV&|R1CY@G8(qOmWjWeX3eX7UggZPGimA}soOuQdXe4uZ#2>5zN>qlI09xk}l
zE=tNpX1m6*nFr2EQ3xs79!^sCldDJYE$m(qYv3q7>}1R7?iZW7>$~*%zKaC|=$N?M
zE$>#+%T&MZC`dW1wUl6Z)Jgx<O-6<qXM4t~#e?{W^+e#G1+JMHT%S(b+j=X228<0@
z|Ms&0&DMir&YFHgKXllhX6<udP=D-|Fr9O}9<$XUXa~x!Mc)Yzs|#%b9Rp-of<kK9
zUe)q`_|57?H#QMd06y3$ygVG4Ts`2$YDHAQAbix1d9NQqi>keN920S>e@EK`q~>k|
zuYcsgA>F%!@rFciD(>Iwzn8KT;2tb77bUPCmioh+rZBfIiM6f_P34cQ__o1GWqQp3
zVL~~pE5?qODf%iiQQ3f42YF@09tQ*$<v=*TB6gv{jy879dA6iNsN{5E@!(k48Hhai
zU_^B~4$+iH?m^ArL%A5*Efo_%8ySb3DJ2+($#iHi9LOmDmMF7*5N3n2&E!HGolrkI
z2!HM5qnOHg23Q1&UfD^`iFCzlg;)`TxlRkY*i!V9>4v_EKUx;t1KCPCBtgqg@+Tn;
zO)a0uky_%jm+WjNB?=~VyH>V#L!*=l*@OSMSVyt_UEH&NA=?V2stHPyKkVN!<J*7B
zJ43UcB3bH1PM2@IZw;E0-Pr(2?E_y%c)4{fI(WYro>&jg<#cjros){#ji)dK%)We0
zL_478=HZ8-@xnwsKrWs8)x`MB;(Y`Cmu2c-&SH(vN-F(*e`l?c%+l$|y_AJJhcDGn
zwLvN+bu;_sX|1<mH)GAPa-4}{cUWY%Y?nWr&(mZ0q~a8r+)V&r!Qf@i3-wZ~k29f}
zK4Mv56>AiePh<L{fUUyPI`J1j9<HC~w$=DnBr|v`eP$5Ka$0AMorz8kwj<6RqIF0X
z>x@u&%P$hf*xE+O=~D?_(_KGWQ!158YL-y9$*6mmPo;Rp*Dl5lm-mVM2i`h-M@nxv
z590_tvMwPD_{l=b$iOm|+|S{D9&P%zeT$GgX6Akl-tfUF>tL@Ld!B&{pN39tH>3V>
zqksMAYul+jb7UiouWVGPNsxX7Ueba+9|~dz?d*QM$ng0DZfO0`7fAy?2yMm|cnRzU
zhZ&IcwgjH9cuU!w+VStYa{p*)4IgBf|E8)sqMYtB2KH_}SfsFq(c9i(Q6S3UBo%DI
k<H*|Oy`A%<=J$?q?|gu`ltGZq->*Kv;w;*%(i9W@fAqs5i2wiq

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/privacy-share-buttons/images/ui-icons_888888_256x240.png b/wp-content/plugins/privacy-share-buttons/images/ui-icons_888888_256x240.png
new file mode 100644
index 0000000000000000000000000000000000000000..5ba708c39172a69e069136bd1309c4322c61f571
GIT binary patch
literal 4369
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

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/privacy-share-buttons/images/ui-icons_cd0a0a_256x240.png b/wp-content/plugins/privacy-share-buttons/images/ui-icons_cd0a0a_256x240.png
new file mode 100644
index 0000000000000000000000000000000000000000..7930a558099bc8d92b4264eb67a0f040460f4a4f
GIT binary patch
literal 4369
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

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/privacy-share-buttons/js/jquery.privacysharebuttons.js b/wp-content/plugins/privacy-share-buttons/js/jquery.privacysharebuttons.js
index 3dfc84275..26eb3871b 100644
--- a/wp-content/plugins/privacy-share-buttons/js/jquery.privacysharebuttons.js
+++ b/wp-content/plugins/privacy-share-buttons/js/jquery.privacysharebuttons.js
@@ -2,315 +2,391 @@
  *	jQuery Privacy Share Buttons plugin
  *
  *	ideas, original code and images taken from: 
- *  http://www.heise.de/extras/socialshareprivacy/
+ *	http://www.heise.de/extras/socialshareprivacy/
  * 	Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
- * 						   Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
- *  
- *  Copyright (c) 2012 lucha <lucha@paranoici.org>
- *  
- *  released under the terms of either the MIT License or the GNU General Public License (GPL) Version 2
+ * 							Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
+ *	
+ *	Copyright (c) 2012 lucha <lucha@paranoici.org>
+ *	
+ *	released under the terms of either the MIT License or the GNU General Public License (GPL) Version 2
  */
 ;(function($) {
 
-var SocialButton = function(elements, options){
-	
-	this.elements = elements;
-	this.options = $.extend(true, {}, this.defaults, options);
-	
-	if (!this.is_on())
-		return;
-		
-	this.append_css();
-	this.attach();
+    $.widget('psb.baseButton', {
+	// default options
+	options : {
+	    'name'		: '',
+	    'display_name' : '',		
+	    'txt_info'	: 'Click here to enable the button',
+	    'dummy_img'	: '',
+	    'javascript': '',
+	    'js_loaded'	: false
+	},
 	
-}; SocialButton.prototype = {
-	// defalt values for options
-	defaults : {
-		'info_link' 		: 'http://cavallette.noblogs.org/?p=7641',
-		'txt_help'  		: 'When you activate these buttons by clicking on them, some of your personal data will be transferred to third parties and can be stored by them. For more information click on the <em> i </em>',
-		'settings_perma'	: 'Permanently enable data transfer for:',
-		'css_path'			: '',
-		'uri'				: '',
-		'cookie_options'    : {
-			'path'			: '/',
-			'expires'		: 365
+	_create: function(){
+	    var self = this;
+	    $('<span class="info">' + this.options.txt_info + '</span>')
+		.hide()
+		.addClass('dropdown')
+		.appendTo(this.element);
+	    $('<div class="dummy_btn off"></div>')
+		.append(this._dummy_image())
+		.appendTo(this.element);
+	    
+	    this.element.click( function(event) {self.switch_button();});
+
+	    this.element.hover(
+		function(){
+		    var info = $('.info',self.element);
+		    if(!info.hasClass('info_off'))
+			info.show();
 		},
-		'services'			: {
-			'facebook' : {
-				'display_name'      : 'Facebook',
-				'status'			: 'off',
-				'perma'     		: 'on',
-				'txt_info'			: '2 click for more privacy: only if you click here, the button will activate and you will be able to send your recommendation to Facebook. When enabled, data will be transferred to third parties - see <em> i </em>.',
-				'txt_off'			: 'not connected with Facebook',
-				'txt_on'			: 'connected with Facebook',
-				'dummy_img'			: '',
-				'action'			: 'recommend',
-				'iframe_src'			: function (options){ 
-					// return '<iframe src="//www.facebook.com/plugins/like.php?href&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=recommend&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:auto; width:450px; height:21px;" allowTransparency="true"></iframe>';
-					return '<div id="fb-root"></div>'
-					+'<script>(function(d, s, id) {'
-					+' var js, fjs = d.getElementsByTagName(s)[0];'
-					+' if (d.getElementById(id)) return;'
-					+' js = d.createElement(s); js.id = id;'
-					+' js.src = "//connect.facebook.net/it_IT/all.js#xfbml=1";'
-					+'  fjs.parentNode.insertBefore(js, fjs);'
-					+'}(document, "script", "facebook-jssdk"));</script>'
-					+'<div class="fb-like" data-send="false" data-layout="button_count" data-width="400" data-show-faces="false" data-action="recommend"></div>';
-					// return '<iframe src="//www.facebook.com/plugins/like.php?href='
-					// 		+ options.uri 
-					// 		+ '&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false'
-					// 		+ '&amp;action=' + options.services.facebook.action 
-					// 		+ '&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" '
-					// 		+ 'style="border:none; overflow:hidden; width:130px; height:25px;" allowTransparency="true"></iframe>';
-					}
-			}, 
-			'twitter' : {
-				'display_name'      : 'Twitter',
-				'status'			: 'off',
-				'perma'      		: 'on',
-				'txt_info'			: '2 click for more privacy: only if you click here, the button will activate and you will be able to send your recommendation to Twitter. When enabled, data will be transferred to third parties - see <em> i </em>.',
-				'txt_off'			: 'not connected with Twitter',
-				'txt_on'			: 'connected with Twitter',
-				'dummy_img'			: '',
-				'reply_to'			: '',
-				'text'				:  encodeURIComponent(document.title),
-				'iframe_src'		: function(options){
-					var reply_to = (options.services.twitter.reply_to != '') ? '&amp;via=' + options.services.twitter.reply_to : '';
-					
-					return '<iframe allowtransparency="true" frameborder="0" scrolling="no" '
-					     + 'src="http://platform.twitter.com/widgets/tweet_button.html?'
-						 + 'url=' + options.uri + '&amp;counturl=' + options.uri 
-						 + '&amp;text=' + options.services.twitter.text
-						 + reply_to
-						 + '&amp;count=horizontal'
-						 + '&amp;lang=' + options.services.twitter.language 
-						 + '" style="width:100px; height:25px;"></iframe>';
-					}
-			},
-			'identica' : {
-				'display_name'		: 'Identi.ca',
-				'status'			: 'off',
-				'perma'				: 'on',
-				'txt_info'			: '2 click for more privacy: only if you click here, the button will activate and you will be able to send your recommendation to Identi.ca. When enabled, data will be transferred to third parties - see <em> i </em>.',
-				'txt_off'			: 'not connected with Identi.ca',
-				'txt_on'			: 'connected with Identi.ca',
-				'dummy_img'			: '',
-				'text'				: encodeURIComponent(document.title),
-				'identica_lib' 		: '',
-				'iframe_src'		: function(options){
-					return '<iframe scrolling="no" frameborder="0" src="'
-					 + options.services.identica.identica_lib 
-					 + '?noscript&style2'
-					 + '&amp;title=' + options.services.identica.text
-					 + '" allowtransparency="true" style="width:130px; height:25px; position: absolute;"></iframe>';
-					}
-			},
-			'gplus' : {
-				'display_name'      : 'Google+',
-				'status'			: 'off',
-				'perma'      		: 'on',
-				'txt_info'			: '2 click for more privacy: only if you click here, the button will activate and you will be able to send your recommendation to Google+. When enabled, data will be transferred to third parties - see <em> i </em>.',
-				'txt_off'			: 'not connected with Google+',
-				'txt_on'			: 'connected with Google+',
-				'dummy_img'			: '',
-				'language'			: 'en',
-				'iframe_src'		: function(options){
-					var gplusdiv = $('<div class="g-plusone" data-size="medium"></div>');
-					var gplusjs = '<script type="text/javascript">window.___gcfg = {lang: "' + options.services.gplus.language
-								  + '"}; (function() { var po = document.createElement("script"); po.type = "text/javascript";'
-								  + 'po.async = true; po.src = "https://apis.google.com/js/plusone.js";'
-								  + ' var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s); })(); </script>';
-					return gplusdiv.append(gplusjs);
-				}
-			}
-/*			'flattr' : {
-				'display_name'		: 'Flattr',
-				'status'			: 'off',
-				'perma'				: 'on',
-				'txt_info'			: '2 click for more privacy: only if you click here, the button will activate and you will be able to send yout recommendation to Flattr. When enabled, data will be transferred to third parties - see <em> i </em>.',
-				'txt_flattr_off'	: 'not connected with Flattr',
-				'txt_flattr_on'		: 'connected with Flattr',
-				'dummy_img'			: '',
-				'iframe_src'			: function(){return '';}
-			},
-			'xing' : {
-				'display_name'		: 'Xing',
-				'status'			: 'off',
-				'perma'				: 'on',
-				'txt_info'			: '2 click for more privacy: only if you click here, the button will activate and you will be able to send your recommendation to Xing. When enabled, data will be transferred to third parties - see <em> i </em>.',
-				'txt_gplus_off'		: 'not connected with Xing',
-				'txt_plus_on'		: 'connected with Xing',
-				'dummy_img'			: '',
-				'xing_lib'			: '',
-				'iframe_src'			: function(){return '';}
-			}
-*/
-		}
+		function() {
+		    $('.info',self.element).hide();
+		});
 	},
 	
-	// let's check if at least one service is active
-	is_on : function(){
-		var is_on = false;
-		for (var name in this.options.services){
-			var serv = this.options.services[name];
-			if (serv.status == 'on'){
-				is_on = true;
-				break;
-			}
-		}
-		return is_on;
+	_dummy_image : function(){
+	    return $('<img/>', {
+		src : this.options.dummy_img,
+		alt : this.options.display_name + ' Dummy Image',
+		"class" : 'dummy_img'
+	    });
+	},
+
+	_javascript_is_loaded : function(){
+	    var proto = Object.getPrototypeOf(this);
+	    var selector = proto.widgetBaseClass;
+	    var name = proto.widgetName;
+	    this._trigger('javacript',selector);
+	    if ($(":"+selector).filter(function(index){return $(this)[name]('option','js_loaded');}).length > 0){
+		return true;
+	    }
+	    return false;
+
 	},
 	
-	// let's check if we have to show the settings area
-	perma_is_on : function(){
-		var perma_is_on = false;
-		for (var name in this.options.services){
-			var serv = this.options.services[name];
-			if (serv.status == 'on' && serv.perma == 'on'){
-				perma_is_on = true;
-				break;
-			}
-		}
-		// IE7 has problems with cookies and JSON, so we don't show them the settings area
-		return perma_is_on && (!$.browser.msie || ($.browser.msie && ($.browser.version > 7.0)));
+	_append_javascript : function(){
+	    if (!this.options.javascript || this._javascript_is_loaded() )
+		return;
+	    this.options.js_loaded = true;
+	    $.getScript(this.options.javascript);
 	},
 	
-	// adds CSS to head if we have to do so
-	append_css : function(){
-		// insert stylesheet into document and prepend target element
-		if (this.options.css_path.length > 0) {
-			// IE fix (needed for IE < 9 - but this is done for all IE versions)
-			if (document.createStyleSheet) {
-				document.createStyleSheet(options.css_path);
-			} else {
-				$('head').append('<link rel="stylesheet" type="text/css" href="' + options.css_path + '" />');
-			}
-		}
+	_get_uri: function(){
+	    var url = this.element.parents(".post").find('.entry-title').find("a").attr("href");
+	    if (url)
+		return url;
+	    else
+		return document.URL;
 	},
 	
-	dummy_image : function(service){
-		return $('<img/>', {
-			src : service.dummy_img,
-			alt : service.display_name + ' Dummy Image',
-			"class" : 'dummy_img'
-			});
+	switch_button : function(){
+	    var el = this.element;
+	    var info = $('.info',el);
+	    var dummy = $('.dummy_btn',el);
+
+	    if (dummy.hasClass('off')){
+		this._trigger('switch-on',el);
+		info.addClass('info_off').hide();
+		dummy.addClass('on').removeClass('off').html(this._real_btn());
+		this._append_javascript();
+	    }
+	    /* we don't really want to deactivate the buttons... 
+	       else {
+	       this._trigger('switch-off',el);
+	       info.removeClass('info_off');
+	       dummy.addClass('off').removeClass('on').html(this._dummy_image())
+	       }*/
+	}
+    });
+
+    $.widget('psb.twitterButton',$.psb.baseButton,{
+	options : {
+	    'name' : 'twitter',
+	    'display_name' : 'Twitter',
+	    'javascript' : '//platform.twitter.com/widgets.js',
+	    'reply_to': '',
+	    'language': '',
 	},
 	
-	switch_button : function(service, element){
-		var c_switch = $('.switch',$(element));
-		var dummy_div = $('div.dummy_btn',$(element));
-		
-		if (c_switch.hasClass('off')){
-			$(element).addClass('info_off');
-			c_switch.addClass('on').removeClass('off').html(service.txt_on);
-			dummy_div.html(service.iframe_src(this.options));
-		} else {
-			$(element).removeClass('info_off');
-			c_switch.addClass('off').removeClass('on').html(service.txt_off);
-			dummy_div.html(this.dummy_image(service));
-		}
+	_real_btn: function() {
+	    return $('<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>')
+		.attr('data-url',this._get_uri())
+		.attr('counturl',this._get_uri())
+		.attr('data-via',this.options.reply_to)
+		.attr('data-lang', this.options.language)
+		.attr('data-related', this.options.reply_to)
+		.attr('data-dnt',true);
 	},
 	
-	attach : function(){
-		var self = this;
-		this.elements.each( function(){
-			// contex will hold all the button, whether active or not, and the info and setting area
-			var context = $('<ul class="social_share_privacy_area"></ul>').appendTo(this);
-			
-			// let's add the single buttons
-			for (var name in self.options.services){
-				var serv = self.options.services[name];
-				if (serv.status != 'on')
-					continue;
+    });
+
+    $.widget('psb.identicaButton',$.psb.baseButton,{
+	options : {
+	    'name' : 'identica',
+	    'display_name' : 'Identi.ca',
+	    'img': '',
+	    'javascript' : '',
+	    'reply_to': '',
+	    'language': '',
+	    'result_limit' :100,
+	    'count': 0,
+	},
+
+	countPost: function(){
+	    var self = this;
+	    $.get('https://identi.ca/api/search.json?q='+self._get_uri()+'&rpp=100',function(data){
+		var num;
+		if (data.results.length >= self.options.result_limit)
+		    num = self.options.result_limit + '+';
+		else
+		    num = data.results.length;
+		self.option('count',num);
+	    });
+	},
 
-				var iframe = serv.iframe_src(self.options);
+        _button: function(disabled){
+	    var count = this.options.count;
+	    var icon = disabled ? 'ui-icon-identica-dummy' : 'ui-icon-identica';
+	    return $('<button">identi.ca</button>')
+		.button({
+		    icons:{
+			primary: icon,
+		    },
+		    text: true,
+		    label: 'identi.ca',
+		    disabled: false,
+		});
+	},
 
-				var container = $('<li class="help_info '+name +'"><span class="info">' + serv.txt_info + '</span></li>').appendTo(context);
+	_dummy_image: function(){
+	    var self = this;
+	    return this._button(true);
+	},
+	_real_btn: function(){
+	    var self = this;
+	    this.countPost();
+	    var container = $('<div></div>')
+	    container.append( this._button(false).click(function(event) {self.share();}));
+	    $('<div class="count-o"><div>')
+		.append('<i></i><u></u>')
+		.append('<a id="count">...</a>')
+		.appendTo(container);
 
-				$('<span class="switch off">' + serv.txt_off + '</span>').appendTo(container);
-				var dummy_div = $('<div class="dummy_btn"></div>').appendTo(container);
-				dummy_div.append(self.dummy_image(serv));
+	    return container.width(110);
+	},
 
-				container.click( {serv:serv, element:container}, function(event){
-					self.switch_button(event.data.serv,event.data.element);
-				});					
-			}
-				
-			// now it's time for the info area
-			var container = $('<li class="settings_info">'
-			+'<div class="settings_info_menu off perma_option_off">'
-			+ '<a href="'+ self.options.info_link +'">'
-			+ '<span class="help_info icon">'
-			+ '<span class="info">' + self.options.txt_help + '</span>'
-			+ '</span></a>'
-			+ '</div></li>'			
-			).appendTo(context);
-			
-			// show the overlays of the buttons and info area
-			$('.help_info').each(function(){
-				$(this).mouseenter(function() {
-					if(!$(this).hasClass('info_off'))
-					 	$('.info',this).show();
-					});
-				$(this).mouseleave(function() { $('.info',this).hide();});
-			});
+	share: function(){
+	    /*Encode the title*/
+	    var d=document, e=window.getSelection, k=d.getSelection, x=d.selection, s=(e?e():(k)?k():(x?x.createRange().text:0)), l=d.location, e=encodeURIComponent, pagetitle=((e(s))?e(s):e(d.title));
+	    var reply = ''
+	    if (this.options.reply_to){
+		reply = ' via @' + this.options.reply_to;
+	    }
+	    var status = 'http://identi.ca/index.php?action=newnotice&status_textarea='+pagetitle+ ' ' + this._get_uri() + reply;
+	    window.open(status,'t','toolbar=0, resizable=0, scrollbars=0, status=0, width=785, height=480');
+	},
+
+	_setOption: function(key, value){
+	    switch(key){
+	    case 'count':
+		this.element.find('#count')
+		    .attr('href', 'https://identi.ca/search/notice?q='+this._get_uri())
+		    .html(value)
+		break;
+	    }
+	    $.Widget.prototype._setOption.apply(this,arguments)	
+	},
 
-			// and finally it's time for the settings area (i.e. permanent activation)
-			if (self.perma_is_on()){
-				var info_menu = container.find('.settings_info_menu').removeClass('perma_option_off');
-				$('<span class="settings">Settings</span><form><fieldset><legend>' + self.options.settings_perma + '</legend></fieldset></form>').appendTo(info_menu);
-				
-				for (var name in self.options.services){
-					var serv = self.options.services[name];
-					// first let's check if we have the perma option activated
-					if (!(serv.status == 'on' && serv.perma=='on'))
-						continue;
-					
-					// let's get the cookie and check if we have to activate the button	
-					var checked = ($.cookie('privacyShareButtons_'+name) == 'perma_on') ? 'checked="checked"' : '';
-					info_menu.find('form fieldset').append(
-						'<input type="checkbox" name="perma_status_'+name+'" id="perma_status_' + name + '" '
-						+ checked +' />'
-						+ '<label for="perma_status_'+name+'">'
-						+ serv.display_name + '</label>');
-						
-					// if it's need, let's click the button so it gets activated
-					if (checked != '')
-						$('li.'+name+' span.switch',context).click();
-				}
-				
-	            info_menu.find('span.settings').css('cursor', 'pointer');
-				// show the overlay of the setting area
-				info_menu.find('span.settings').mouseenter(function(){ 
-					info_menu.removeClass('off').addClass('on');
-				});
-				container.mouseleave(function(){ 
-					info_menu.removeClass('on').addClass('off');
-				});
-	            
-				// let's handle changes in the settings
-				$(info_menu.find('fieldset input')).click( function (event) {
-	                    var click = event.target.id;
-	                    var service = click.substr(click.lastIndexOf('_') + 1, click.length);
-	                    var cookie_name = 'privacyShareButtons_' + service;
+    });
 
-	                    if ($('#' + event.target.id + ':checked').length) {
-							$.cookie(cookie_name,'perma_on',self.options.cookie_options);
-	                        $('form fieldset label[for=' + click + ']', context).addClass('checked');
-	                    } else {
-	                        $.cookie(cookie_name,null,self.options.cookie_options);
-							$('form fieldset label[for=' + click + ']', context).removeClass('checked');
-	                    }
-	                });
-			}
+    $.widget('psb.facebookButton',$.psb.baseButton,{
+	options : {
+	    'name'		: 'facebook',
+	    'display_name'	: 'Facebook',
+	    'javascript'	: "//connect.facebook.net/en_US/all.js#xfbml=1",
+	    'action'	: 'recommend',
+	    'js_id'		: 'facebook-jssdk'
+	},
+
+	_real_btn: function() {
+	    return $('<div class="fb-like" data-send="false" data-layout="button_count" data-width="250" data-show-faces="false" data-action="recommend"></div>');
+	},
+
+	_append_javascript : function(){
+	    if (!this._javascript_is_loaded()){
+		$('body').append('<div id="fb-root"></div>');
+		this.options.js_loaded = true;
+		$.getScript(this.options.javascript, function(){
+		    FB.init();
+		    FB.XFBML.parse();
 		});
+	    } else {
+		FB.XFBML.parse();
+	    }
+	},
+
+    });
+
+    $.widget('psb.gplusButton',$.psb.baseButton,{
+	options : {
+	    'name' : 'gplus',
+	    'display_name' : 'Google+',
+	    'javascript' : '//apis.google.com/js/plusone.js',
+	},
+
+	_real_btn: function() {
+	    return $('<div class="g-plusone" data-size="medium"></div>');
 	}
+
+    });
+
+    $.widget('psb.socialShareButtons',{
+	options: {
+	    'info_link'			: 'https://github.com/controesempio/Privacy-Share-Buttons',
+	    'txt_help'			: 'When you activate these buttons by clicking on them, some of your personal data will be transferred to third parties and can be stored by them. More informationf <em> <a href="https://github.com/controesempio/Privacy-Share-Buttons"> here </a></em>.',
+	    'perma'				: 'on',
+	    'settings_perma'	: 'Permanently enable data transfer for:',
+	    'css_path'			: '',
+	    'cookie_options'	: {
+		'path'			: '/',
+		'expires'		: 365
+	    },
+	    'services' : {},
+	},
+	
+	_create: function() {
+	    if (!this.options.services)
+		return;
+	    this._append_css();
+	    this._attach();
+	    
+	},
+	
+	_attach: function() {
+	    
+	    var context = $('<ul class="social_share_privacy_area" style="font-size: 0.6em"></ul>').appendTo(this.element);
+
+	    // social buttons
+	    for (var name in this.options.services){
+		if (!$.psb[name+'Button'])
+		    continue;
+		var li = $('<li class="'+name +'"><li');
+		li[name+'Button']($.extend(this.options, this.options.services[name]))
+		    .appendTo(context);
+	    }
+	    
+	    // options and info
+	    var container = $('<li></li>');
+	    container.prependTo(context);
+	    // info button
+	    this._info_area(container);
+	    // and finally it's time for the settings area (i.e. permanent activation)
+	    this._options_area(container);
+	    container.buttonset();
+	},
+	
+	_options_submenu: function(container){
+	    var self = this;
+	    // let's add a sub-option for each service
+	    // which has perma-option on
+	    var option_submenu = $("<div id='option-dropdown'></div>")
+		.addClass('dropdown')
+		.html(this.options.settings_perma+'<br/>');
+	    
+	    var update = function(event){
+		var click = event.target.id;
+		var service = click.substr(click.lastIndexOf('_') + 1, click.length);
+		var cookie_name = 'privacyShareButtons_' + service;
+		var checkbox = option_submenu.find('#' + event.target.id);
+		
+		if (checkbox.is(':checked')) {
+		    $.cookie(cookie_name,'perma_on',self.options.cookie_options);
+		    option_submenu.find('label[for=' + click + ']').addClass('checked');
+		} else {
+		    $.cookie(cookie_name,null,self.options.cookie_options);
+		    option_submenu.find('label[for=' + click + ']').removeClass('checked');
+		}
+	    };
+	    
+	    for (var name in this.options.services){
+		var serv = this.options.services[name];
+		
+		var checkbox =	$("<input type='checkbox' />")
+		    .attr('id', 'perma_status_'+name)
+		    .click( update );
+		
+		// let's get the cookie and check if we have to activate the button	
+		if ($.cookie('privacyShareButtons_'+name) == 'perma_on'){
+		    checkbox.attr('checked',true);
+		    // we need to activate the button!
+		    this.element.find('.'+name).click();
+		}
+		checkbox.appendTo(option_submenu);
+		$("<label></label><br/>")
+		    .attr('for', "perma_status_"+name)
+		    .html(serv.display_name)
+		    .appendTo(option_submenu);
+	    }
+	    option_submenu.hide().appendTo(container.parent());
+	},
+	
+	_options_area: function(container){
+	    if (this.options.perma){
+		// the option button
+		$("<button>option</button>")
+		    .button({
+			icons:{
+			    primary:'ui-icon-wrench',
+			    secondary: "ui-icon-triangle-1-s"
+			},
+			text:false
+		    })
+		    .click(function(){
+			container.parent().find('#option-dropdown').toggle(100);
+		    })
+		    .appendTo(container);
+		this._options_submenu(container);
+	    }
+	},
+	
+	_info_area : function(container){
+	    // now it's time for the info area
+	    var info_dialog = $("<div></div>")
+		.addClass('psb_info')
+		.addClass('dropdown')
+		.html("<p>"+this.options.txt_help+"</p>")
+		.hide()
+		.mouseleave( function() {$(this).hide();})
+		.appendTo(container.parent());
+
+	    $("<button>info</button>").button({ 
+		icons:{primary:'ui-icon-info'},
+		text:false 
+	    })
+		.click(
+		    function(){ info_dialog.toggle();})
+		.appendTo(container);
+	},
+	
+	// adds CSS to head if we have to do so
+	_append_css : function(){
+	    // insert stylesheet into document and prepend target element
+	    if (this.options.css_path) {
+		// IE fix (needed for IE < 9 - but this is done for all IE versions)
+		if (document.createStyleSheet) {
+		    document.createStyleSheet(options.css_path);
+		} else {
+		    $('head').append('<link rel="stylesheet" type="text/css" href="' + options.css_path + '" />');
+		}
+	    }
+	},
 	
-}
+    });
 
-$.fn.socialShareButtons = function(options){
-	new SocialButton(this, options);
-	return this;
-}
-$(document).ready($(".social_share_privacy").socialShareButtons(socialshareprivacy_settings));
+    $(document).ready(
+	$(".social_share_privacy").each(function(){
+	    $(this).socialShareButtons(socialshareprivacy_settings);
+	}))
 })(jQuery);
diff --git a/wp-content/plugins/privacy-share-buttons/js/jquery.privacysharebuttons.min.js b/wp-content/plugins/privacy-share-buttons/js/jquery.privacysharebuttons.min.js
index 8d753eec6..fd5530317 100644
--- a/wp-content/plugins/privacy-share-buttons/js/jquery.privacysharebuttons.min.js
+++ b/wp-content/plugins/privacy-share-buttons/js/jquery.privacysharebuttons.min.js
@@ -1 +1 @@
-(function(b){var a=function(d,c){this.elements=d;this.options=b.extend(true,{},this.defaults,c);if(!this.is_on()){return}this.append_css();this.attach()};a.prototype={defaults:{info_link:"http://cavallette.noblogs.org/?p=7641",txt_help:"When you activate these buttons by clicking on them, some of your personal data will be transferred to third parties and can be stored by them. For more information click on the <em> i </em>",settings_perma:"Permanently enable data transfer for:",css_path:"",uri:"",cookie_options:{path:"/",expires:365},services:{facebook:{display_name:"Facebook",status:"off",perma:"on",txt_info:"2 click for more privacy: only if you click here, the button will activate and you will be able to send your recommendation to Facebook. When enabled, data will be transferred to third parties - see <em> i </em>.",txt_off:"not connected with Facebook",txt_on:"connected with Facebook",dummy_img:"",action:"recommend",iframe_src:function(c){return'<div id="fb-root"></div><script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/it_IT/all.js#xfbml=1";  fjs.parentNode.insertBefore(js, fjs);}(document, "script", "facebook-jssdk"));<\/script><div class="fb-like" data-send="false" data-layout="button_count" data-width="400" data-show-faces="false" data-action="recommend"></div>'}},twitter:{display_name:"Twitter",status:"off",perma:"on",txt_info:"2 click for more privacy: only if you click here, the button will activate and you will be able to send your recommendation to Twitter. When enabled, data will be transferred to third parties - see <em> i </em>.",txt_off:"not connected with Twitter",txt_on:"connected with Twitter",dummy_img:"",reply_to:"",text:encodeURIComponent(document.title),iframe_src:function(d){var c=(d.services.twitter.reply_to!="")?"&amp;via="+d.services.twitter.reply_to:"";return'<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://platform.twitter.com/widgets/tweet_button.html?url='+d.uri+"&amp;counturl="+d.uri+"&amp;text="+d.services.twitter.text+c+"&amp;count=horizontal&amp;lang="+d.services.twitter.language+'" style="width:100px; height:25px;"></iframe>'}},identica:{display_name:"Identi.ca",status:"off",perma:"on",txt_info:"2 click for more privacy: only if you click here, the button will activate and you will be able to send your recommendation to Identi.ca. When enabled, data will be transferred to third parties - see <em> i </em>.",txt_off:"not connected with Identi.ca",txt_on:"connected with Identi.ca",dummy_img:"",text:encodeURIComponent(document.title),identica_lib:"",iframe_src:function(c){return'<iframe scrolling="no" frameborder="0" src="'+c.services.identica.identica_lib+"?noscript&style2&amp;title="+c.services.identica.text+'" allowtransparency="true" style="width:130px; height:25px; position: absolute;"></iframe>'}},gplus:{display_name:"Google+",status:"off",perma:"on",txt_info:"2 click for more privacy: only if you click here, the button will activate and you will be able to send your recommendation to Google+. When enabled, data will be transferred to third parties - see <em> i </em>.",txt_off:"not connected with Google+",txt_on:"connected with Google+",dummy_img:"",language:"en",iframe_src:function(d){var c=b('<div class="g-plusone" data-size="medium"></div>');var e='<script type="text/javascript">window.___gcfg = {lang: "'+d.services.gplus.language+'"}; (function() { var po = document.createElement("script"); po.type = "text/javascript";po.async = true; po.src = "https://apis.google.com/js/plusone.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s); })(); <\/script>';return c.append(e)}}}},is_on:function(){var d=false;for(var c in this.options.services){var e=this.options.services[c];if(e.status=="on"){d=true;break}}return d},perma_is_on:function(){var d=false;for(var c in this.options.services){var e=this.options.services[c];if(e.status=="on"&&e.perma=="on"){d=true;break}}return d&&(!b.browser.msie||(b.browser.msie&&(b.browser.version>7)))},append_css:function(){if(this.options.css_path.length>0){if(document.createStyleSheet){document.createStyleSheet(options.css_path)}else{b("head").append('<link rel="stylesheet" type="text/css" href="'+options.css_path+'" />')}}},dummy_image:function(c){return b("<img/>",{src:c.dummy_img,alt:c.display_name+" Dummy Image","class":"dummy_img"})},switch_button:function(c,f){var e=b(".switch",b(f));var d=b("div.dummy_btn",b(f));if(e.hasClass("off")){b(f).addClass("info_off");e.addClass("on").removeClass("off").html(c.txt_on);d.html(c.iframe_src(this.options))}else{b(f).removeClass("info_off");e.addClass("off").removeClass("on").html(c.txt_off);d.html(this.dummy_image(c))}},attach:function(){var c=this;this.elements.each(function(){var g=b('<ul class="social_share_privacy_area"></ul>').appendTo(this);for(var f in c.options.services){var k=c.options.services[f];if(k.status!="on"){continue}var h=k.iframe_src(c.options);var e=b('<li class="help_info '+f+'"><span class="info">'+k.txt_info+"</span></li>").appendTo(g);b('<span class="switch off">'+k.txt_off+"</span>").appendTo(e);var d=b('<div class="dummy_btn"></div>').appendTo(e);d.append(c.dummy_image(k));e.click({serv:k,element:e},function(l){c.switch_button(l.data.serv,l.data.element)})}var e=b('<li class="settings_info"><div class="settings_info_menu off perma_option_off"><a href="'+c.options.info_link+'"><span class="help_info icon"><span class="info">'+c.options.txt_help+"</span></span></a></div></li>").appendTo(g);b(".help_info").each(function(){b(this).mouseenter(function(){if(!b(this).hasClass("info_off")){b(".info",this).show()}});b(this).mouseleave(function(){b(".info",this).hide()})});if(c.perma_is_on()){var j=e.find(".settings_info_menu").removeClass("perma_option_off");b('<span class="settings">Settings</span><form><fieldset><legend>'+c.options.settings_perma+"</legend></fieldset></form>").appendTo(j);for(var f in c.options.services){var k=c.options.services[f];if(!(k.status=="on"&&k.perma=="on")){continue}var i=(b.cookie("privacyShareButtons_"+f)=="perma_on")?'checked="checked"':"";j.find("form fieldset").append('<input type="checkbox" name="perma_status_'+f+'" id="perma_status_'+f+'" '+i+' /><label for="perma_status_'+f+'">'+k.display_name+"</label>");if(i!=""){b("li."+f+" span.switch",g).click()}}j.find("span.settings").css("cursor","pointer");j.find("span.settings").mouseenter(function(){j.removeClass("off").addClass("on")});e.mouseleave(function(){j.removeClass("on").addClass("off")});b(j.find("fieldset input")).click(function(n){var m=n.target.id;var l=m.substr(m.lastIndexOf("_")+1,m.length);var o="privacyShareButtons_"+l;if(b("#"+n.target.id+":checked").length){b.cookie(o,"perma_on",c.options.cookie_options);b("form fieldset label[for="+m+"]",g).addClass("checked")}else{b.cookie(o,null,c.options.cookie_options);b("form fieldset label[for="+m+"]",g).removeClass("checked")}})}})}};b.fn.socialShareButtons=function(c){new a(this,c);return this};b(document).ready(b(".social_share_privacy").socialShareButtons(socialshareprivacy_settings))})(jQuery);
\ No newline at end of file
+(function(a){a.widget("psb.baseButton",{options:{name:"",display_name:"",txt_info:"Click here to enable the button",dummy_img:"",javascript:"",js_loaded:false},_create:function(){var b=this;a('<span class="info">'+this.options.txt_info+"</span>").hide().addClass("dropdown").appendTo(this.element);a('<div class="dummy_btn off"></div>').append(this._dummy_image()).appendTo(this.element);this.element.click(function(c){b.switch_button()});this.element.hover(function(){var c=a(".info",b.element);if(!c.hasClass("info_off")){c.show()}},function(){a(".info",b.element).hide()})},_dummy_image:function(){return a("<img/>",{src:this.options.dummy_img,alt:this.options.display_name+" Dummy Image","class":"dummy_img"})},_javascript_is_loaded:function(){var d=Object.getPrototypeOf(this);var b=d.widgetBaseClass;var c=d.widgetName;this._trigger("javacript",b);if(a(":"+b).filter(function(e){return a(this)[c]("option","js_loaded")}).length>0){return true}return false},_append_javascript:function(){if(!this.options.javascript||this._javascript_is_loaded()){return}this.options.js_loaded=true;a.getScript(this.options.javascript)},_get_uri:function(){var b=this.element.parents(".post").find(".entry-title").find("a").attr("href");if(b){return b}else{return document.URL}},switch_button:function(){var b=this.element;var d=a(".info",b);var c=a(".dummy_btn",b);if(c.hasClass("off")){this._trigger("switch-on",b);d.addClass("info_off").hide();c.addClass("on").removeClass("off").html(this._real_btn());this._append_javascript()}}});a.widget("psb.twitterButton",a.psb.baseButton,{options:{name:"twitter",display_name:"Twitter",javascript:"//platform.twitter.com/widgets.js",reply_to:"",language:"",},_real_btn:function(){return a('<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>').attr("data-url",this._get_uri()).attr("counturl",this._get_uri()).attr("data-via",this.options.reply_to).attr("data-lang",this.options.language).attr("data-related",this.options.reply_to).attr("data-dnt",true)},});a.widget("psb.identicaButton",a.psb.baseButton,{options:{name:"identica",display_name:"Identi.ca",img:"",javascript:"",reply_to:"",language:"",result_limit:100,count:0,},countPost:function(){var b=this;a.get("https://identi.ca/api/search.json?q="+b._get_uri()+"&rpp=100",function(d){var c;if(d.results.length>=b.options.result_limit){c=b.options.result_limit+"+"}else{c=d.results.length}b.option("count",c)})},_button:function(c){var d=this.options.count;var b=c?"ui-icon-identica-dummy":"ui-icon-identica";return a('<button">identi.ca</button>').button({icons:{primary:b,},text:true,label:"identi.ca",disabled:false,})},_dummy_image:function(){var b=this;return this._button(true)},_real_btn:function(){var c=this;this.countPost();var b=a("<div></div>");b.append(this._button(false).click(function(d){c.share()}));a('<div class="count-o"><div>').append("<i></i><u></u>").append('<a id="count">...</a>').appendTo(b);return b.width(110)},share:function(){var i=document,h=window.getSelection,f=i.getSelection,m=i.selection,n=(h?h():(f)?f():(m?m.createRange().text:0)),c=i.location,h=encodeURIComponent,j=((h(n))?h(n):h(i.title));var b="";if(this.options.reply_to){b=" via @"+this.options.reply_to}var g="http://identi.ca/index.php?action=newnotice&status_textarea="+j+" "+this._get_uri()+b;window.open(g,"t","toolbar=0, resizable=0, scrollbars=0, status=0, width=785, height=480")},_setOption:function(b,c){switch(b){case"count":this.element.find("#count").attr("href","https://identi.ca/search/notice?q="+this._get_uri()).html(c);break}a.Widget.prototype._setOption.apply(this,arguments)},});a.widget("psb.facebookButton",a.psb.baseButton,{options:{name:"facebook",display_name:"Facebook",javascript:"//connect.facebook.net/en_US/all.js#xfbml=1",action:"recommend",js_id:"facebook-jssdk"},_real_btn:function(){return a('<div class="fb-like" data-send="false" data-layout="button_count" data-width="250" data-show-faces="false" data-action="recommend"></div>')},_append_javascript:function(){if(!this._javascript_is_loaded()){a("body").append('<div id="fb-root"></div>');this.options.js_loaded=true;a.getScript(this.options.javascript,function(){FB.init();FB.XFBML.parse()})}else{FB.XFBML.parse()}},});a.widget("psb.gplusButton",a.psb.baseButton,{options:{name:"gplus",display_name:"Google+",javascript:"//apis.google.com/js/plusone.js",},_real_btn:function(){return a('<div class="g-plusone" data-size="medium"></div>')}});a.widget("psb.socialShareButtons",{options:{info_link:"https://github.com/controesempio/Privacy-Share-Buttons",txt_help:'When you activate these buttons by clicking on them, some of your personal data will be transferred to third parties and can be stored by them. More informationf <em> <a href="https://github.com/controesempio/Privacy-Share-Buttons"> here </a></em>.',perma:"on",settings_perma:"Permanently enable data transfer for:",css_path:"",cookie_options:{path:"/",expires:365},services:{},},_create:function(){if(!this.options.services){return}this._append_css();this._attach()},_attach:function(){var e=a('<ul class="social_share_privacy_area" style="font-size: 0.6em"></ul>').appendTo(this.element);for(var d in this.options.services){if(!a.psb[d+"Button"]){continue}var b=a('<li class="'+d+'"><li');b[d+"Button"](a.extend(this.options,this.options.services[d])).appendTo(e)}var c=a("<li></li>");c.prependTo(e);this._info_area(c);this._options_area(c);c.buttonset()},_options_submenu:function(b){var c=this;var e=a("<div id='option-dropdown'></div>").addClass("dropdown").html(this.options.settings_perma+"<br/>");var h=function(k){var j=k.target.id;var i=j.substr(j.lastIndexOf("_")+1,j.length);var m="privacyShareButtons_"+i;var l=e.find("#"+k.target.id);if(l.is(":checked")){a.cookie(m,"perma_on",c.options.cookie_options);e.find("label[for="+j+"]").addClass("checked")}else{a.cookie(m,null,c.options.cookie_options);e.find("label[for="+j+"]").removeClass("checked")}};for(var d in this.options.services){var g=this.options.services[d];var f=a("<input type='checkbox' />").attr("id","perma_status_"+d).click(h);if(a.cookie("privacyShareButtons_"+d)=="perma_on"){f.attr("checked",true);this.element.find("."+d).click()}f.appendTo(e);a("<label></label><br/>").attr("for","perma_status_"+d).html(g.display_name).appendTo(e)}e.hide().appendTo(b.parent())},_options_area:function(b){if(this.options.perma){a("<button>option</button>").button({icons:{primary:"ui-icon-wrench",secondary:"ui-icon-triangle-1-s"},text:false}).click(function(){b.parent().find("#option-dropdown").toggle(100)}).appendTo(b);this._options_submenu(b)}},_info_area:function(b){var c=a("<div></div>").addClass("psb_info").addClass("dropdown").html("<p>"+this.options.txt_help+"</p>").hide().mouseleave(function(){a(this).hide()}).appendTo(b.parent());a("<button>info</button>").button({icons:{primary:"ui-icon-info"},text:false}).click(function(){c.toggle()}).appendTo(b)},_append_css:function(){if(this.options.css_path){if(document.createStyleSheet){document.createStyleSheet(options.css_path)}else{a("head").append('<link rel="stylesheet" type="text/css" href="'+options.css_path+'" />')}}},});a(document).ready(a(".social_share_privacy").each(function(){a(this).socialShareButtons(socialshareprivacy_settings)}))})(jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/privacy-share-buttons/libs/identishare.php b/wp-content/plugins/privacy-share-buttons/libs/identishare.php
deleted file mode 100644
index d784f6026..000000000
--- a/wp-content/plugins/privacy-share-buttons/libs/identishare.php
+++ /dev/null
@@ -1,98 +0,0 @@
-<?php
-//
-// Copyright (C) 2011 Jacob Barkdull, Roberto Guido
-//
-//   This program is free software: you can redistribute it and/or modify
-//   it under the terms of the GNU Affero General Public License as
-//   published by the Free Software Foundation, either version 3 of the
-//   License, or (at your option) any later version.
-//
-//   This program is distributed in the hope that it will be useful,
-//   but WITHOUT ANY WARRANTY; without even the implied warranty of
-//   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-//   GNU Affero General Public License for more details.
-//
-//   You should have received a copy of the GNU Affero General Public License
-//   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-//
-
-if (isset($_GET["source"])) {
-	header("Content-type: text/plain");
-	echo file_get_contents("." . $_SERVER["PHP_SELF"]);
-	die();
-}
-
-$server = $_SERVER["SERVER_NAME"];
-if (isset($_SERVER["HTTP_REFERER"])) {
-	$referer = $_SERVER["HTTP_REFERER"];
-	$referringurl = str_replace(array("http://", "www."), "", $referer);
-	$jsondata = file_get_contents("http://identi.ca/api/search.json?q=" . $referringurl . "&rpp=100");
-	$results = substr_count($jsondata, str_replace("/", "\/", addslashes($referringurl)));
-
-	if ($results <= 0) {
-		$results = "0";
-	}
-} else {
-	$results = "0";
-	$referer = "http://www.tildehash.com/";
-}
-$referer = str_replace(array("?", "&"), array("%3F", "%26"), $referer);
-$referringurl = str_replace(array("?", "&"), array("%3F", "%26"), $referringurl);
-
-$style = '<a href="http://identi.ca/index.php?action=newnotice&status_textarea=PAGE_TITLE_HERE' . $referer . '" target="_blank" style="display: inline-block; background-image: url(\'http://' . $server . '/identishare/share.png\'); background-repeat: no-repeat; width: 61px; height: 53px; padding: 10px 0px 0px 0px !important; margin: 0px !important; font-family: \'Arial\'; font-size: 20px; text-decoration: none; line-height: 1.2em; color: #000000; text-align: center;" title="Share on Identi.ca"><b style="float: none !important; margin: 0px !important;">' . $results . '</b></a>';
-
-$style2 = <<<STYLE2
-<div style="width: 130px; height: 23px; margin: 2px 0px 4px 0px;">
-  <div dir="ltr" style="position:relative">
-				<div style="height: 23px;">
-				<div>
-					<a href="http://identi.ca/index.php?action=newnotice&status_textarea=PAGE_TITLE_HERE${referer}" target="_blank" style="display: inline-block; background-image: url('identishare/button.png'); font-family: arial; text-decoration: none; line-height: 1.2em; color: #000000; width: 50px; height: 20px;" title="Share on Identi.ca"></a>
-				</div>
-				<div style="position: absolute; top: 1px; left:51px; background: no-repeat url('identishare/bubble-right.png'); height: 23px; width: 50px; text-align: center; overflow: hidden; font-size: 12px; padding-top:1px;">
-						<a href="http://identi.ca/search/notice?q=${referringurl}&search=Search" target="_blank" style="vertical-align: top; color: #666666; font-family: 'Arial',sans-serif; text-decoration:none;  padding-right:8px"><b>$results</b></a>
-					</div>
-				</div>
-			</div>
-		</div>
-STYLE2;
-
-if (isset($_GET["style2"])) {
-	$style = $style2;
-}
-
-if (!isset($_GET["noscript"])) {
-	$style = str_replace(array("\n", "\t"), "", addslashes($style));
-}
-
-if (isset($_GET["title"])) {
-	$style = str_replace("PAGE_TITLE_HERE", str_replace(array("?", "&"), array("%3F", "%26"), $_GET["title"]) . " ", $style);
-} else {
-	if (!isset($_GET["noscript"])) {
-		$style = str_replace("PAGE_TITLE_HERE", '"+document.title+" - ', $style);
-	} else {
-		$style = str_replace("PAGE_TITLE_HERE", "", $style);
-	}
-}
-
-$html = <<<HTML
-<html>
-	<head>
-		<title>Share on Identi.ca</title>
-	</head>
-
-	<body marginwidth="0" marginheight="0">
-		${style}
-	</body>
-</html>
-HTML;
-
-if (isset($_GET["noscript"])) {
-	echo $html;
-} else {
-	header("Content-type: text/javascript");
-	echo 'document.getElementById("identishare").style.display="inline-block";'."\n";
-	echo 'document.getElementById("identishare").style.width="140px";'."\n";
-	echo 'document.getElementById("identishare").style.overflow="hidden";'."\n";
-	echo 'document.getElementById("identishare").innerHTML="' . $style . '";';
-}
-?>
diff --git a/wp-content/plugins/privacy-share-buttons/libs/identishare/bubble-right.png b/wp-content/plugins/privacy-share-buttons/libs/identishare/bubble-right.png
deleted file mode 100644
index 28018f6ebc6967e19f7b79f4f70edad9386ff131..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 3035
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

diff --git a/wp-content/plugins/privacy-share-buttons/libs/identishare/bubble.png b/wp-content/plugins/privacy-share-buttons/libs/identishare/bubble.png
deleted file mode 100644
index e6b7f3e2aa9ee1c08740bd7bb0aba1ab0ca0e995..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 573
zcmeAS@N?(olHy`uVBq!ia0vp^MnJ60!3HF+ZH?>)QY^(zo*^7SP{WbZ0pxQQctjQh
z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&cX_%v
zhD5Z!y|F(_Bv7Q`<NGuB=ca6a$s&L7p2m)e3CS)s4GtdKc8!a6Fa|o-GIL9Ji>!>j
z>A9hx+feOgZF@szn(=PyH)l3Z;5evthNqhO`|C8ecb4{f=0*}c>&~~xZQv}~;nmr5
zp(wrW^D%9iZGrQ4tXu6UaHe{zx9MEJ+e=R+^T+s4)jeLgV|!KjA%i*J^QLQ^FW$$y
zKX}^HHfEi+#1o;;3@nZX`@SzSexLg4l#|bC{7BeBvj6z?y7}`iy$t!E{A#D3(x>;4
zp^X2k&9%EuZN6lZYBW=!;L*xYf(y$FYC?V{G#vQ8v$nYP+$Es`L52x^Zhvg-l4d>M
zdWKox$>cX`yDvKJ+QYhwQzzWUm?7`SzVmaZMsK<OmRtV(CgVwmoj>jGh<7mUousts
z@!@pK{l9kok~;oAv_fjDQta!pqouJ7U5gTaC|}e$?J|X*|N8a$S1q@faX8rb-B;Sv
z5v3dZdL7pR15Xp_^hGaryMLFrSzn!|EYP4|UA>;QR&uM7sNgIYhh~9>e|3MjQl%Go
ovY7BNzIcD!HZ(Rvi17pa(Tqh0r*`w*0Y){0r>mdKI;Vst0Q&Isi2wiq

diff --git a/wp-content/plugins/privacy-share-buttons/libs/identishare/button.png b/wp-content/plugins/privacy-share-buttons/libs/identishare/button.png
deleted file mode 100644
index 1eb2b2cb7f2395b3f6278e772d94e96747ddc788..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1429
zcmV;G1#0?<P)<h;3K|Lk000e1NJLTq001%o000yS1^@s6&&qC^00004b3#c}2nYxW
zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^
zaAhuUa%Y?FJQ@H11rkX_K~zYI#g|=d6jc<*f9Kx2yR#ocmyaU0MU1X|h@vJUhG=Mv
z28@_MOpw-SqKTU5gRdIjeDwoA9wbB)Nl<yvM5BTxvXammMIV%kR6>Q8mKLEcx*wg{
znYlhJvup|4Zfn9nnN04Pd*=NAbLQN0uUKmV5E0q2V~1I~Y}sQ*sZK<e8m&`;D1@nC
z0DsC^Gld0<4SnA)11CJ+-`#)g*!xdE^^|YH0>}j+vTxtMC9za;Pqt~^s&qP&##%%`
z5Nvhs6+^@!Vo@p<OJifBhdpbzZdkv*AFu+*-o1O5#8av7TCQnXtc@lScQD!@qCloE
zBFgUB^S?1X-o?=9L9o!W;BFSpUB|+v6_e&oA}dp*-3r!*RDuew>k$S4LnEh$-AZNc
z#`gAp$>;ON7dhD0(z?dP;*xZdBoc9q)?6mue+mFN^!sb{pZO-D7tH|R+UEPYW7+eU
z6*Hv}Km`0Cz;ivy6J@-L$Kc?pL&tl2*O`eR=xAQBaFy0tl1`GO<DitPIZg)=iJy9R
z(0}F|nzJ{tcExin%&tU$bAKJ9t7khW&wLGGk~>yBjfm9zthLh;0${X3IaPk44av@%
zf76m&?r{~5#kQr>>2xCD;3N_?5skoFOQ}3g-^i!TO}DXe%_}r#SJs}-pOfRkwQn$g
z&JCPA`x#!Pgot3RZAe4}r4;daoJ2f9CY4IXjp<YfIZ+Cu^^8P7H6sJ(_5+rcOScd+
zsj7WaaKrK?4*{0G;V)_*;BxgcT`@+RXt-2qr88IyGBXho{GbHD!nw;P+3RU8%C5o!
zq4jFEMzc}x7x@}vl1fCBAWWlI{446eYGLBfi}p+If0u_R`6#7kECi@=7Ln?|G}}HQ
zB4ksy0x(`UF)2=T0rY<S5#?tN@x$t8`1rQf{PEeRz~z_YMlrkpsSZtZS^>Cv-s+mI
zJ|o|~@iM<Y`!@EpN89>#3MWsHf3$;N-h20diEp6VIcJN(a|aLv-!JpS(RUab>tRv$
zW&}7n(#7CQACg?KfUVu#H05#>1_t=x_S^aSr5Cy7i6>_r-&hDNcGhD496yZ3^7W4|
zkaiYRaz_{$Jq&<F2n#;BjxA(!IRG+kZCt;3Gd(+Z;+IR9WUBF?7gBDm4Nc(t1rY@{
zoUsUNL(1+LH(&Q8xt5J+mB#mdT>l&(B+NW^F_)q4?rJ?;DDa`KE&#NXoI%WsOSc~c
zC56cE)&}@NKp4(UjELgi+g@dP+rwy;2EZ6Y+F3-}X~r1C4cj_6+tb6IyY6E2$PxB+
zb~1Y82-k1xAe=$5hhc~x_*ew2Jz?A+*!_2*aF5a^qqW9KI1M+(`c>!B<urP>cKe&S
z<KqnM{gThOY~g%gAFUf7V9o2>(GA86!w}E&a9x*Tu~78GaF^usc@rp=Z*6H^7mLLt
znMjgoaH|rLjkX*0+m2`)VZ5)8FYj4LrBI-A<Sa4AX;{R>giF~iQSm$mPY-q<Kia!q
z0Qu^`S1mC~e!uvdmc>RZNyHP?ZM@P|f>ZRFOEWT6Ul=~{Ed!r?!kRbVnihE>dS{65
z`%Jhlp&#0z;Zws!_pduQ-M8sf?O?Tk|Ngd6>pj_~rd3yEG8s_SqO=yS@WJY03kO0=
zp;#=AjgKC#l*^B7*s!5`u&O`m=JR>&S-Z_>{RnWQHYOvWuN3`ySZl)|3<`uC^Zd$(
jj@BQvx3>rOf`ESjpmaFvykVdv00000NkvXXu0mjfy*jMw

diff --git a/wp-content/plugins/privacy-share-buttons/libs/identishare/share.png b/wp-content/plugins/privacy-share-buttons/libs/identishare/share.png
deleted file mode 100644
index eff05bbb7188e13f5f93c2fe7731a35e2f3e3908..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 3669
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

diff --git a/wp-content/plugins/privacy-share-buttons/privacy-share-buttons.php b/wp-content/plugins/privacy-share-buttons/privacy-share-buttons.php
index 9e72e5aad..ea1faf50c 100644
--- a/wp-content/plugins/privacy-share-buttons/privacy-share-buttons.php
+++ b/wp-content/plugins/privacy-share-buttons/privacy-share-buttons.php
@@ -39,8 +39,8 @@ class ShareButton {
 		$this->css = $this->url .'/css/socialshareprivacy.css';
 		$this->js = $this->url .'/js/jquery.privacysharebuttons.min.js';
 		$this->jquery_cookie = $this->url .'/js/jquery.cookie.min.js';
+		$this->jquery_ui_css = 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/base/jquery-ui.css';
 		$this->images = $this->url .'/images/';
-		$this->libs = $this->url .'/libs/';
 		$this->services = array(
 		'twitter' => array(
 			'name' => 'Twitter',
@@ -53,9 +53,8 @@ class ShareButton {
 			),
 		'identica' => array(
 			'name' => 'Identi.ca',
-//			'specific-settings' => true,
-//			'username' => 'reply_to',
-			'lib' => 'identishare.php',
+			'specific-settings' => true,
+			'username' => 'reply_to',
 			'jsconf' => array(
 				'txt_info'	=> __('Click here to enable the button','privacy-share-buttons')
 				
@@ -83,9 +82,7 @@ class ShareButton {
 			*/
 		);
 		$this->js_conf_default = array(
-			'txt_help' => __('When you activate these buttons by clicking on them, '
-			. 'some of your personal data will be transferred to third parties and can be stored by them. '
-			. 'For more information click on the <em> i </em>','privacy-share-buttons'),
+			'txt_help' => __('When you activate these buttons by clicking on them, some of your personal data will be transferred to third parties and can be stored by them. More information  <em> <a href="https://github.com/controesempio/Privacy-Share-Buttons">	here</a></em>.','privacy-share-buttons'),
 			'settings_perma' => __('Permanently enable data transfer for:','privacy-share-buttons'),
 		);
 		$this->settings = new ShareButtonSettings($this->services);
@@ -112,12 +109,13 @@ class ShareButton {
 	}
 	
 	function enqueue_scripts() {
-		wp_register_script('jquery-cookie',$this->jquery_cookie);
-		wp_enqueue_script('social-share-privacy',$this->js,array('jquery','jquery-cookie'));
+		wp_register_script('jquery-cookie',$this->jquery_cookie,array('jquery'));
+		wp_enqueue_script('social-share-privacy',$this->js,array('jquery','jquery-cookie','jquery-ui-core','jquery-ui-button'));
 		wp_localize_script('social-share-privacy','socialshareprivacy_settings',$this->jsconf());
 	}
 	
 	function enqueue_styles() {
+		wp_enqueue_style('jquery-ui',$this->jquery_ui_css);
 		wp_enqueue_style('privacy-share-buttons',$this->css);
 	}
 	
@@ -159,15 +157,13 @@ class ShareButton {
 				$conf['services'][$service]['dummy_img'] = $this->images.'dummy_'.$service.'.png';
 				if ($info['username'])
 					$conf['services'][$service][$info['username']] = $this->settings[$service.'-username'];
-				if ($info['lib'])
-					$conf['services'][$service][$service.'_lib'] = $this->libs . $info['lib'];
 				if ($info['jsconf'])
 					$conf['services'][$service] = array_merge($conf['services'][$service],$info['jsconf']);
 			} else {
-				$conf['services'][$service]['status'] = 'off';
+			//	$conf['services'][$service]['status'] = 'off';
 			}
 		}
-		$conf['uri'] = get_permalink();
+//		$conf['uri'] = get_permalink();
 		return $conf;
 	}
 }
@@ -256,7 +252,7 @@ class ShareButtonSettings {
 	function username_field($id) {
 		$field = $this->settings_section."[$id]";
 		$value = $this->settings[$id];
-		echo "<input type='text' name='{$field}' value='{$value}' size='20' />";
+		echo "@<input type='text' name='{$field}' value='{$value}' size='20' />";
 	}
 
 	function add_default_fields($serviceid, $info) {
@@ -339,4 +335,4 @@ class ShareButtonSettings {
 	}
 }
 
-new ShareButton();
\ No newline at end of file
+new ShareButton();
diff --git a/wp-content/plugins/privacy-share-buttons/readme.txt b/wp-content/plugins/privacy-share-buttons/readme.txt
index 99346220d..3a0352d78 100644
--- a/wp-content/plugins/privacy-share-buttons/readme.txt
+++ b/wp-content/plugins/privacy-share-buttons/readme.txt
@@ -16,10 +16,6 @@ they are activated and become the real buttons. This allows to give control to t
 sensible personal information to third-parties sites, and thus providing a nice compromise between privacy and social sharing.
 
 
-*   Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for
-stable.
-
-
 == Installation ==
 
 1. Upload `privacy-share-buttons` to the `/wp-content/plugins/` directory
-- 
GitLab