From 91e0deedbe28c5c895b57e127cd6ac663c8886b9 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 zcmcb@+Riq?vwo$gi(^Q|tvzAB-dc$gw#m~jvPVd-6>DAFv@KRcg+tJMozR_*Yib+p zFFw6ze{tDSUdKCIE|)!2YcgR96fmFIv@jv^OX|1M=QbwIjgz;(sCqE-;`g~TKcA^Q z_j}J`2Un}PaiRXNv;H`gPY6mb&dYn(KgnyUSzB9Mov)8iLPA3Q0_`{D<>eaFPw&{d z^JivVWo6|2IdfW0rW|_wI5}MC#p~D1mYZ+B+4b}5*Q@I^xURTd&|NV{L4D^+hwzip zlNIzu4;((s{Pe)ruclo`7hUmazM9o~{PDpTFJ9DpI*D|+C>89!8xaxFa5KkEX`+MO z{Nr!lteJ5C{{4E-rFZYfPVrK$Z#n#M+vi<O&CSg-X3e^Eza}%&bIOUQMFkcz8*aay zuasvZWnp0<P}F<EgHc$0C)2F6%Xkdt&6{UnYpW}MHOsX2j>e*kFLwXm7{N2ui*@hb zy;gy{1@h$d^!1OjuN4kyP4Ki*{qQWqHZ3hpfP>}2{rmR~89yHQ{MneRwdqRC;kWf~ zb#=tLr!<IfXWr}lv}5gB-N^d~69hhg{`|hG>*C*C>>Z02D}VX&C84H9=4zIxy1IHq zT$~tdPu7lY+tl*+@7>!wb*iZ1qQtFBtW+1QXSz4%WXchf_V)Hg9rxcK|M1~M``tie zU3r(Iw**Uq9BdpmTg>&V*c+#)UXf?|%w3SHwf<J$cD1AzjQ<n_n~QGcm}xrN$Q^(5 zNa@(IV^(_BrNNoje)b<`x_z$V^z-*GEG$$ky1aAByx7A0eE%sAk9`!C5ZrI9$e*5` z?sVksjAhD`PA=K<{O{k|o}M0$p!>WZ8?>BnJ}vS*yMEoeg1S1rtbjT_b=`yY9}lHJ zTKj&=%mdGyKYrY}<$PH2mDi=28ZEyLep>tFi}Y!~yjB)#YisHJ`6=J@-X0UJoAk40 f-~D=42?kE_Bi)~Q9p5o9Ffe$!`njxgN@xNAvq@y{ delta 663 zcmZo?yTUrbv%bvJ#WAGf){(HitCAdf`qm|E|My70BPnsCSd&@U_Kg>d?jLa4@JV+~ zExWd^3yXZpQ8yP6k&o<aU0faSPL3=((fRmm(QMuo#-4tk&YFAnZ9D#$@oUxJ#{EAw z-prX6zx*<%mE!*pE!MK#cNabW?V_~snn*v(_m?GBKMqe|H!pCkS3jKR=~eY-!H>Un zm)$ydR@lg04nI}4`)}^@ggczq|A<_2bFe7*a{cAY$aTrDmncs@>0mT-3(Ex03V}M; zJN(zb|Ng6~x%T9_&pv9x1sW1;4gVFn7#2CEZ1PCa-Lt9I-NLwwanU>LlS}HCUv7L_ z#JM%<tu6;^!#g*z*>~ojPmieA5qt2p>g=iK-}l{rzwm0-$|rX7&tG|+)zRI|K2iPo z@1He%XVZi~{j?G3b~V26vZN_*JNM#?Cs;)LkL#}aq&=-Y#I#`d-Frd4j!&lYvN22a z9~a<je^|6rL(OU7h3QF2?lxB&ro^phpM92X-SyQ@HZpvPX0tU7rh2i)=!s7`om$`F zw)jGZ$rL%p6Tz=vc^Q7-V^A|!oA$EUM($yOg~pc^i^bGzy;OuYo?(ftk-E)wAid<_ z%YbE<HMiW(J@K?CKtsgAuAQ~(BvWI9>w0aQdyda!et7W)ILx(Ya*<}5@a_DqsN1Z& zHohs_tvLJaDlYY3J7m{$sfu-HK0l?cHc#R~{p5+<Vz-YUZ)ZBLxr}A^UB9<08GimP z7Wkz4bb{Zmdr#LS6jgow#I-(b^|Q?{l<zP26rjc+%e+g_yYu9?b?4)^-n}gP;Cj~9 zrUZi@UryDUzAtUO_jS*duT_7~-~aLJ=KJseC3dka4`Zu0UG?)n(?0dERGV{2D?@&L e4R2s%$i1ohR^ZOs$>t0U3=E#GelF{r5}E*A@<`kO 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 zcmX>p_fTB1Gr-TCmrII^fq{Y7)59f*fq{VsggICk7#RN4Ov%}(7{pc2l;rL1!tlSn z|IB^{1_sUokH}&M2Hxu+%;=;syMlp%fxX1j*OmPayC|=ytilqJ>kJHx%APKcArhBO zPww|-3S?ma@V@$9YixO`N)~Tf*|IOq87r4An|45P#X?0E>82HI%fJ2WF3BzUu%Dxe zr>OhU3ZFwP`oX6!d)K_Ls^@)}{&zxUL<FzyTn){WGF$Apx88Z{EOTC=VPj3ms{Vok zgNhkR<ug~$;oKy4Yo*x}tITKhI;ty{x2}6o^>=GW^XHx$;+wl2cpOw}UgUM#N-xOj zT0C>TjamR(z}Eb8#}qO<HKzLX%@aK={BP%Uo<5Na8rhW>no@awhNTFszq_<Ro|V7K zN=WY59lhfRUf$X=ZFZWIf0&pb@6|guc2&Im{V}$>oO45EPTK7c&5lgX^1ctPp04Ph zu>E({MUPWk_|I9#Z&TI?uk1V_G~0zi__6V<TQ9#$?caMbz`*TMy<U6K=UUxUtPBhc N44$rjF6*2UngB{|tF!<B delta 1264 zcmaDTeo{`cGr-TCmrII^fq{Y7)59f*fq}t@fq_AUgN=cK;ryw*SsN9DxcJ$Uyxm<G z{)6Cxy~`(0uH%xgXX58m)VmnN@PvVZrQOrTF~sBe+3DxAgCj+b+kbbz=RHd(WYvWu zE~`rf+;nzj9G9OGIN{bm=H%rU95+Y{9$c$k&a5YLXQzyp^_egY!If#oKAO!TK5K61 z<Q)E@>3Sil&P4zHah*5ZnQOOXTKA-XesH(={m;7dw$JYrx4i$&z)`Pwq?w)n%f-d+ z?NfuCojMMCtrSyiNh!YAaJXJ$-}~ym#~}?rqt=>zdv<pAeVx-qdH46dWoKY;v6|~Q zbJ@@1_x4uzZ{N1ft@ge<N25Sf!<+xAjBTMZ?Wdm>ZNK*G)kJ0YIwr0LeI}uY1r=Ho zJ+^2sHSiT)YZ`QFnFq_RX{m<h_2$Q4UtiB?QT9e+?%cU5LY<~nuMg(A9s6vPwN+|c z?&Dp0`S<tLrr-X?FRmY_)8V7G*!KKy<C#8X?M{k<oh}AE%xk|+^E7$o>*F)w^i#7d z)`gE)n3<WSC*ADvSn$|_Z(DBg%8(7YvyUD<y8rXfKash&zny32ld)JgMQEZ&OMyjw z&y=Fm?dGp+>;BA$(R0_Dnv{^xkYdy+z;t?3#g7k)`f+<4G+pE4<85=8gQB;Jx^Oi- zuY7ZR`}^O0eSPsu5+#~1W|(BnQd^dJZR#u^7q6v4=jYijUc0teJAB;)ucfbEf2^1@ zaiZX@+qY-VoVhS+?Yhq2YbSBIcy%U9%vk1WB2}Nu+3Msh^g_gGP2#S(DK$SosWL40 zpMT8ctbSgIrfYe*IfJpWaVdMw_6Z)E7p+!=%1rZGc`fbGi|nM^W)8Ls%}>pLFfHbK zu9o?}XL}OXU$atb6)0M+B6UztU%&pN{g1joKMK#zno@L}FGlsN<+QS2ejJJ(YLgjs zbaiVVZe@5=|Ky3v&X~U6-`^KMKE}Ij*|HnFzZr_Q%dP$U`#bZ6ix)RO?Ct68H8eDA zd~8utTDoz|mLqp}mwPV1ygMoWy;~i_o~o~04Ov@HEq3pZh=_P_VWIQattU@<CT*1X z{_d`_T>s~Pf2-HU??3nBhsEE&f34LY{oc2GuF#G+F)=X)30c|H`t$Q_b@cVG|7Yc_ zdv|ANm0?D9_Tw`%jh9@`3=0e6Xg_TI>hPA=yN=HN7QF9$u#VWyf`?4Y{pKo(a6Po( zds-yfFm0L`8$0{VxpQNa)irK9?##QERxs`Lu2jx5mGjykTU5;3{x(HkPHx%q<?R6) zA@z;P8znYI@T@i6yLa!I^XH4}KR@&3YGo>acV}UM#)aFrck8ON%?S5AyL#b5#Vyxr zqq3d7I)hfdG{|PzRF}Wu+SRMB3j-8ppZ)abXK`A3x@F}jmFw$b4;%C>^9)%Xsx_5s zzFn=>RIjD+u4<Dn?t7okCudV(mLWAeH&kkMu)s3Lg<li1BgMAo-CY#4(!k2<R!MyX ztIDaTMq8tLK`Hdp&p-W40{-)CJT;asd;GCtcaWFKwvW*(KflgTG5(ulcKXW~6J=#( z-}B0Sk2h@E)bzY^Uuxugt*KuA_4WVlldi6)`1K`Ih=XnQwfxi-w>-LzCcQk|&VMs& zYt_$7OTFi_uRa!NKKZ1^@j|w(*QPhVpAxjz(23)#Zo~K5`^B-_IiBR+{&&})=i}$+ g=Xd|pYOH6xtZ21e<>04o1_lNOPgg&ebxsLQ09)2#q5uE@ 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 zcmeAS@N?(olHy`uVBq!ia0y~yVBi5^4mJh`hOp9@=L`%CjKx9jP7LeL$-HD>U|>t~ zc6VX;4}uH!E}zW6z`$AH5n0T@z<V8p8J#p{S1>Rze)e>64AD5BdfGqxasmVUgZs0W z%rtu`b<5P2L)E3rwPaq^hx573hFqugoOOAQbf5a5!VzclUZd%olF`yzbqwDbxr{WO z9RsUZwJP{V-PSAfoW1A$?1~G`FN*6ulqVht^}2ZCX-RVB&ux=@!dN|x9xF)5^R=H{ zn0nPL=lADq#{*k6m>3(5AGmq?_HFi+dEshPnu5D#1R0zY6zBTlyt{V$rPo)>7$>x? zd;Q$pe67#==@PfhBzxSxF8;Zv*e9?^()YGk`@(0LQunq+iRUr=uGqfmQ$ftiBX^4| z>)7V7HCWZ%X8aT%9$vdTqUZM0P0S2Ut5$_NX|^p6{Hyli=~RtHztr!r&*@)#&3508 z4xI^Aik@u>9+M;u+vabMT+a8v>iLh^vTeKNo_EBApVHG^+M>a8+%VZ=S<p_cf76-H zot(rXaOn8tlM^3U`AshF>sgljmf>f8bDUPL${_*0<X~+MnS&eGM5RcW$hO^@x^-*5 zZ{)tu90Bv0#lL$kRe$W4elA2*`1;>}3?Dcd_86XxUe5FQW#MhM;LwU5MMcjE&x;LQ z8D)8r&VOHC{db?D8pEecrS`gIyMOP>T&M0DC}7KPxOC0?-|goT45nI&KT!y%XJA+1 z_u!krIDvJ-J{J$g^%|?*R(}3oXfucLo}@#3e1t`%5>NMjhW5A54_w&)S%QIqfx*+& K&t;ucLK6Vz)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!ia0y~yU|?imV4T3g#=yXkAHj8-fq}um)5S5wqWA4-MLq@v zk;50>-v56_Ta2@-<;<QXi@Xkb1Zh5v&dF}D^^bq>Nn@!^0^^e{ywV<zm9{W2Ffe$! L`njxgN@xNA=>8$> 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!ia0y~yU|?imV4T3g#=yXkAHj8-fq}uy)5S5wqBptX)030+ zYHVz5ZGlNsBvjjUKfb+fuF*YlqF{4EQj$}e;*J{~jo;5`7<%;x-QZw2p3He?!Ow?` Q3=9kmp00i_>zopr0DRvgbN~PV 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!ia0y~yU|?imV4T3g#=yXkAHj8-fq}u))5S5wqWA4-LoNmd z0p^2y|NLKFc_8#w1V__Wk6DSckA4$y;CL9lt2#9FZ7I9Mq(1YO4>H27Oq?HYxJ-9r QU|?YIboFyt=akR{0FXu_ssI20 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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 BXD$E$ 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 zcmeAS@N?(olHy`uVBq!ia0y~yU}RumVEDkn%)r2K!_(_00|Ud`0G|-o5e3?AZ92rj zz~EOB<QL2!Az;M95wO2`rk+wrfkRq?l+alo1sgFZ4==eWHG?3XR+IL|!&xWKAGdIk z*}Jo5_12}mE7xw;_&Z<aJr^5O|Kg;n3)kn|pX+9qS2r;u<C4c;1_u6CPZ!6KiaBp% zdy{T&6J$H-vFd5dB;D%FH&NbJ>7OU%WM9u)J4<)v<r2^9U+?`dWNTn4v{z7Y-K28+ zM~b%{lgc|gxr5dWQ>LCeapDHENWhz@*13xqZWOa!3tQiip(rwgF}QMfivd3iv+H() zT92KYx*x<IJQFM7&Te>{|NqV^?*jfQEFv-TLFdjdP-u9sCoM45wcDIy;eM`J0-Do# zw8E_Gz67M+d&KKhu|Y`dldz7hN>$rZb{CNw``B9q-ZC$elUbwii{Yr(#=W=SGhf<q zb2r2OmTmRoH!R;(D@>UP1{;s>_~=n^yig$A;m9W?BXu^$4=nR<3(NBhFgyKv5xrDp zL4$%r$b+kyyF9MyKY5sRbE)Mov&o7J>mwd}6ehU1E;+6hbdF(K!&+W;5B@O4`KmW> z2|Z?PU1WXX)0Gbg-(7yFwCLln$Bdu2Zf43)I2OB~I|T~f@V#dJck+Ts<)5v>{igg1 zU;3rKaCQbIvG0^|(3oN|>yF56=alwuM^|0AyKueE9fy!chs-^HF9;^FbQTpFBsS*o zMJRp|*~UKQ*9O@I>kB%+rS8(<e0|^6BuOM(VNdlEF4GNb&mLQoQCfFEqyC^&pm<lD zL*wJm#v-?D-z|D6rqr7B|B0zwgtLgWgO~ioxqUmF+gC05)e!P>-FqhUJ@voLW`e_K zVqyHof19qD9_Cr;pi{(obm7UBt6V;>*4z-n{IO=9|D0A4ho@Zre!7BJXP)|dl9Ofm z_ob5_P5Aqk{Zn+F!<!pHjC&T&jQAqrnakXLw_Ag;bL+!}ZVIOyrr2-%U~6zsXaPq- zsn5h2*6DI8mmWHpo!j2>MVza}o0&a9>eOFmy9@hwD>!5*TwVP1kC3;pKv+Ybps3JM zrNm`QtNXcsstV*ZNjvB<mUXJ=H+~3>`*KZy$6cKLgcT#Za>Cq%1(OsSN}JY%lz6Wc zl(|>;K;~%o;iv_7f11jK?AhO`dM*3S*NOw{=J%gG0RlI&@4ShPVbgjOc=LeVY+jv9 z?cJ=GUOTm|GBM%4<sadFwuZH<vgurU^Ui|;+VR4^OEkoof9G7-=Q@wizvWjWmjX|i z%I^?Er--j#87DC&Ez<3(v3F3olJ@zk)BT8|2j5iH9WL#3WQy74x#i(bFP+-91}CTF zho58E!ni)3D(XGBd@)Cc#--R2&l7LrR!M#qTv&VO_)*FHbJv&U^Xv;YZst_7UVQ#L z`>B}%yWU(pm{fa5Xs*)z4V(h}({E~4C#g)_yG)F6=`s07kKM}!%J1&$0fF7UpQhbE z!IaoO=U$T1y$_n--d_%JD45mi7N1&VCg4?eVZ{ojhu`=PD&@Yow|0%M?!oyf=AU1g zO}S9fuzr2Z=?!K~mzP?zoOsi!zyA8S$!~fD670N-SOQ{>d=uLc&$8p@>$uV$L)FQ* z{Y8I;H2H2?`$BJH?M{|y9~c7Vjh}J6`q;2dPulOsX7(qKYZ+Dx$}H5}JN<)Q!*|x- zPyXpXDsN1f-v4TPV)GAy>4(MkYZq6lJZ^Zxc&bFU{l|38JAP}D>fPMj+>ZTqN`2Il z_45}$n-qVZpM2NCusoBVt3PxEcOG;U*7`a#;^QN&bH|xY*(6r8FR{D%IH0?ImHV^S zSBc!)nvFT-u6`9@t^Stp)WO@WW+U=ticd86@+0^BlJ&Z0u06c%PNuEI;RJ@qjDZfF zDNXCQ@^YPR^IUOM&vW(bT{#ChBn6oSm=j`39z@$Hu)J`V&n#JJV!?mlr^!iOHs+!O zj68k)+6P$9q;0<OX5vP+CZ`Dv&Q1yvmoKvUdNguoiY#fFFY%?4frqhnM%!(>11HZG zRV?|~dH3%T;ewi~AJ$F>9v|-)wSJhiv2=ZR5mV3K`N>Qxyc@U8|0Q8kvVcuq`b*V; ziH5Rm?sYN?HvPLVn9$eXc4OAzpUkhkADk4f;XE_Nj`i2x+Y2|X_g6V^<Nt>@pX->o zwmIf&b}eRFYEV#B#kIGVK_-)J%ikFczb^|WSUb8L*m?8!pF6o0c~%FL)A(*V3ON*; z?>Z>-fmLq)3?KPd-*@#h+*6Q=TEM2Sr*~lYiVqF1GAyp-{}b9!WX~whdyDs|gx~SU zmOUShon8oClCH~-zj2RIJ>dWc!y`uF{Q8!LcLn~sGfwkbG3{UvaTj|h!YSz^Z~f)C zxm54*yRivxZpjNXZE%{@a7DG@^lZBg@3hKULbmLESKuqdFn^_-0l&vxHtAZm5}swB zw!b?UXV`H~-M{d25wrRMqkz?C7p__+rhTMJMyJFxTwT2;RVMGsKTs;~u|2*y{o|*g zGr7VuqWwN?3;tR1-Mf1BuS=b|o9;fnF*$5r$#1iTCm&wg6jYz^>&nI7v(9bvyP;Nl z`<oMI=u=6FnHrypY`zqpXbh_?y1-iGsHL_4?v3>V%vI^kW|v)*XK&<Wojz^$=Zld6 zvlG_6dG~hd!?LFHFN+(VpQ#hpm|OMRH|JjJ{+iMq9A`xS1n!qhY}KlrryVl?4DTl9 zhF_C+1=Sz>`8I+(SxH-KK9ApooG<hJev7bVB=2`C;cK_?)3(;FeQ~2FqU7dOm4>B< z7sSokUsGDv*Ve1`_I}*~b=L#&57z%OJ;e6vlHugSPYa75GiuEbV!fSk&;Q({Z}Th# zzcMRVm|T@HIn*e<(ej1zg14-D)|~%$|G~^~kK6riZ!XDwnEET~?_GY)SOfkY333Go zZ5C|3Klh;2EWcH!^CPS8n_M!V+hjKL_)g{-b_Z@xS9@^ur+E7>(QW&CuNX3_-Uw7z zuV=mg>bm`$oLh&l@0hBswz#PJZ`KaKiNX&y?Ow;f;F-xEO`cn)4=1efV|?D-)1bGP z`}X~{9Sc|#e*SrVeDU%Bf7VUyzw?l9`sC$b-e?wbZZQ&@Z~uMM$G>@dj6E8XE=ZsG zk?_7&;D*BY>1z-D(@U5p@$oC0Y~!!~<!=fKBMpD2GQ}tTzIyt7>38#=|5CO6&VG$| z`zGGD?XJcvm&Op`=07@o4-Vh+;j3l#@tIfj`)6)|Y4@(0jdKMnUUV&GH|$An{oPfe z;NqCH0Gw826FS(J`D(C>Z+vCGXUhdYSC{v7Hf1rKsybhOGu@x1&)7O^{^5cjhxtFq z20a(NS6|1bA9vv9os&6xTcz^~9`nvUV_tGnx_|aD11Y|EVYVH6R|^_kJubC4N7#g! zTdsHhuM@B1+5Uf9_#$Zqzk%pU-|%zGvTn-fetPx##f6QRPWH{0$>FLgN@aS?y64$r z-mVj?1rnTex3q7(`>#w?FZ0FEXT3rB_bO`JxL#?_yZMl1f~s-?`{D~t?Lnr_qOy#; zR!R0dvg|P`F5PjkHF0l0!viUf;>b$l-Op{a5>xZ*Jzty8ulw|Mt)A4v0#UXcN4C57 z&owXNN)Ym&dtUPm<7Cdb^>*{l`&PZ=yzouigyopz^OH^yDSCZ}eXIVRE<4-tnt9*W z%jZ9ATODvcrQV`bxM0nH8#DWLH!N-l_)TON_^Va%_0@~3GJ3n2_nF=5HFIb9-XOpB zjoZ_x-+LP$w;t8Jdsldw|I3pnITaWD%sCp|Tm1L3;DwCMFWxdgD=uby;P>HcfyJ!^ zb&f6k2H*5;n2-INwPbPe;`b}>*M8*C6J&noaD2t>;%4)6`<DCPo*(v(&E?mxhD6i( z=M(!R8Oo&Ze2IOqQ*y@FUmvdI8qWN|sC}3D)%;7w3{MXKt$bnj;r4>B9NqKm9PXEz z8ZZjI7CaDetN8z&ql}HFO-q;!ZI8VcvR%$z@OP1dR^uV>Ft(|Zmsa0t>b?57;qK!f zcXubN_{mGIGhy%5_!Y6U$VgdPIa!zI<Es~&=lh6%zI^lCmYa6>nD@MInIF6U_h&xS zTYB>(isx@R6j^-S@cljZG=sy|f7AuetPo{eCOjkZU;4|g*@vnpJ6MYUc)<DN!qtRC zXN|rUwyH_58uK3*ojGGGySD9K-keWM41aKD&1si&nm;Lj#ok~Qu{^1tj~^({ohy1a zcQV6W<{2WtY%}M)GB_xleCpQw<>I|}PyD-Z>29Xw(Qma^^5s2SZ}M@jxchTm;p33@ zS+SoO!d3MSe{1K^=sbO+^;vAy?U)Z0{ak6AZ+=sX&EIfcy;SJJlhs@2mULxTA1JeS ze9dsy+4x#p`Miem6+!j#@yg#fM(pMn;JK$!vHbg`Zv8^lZNfq?euhi$;9l|XD97yM zXQc0B6udo>9q;*#F{10|arLC-Cx7XuMTp(|x5-=fTjmxeWe|AW7U=A=C-XoDt5M0z z7rYN1G@LT+U$f1J!GMc{aod_BqOSro?|HCJHnOg~6!OYHKU>WD`XY%pJU6!`d_61{ z#58M@UwU=bmdZU$iVV}enJPAMEZQWv{W)vy8+%7-4aTw`i$gEf^=vqo%j$DLBSAP{ zUor2~fA%FCa`_{=8g#1<l>KJtoBN$HdLMU#Ldx;-M%x2<j~l?*|99_?;*@gPr}d(L zs`{?wz0!F4Nv_s^U1gt0-P((vc^?1DeZa^iKKsLa`-sqc);bUBXEC&fscQ@W=4NZC z51X&{UfOF%(5vfFu@9H86<=<(c<K4;RnBbc%zrQI-ft7$HSg{Tho_B|yx&arti4tG zdHO$|-sK5lw<oig3ow3LeX&dV``@Ynhrk)Ues)Is|NmAmi^<pQ`!<E)HKSDckDl3e ziH*h;J_pKqt;FL4?^*Y}u`TGjw&z7k3CHroa!l`H)GgR{?AmkaZk@5r!{DHR+p-I9 znH_uo^=D<h_WW7rL9N&b=|4XkrkoKET&uPI*1cUtTww0>i!g5bg@-wkGxe9mgvM>% zTl!Sx$7e?QKa6u~a+40f4$GT%>DH(6xjZppd!NeJ{A|DXP1NP|*)G2@zo*Xx{#CY1 z9582?`-X4Pt(y;CXWLlMS*3s4wbtHMPV4yQ^oRZmzgFC@``!B@{ofpY%l&NY<jiKA zdiH8>8dq|wORXwT*Y$K3m9K&Cw!6<W|CZm^p!th$7X#zM^PxOm+vGn?n87|HUwS69 zj=#e%A%pw-L<2S6emd|(q*1_nUeec{Yb0lsf1Ui`JUfe(>2=Ouem&(u2cG`(Gri&Y z>070`_i0)C+D$vztSmco?;pFiw|AY^@{MmD((XEBg<AIJwr_gfc4_q~NeB?!(s;P{ zWHtY{|IC*^$*M3sV!1JWdhNHjDQ*pq{(mXhf3ZeY(Iv%AV8?d5nSX!pu66&`P<@~M z&iCC8pw_6H+p%SVcjkF0?Bo(!bya+q*qi^%Z;iR8UMS^c`tft0@3;Iz%scjOKUMdN zv8-};?ZRBq-{n;{H_X3^PJN#zA7J^T=va96|F<6-OKlgdT)&}a^_%$X%z1nNzP`s= y^=AL(S_h_k|875K_T-OXJ(l-<_QZ|Pf7qXVRxBfLQyKso@$hu@b6Mw<&;$VV!y<_Q 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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 BC-?vW 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&send=false&layout=button_count&width=450&show_faces=false&action=recommend&colorscheme=light&font&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 - // + '&send=false&layout=button_count&width=100&show_faces=false' - // + '&action=' + options.services.facebook.action - // + '&colorscheme=light&font&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 != '') ? '&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 + '&counturl=' + options.uri - + '&text=' + options.services.twitter.text - + reply_to - + '&count=horizontal' - + '&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' - + '&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!="")?"&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+"&counturl="+d.uri+"&text="+d.services.twitter.text+c+"&count=horizontal&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&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!ia0y~yU@&4}U{K~@V_;yowl%V!fq{Xg*vT`5gM)*kh9jke zfq{Xuz$3Dlfr0lr2s1iq%&uTyV2~_vjVKAuPb(=;EJ|f4FE7{2%*!rLPAo{(%P&fw z{mw>;fq`+Cr;B4qMC;od`?Ev>MH)W7KXZR>%I23W@(1r}?3kF4>{8R<;Gu2TxM&As zpkpmFw{*A2%GjHp8w$D&)n3-NH)N(6@3ww(X5$2ogIZ^Js+qsPPGfs#X`g3qB*C-p ze2d%$&XOHoojn(d(%U{C)0Wv5IB&<g)s6yZs<(QZ&h@*!^i(o`jQ>>K<Apo6SA`!k znDaevy4LyPeZ2dFr#)?B)@e&T5$epq;#jcn`y%7_sjp5s`JBd&ge@fdk6*8wKkw4Z zkpIcAcIqj8dLJ3e_^;YryX(~EOD3sCGZhLRt^6dou)Lrq<Yz*|f$uwOi(AiK5-Jd6 zn9%3;$Hp#c*7L1rm<66pextVgqSLNDth+dM!flKh@_y_)KX+>MmfLT+<<D<2o^;sx z)BcWl2h-k3N}C=ZPPg3uYu7KS<L^T&q_!%>zAigj8q3hNDB*|lMV-?wQ~3F>U!Q-~ za(fwvgMHt9r9B-{y0Nd<aUC%5G?7kU^kTRBcX^xj)oIEC4f@s9>sf0hw<?JW&T?^R z7HIfa_lGN0dVwd42@m6o_s4BRV>5&pKd>LoSafh|H{Trw1_lOCS3j3^P6<r_`tbCL 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 zcmeAS@N?(olHy`uVBq!ia0y~yU@&4}U=ZP8V_;x7e=2Vl0|Ns~v6E*A2L}g74M$1` z0|NtRfk$L90|W1M5N34Jm|elZz#v)T8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V z`<;yx0|Tp&r;B5VN9WP$u{k24BFF2W-`l-=v%J&vex+@$J?m;Z7O5$<Wn}cQ^~`Ya znQ$#*QRl1|&FiJ^*L-ERms4>O_6(@J;Ig<$ZPTO+Qm*n-x<Z^<r%e-EsJlyk?#-Dy z?Q}NhaNf$xK4d@B=iSWeXMg?|Kf6=BJ|de@K=9_q<o3v2IX9EtR{FV2lUf_xq|vf6 zfua6Xq;V^2H*f8IeP(r=`}gnGzq#?--~Q{A{DVv<SQR(r-`}UYF{H?UTjsr0C03J< zMY%W#<dnV>bv~k)6sRTUot(V5-8OrBUc~-=@*9{=+}m3{{Ydc2_fhLIBiHn*36>k& zQds1$Oke5LyPKc)8`|7Edf|oRh6|e><cXb)J$`7J=;UX<O4`9o?s8pg3u)q7_gavR z(OG$U`(3Zpx5vJHt2_Dp^D%MD8`m!FI(FpIq>@Q0LWMooV$|-{b1_(a`JMe`{!g_< z;%6Bi+<NwVXY$R@(?yM!3OKO*Q8-X+drCNUPuKAW4^}!Kudcp6vs2+kM%;#isn?<= z`Au5#c)^ramVWGlo%5^8FVsJip0(M0W7*MSoipoP8j9;>7q3pYRzF|En>fij%%->F z%AYk`FAFgxY;m*<ty{=@^4#qD%adZ>6^iyB-L~}d%MzuB4^)Iq1$z%fd9SqbyMJQ& z8Q<+23(snsq=#RdcYgll#|O9O8`PiUon!M`GHz*0N5a}%4;PlDA|ET}xY#(VP4zn3 z`!a;XGLUQW*B%!KQ)TAo-<YRO_1-REymD1-P{H9(s{D-8_C3_kl7CS2)hO1`ZFa_v zkj$mV5!^<`f`We*upBtF^R(K{*O_{!)*WJ6_%&;r+vdRc;y<O5CwaL{QSezD{zv=O z{;b4D=exgozpJ0#uKrVFX_^kpibAo8ulAeVwo_C}3Es|R5NBbi=~u$|rS6a5({#R% zhhL@t__6KkpN}_}A9y<bv76!U|10@?i=!BKRNZ?uYptE~{k<QJ_S^k7`?kgX_OCK7 zb^i(VTbkqVRe!JV%wKTJGQIm?F}ncEef`geFP2M4zD^AMmd0XXdFki_Z}~|v8yeQ$ zy=(HcNQ8~;$AfRTfBsx5zVm6Pdb;fW2o9aHYf1lP?0b%W`r5BQp-e2e$X!CxmZ!m$ zgWGOrpKeOAC4*6JZp{8lV_WO;N7KD$q^$b5Ks+dKEwAr`->ibHW^*=jWILaFCt)7{ zU1jIA-i)cozSqY5mr+nTV^d~0ec`)zS++469~Q3DW7slzj^mkb@9pv|s;wv9Ut{~> z=pb><r>Eo5z1wlAmA4OPOl3PD;e0F7<yPh~iNn0Ntt@U|K0I&tyQD8C1izJ*8C5;u zxSs!7VUFX*_QVeP9}z5TY!mM&-1u9*u%Q2v+TyLpJS}+5kNpaLe(9-6)wZ(Vvv)jx z%=6~&r1RTz9@fOmua%ZhIQ#ncMc!lFhXu}mE{L6;v@zhz;ezQ;K358BOwG^Dj1})b zsxs4KQbxgQp^3fQq`%(o%aBRjv%X*deWd%+fCa@*bPSJYMjScP;(b#$@S_czKYy9L z{jJ?`3_o8T2-h|AtlR%%*0iH;+MY**ujcN#6xtO0Wu~{WQE0q`-3MLf`89`Tnctr! zR;gH(-tqpo&kntX^0yW~3_k4oeZ95$-R&<!-X?6V|Nn1Wz-!x^%a(<Pry5BHTwSz9 zY~6>0uadagoxB%D==AmW%dMMox<BW}hJ{rdR@uLL_PO$H<nFT>e>n;ko2e-;STFLo zDkA%^0uNV<%;!I++WW4_Z`r<`{aaH*J;Q<$i`RP+7pO8YFfe$!`njxgN@xNAy*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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 O3=E#GelF{r5}E+hbOJU2 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