Plugin Directory

Changeset 1334839


Ignore:
Timestamp:
01/24/2016 08:41:54 AM (10 years ago)
Author:
3UU
Message:

new service rss; minor bug fixes; update to Heise version 1.22.0

Location:
shariff/trunk
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • shariff/trunk/admin/admin_menu.php

    r1313189 r1334839  
    159159        'shariff3UU_text_bitcoinaddress_render', 'advanced', 'shariff3UU_advanced_section' );
    160160
     161    // rss feed
     162    add_settings_field(
     163        'shariff3UU_text_rssfeed', __( 'RSS feed:', 'shariff3UU' ),
     164        'shariff3UU_text_rssfeed_render', 'advanced', 'shariff3UU_advanced_section' );
     165
    161166    // default image for pinterest
    162167    add_settings_field( 'shariff3UU_text_default_pinterest', __( 'Default image for Pinterest:', 'shariff3UU' ),
     
    299304    if ( isset($input["paypalmeid"] ) )             $valid["paypalmeid"]            = str_replace( '@', '', sanitize_text_field( $input["paypalmeid"] ) );
    300305    if ( isset($input["bitcoinaddress"] ) )         $valid["bitcoinaddress"]        = str_replace( '@', '', sanitize_text_field( $input["bitcoinaddress"] ) );
     306    if ( isset($input["rssfeed"] ) )                $valid["rssfeed"]               = str_replace( '@', '', sanitize_text_field( $input["rssfeed"] ) );
    301307    if ( isset($input["default_pinterest"] ) )      $valid["default_pinterest"]     = sanitize_text_field( $input["default_pinterest"] );
    302308
     
    381387    }
    382388    echo '<input type="text" name="shariff3UU_basic[services]" value="' . esc_html($services) . '" size="75" placeholder="twitter|facebook|googleplus|info">';
    383     echo '<p><code>facebook|twitter|googleplus|whatsapp|threema|pinterest|xing|linkedin|reddit|vk|diaspora</code></p>';
    384     echo '<p><code>stumbleupon|tumblr|addthis|flattr|patreon|paypal|paypalme|bitcoin|mailform|mailto|printer|info</code></p>';
     389    echo '<p><code>facebook|twitter|googleplus|whatsapp|threema|pinterest|xing|linkedin|reddit|vk|diaspora|stumbleupon</code></p>';
     390    echo '<p><code>tumblr|addthis|flattr|patreon|paypal|paypalme|bitcoin|mailform|mailto|printer|info|rss</code></p>';
    385391    echo '<p>' . __( 'Use the pipe sign | (Alt Gr + &lt; or &#8997; + 7) between two or more services.', 'shariff3UU' ) . '</p>';
    386392}
     
    571577    }
    572578    echo '<input type="text" name="shariff3UU_design[headline]" value="' . esc_html( $headline ) . '" size="50" placeholder="' . __( "Share this post", "shariff3UU" ) . '">';
    573     echo __( '<p>Basic HTML as well as style and class attributes are allowed - e.g. <code>&lt;h1 class="shariff_headline"&gt;Share this post&lt;/h1&gt;</code></p>', "shariff3UU" );
     579    echo __( '<p>Basic HTML as well as style and class attributes are allowed - e.g. <code>&lt;h3 class="shariff_headline"&gt;Share this post&lt;/h3&gt;</code></p>', "shariff3UU" );
    574580}
    575581
     
    671677    }
    672678    echo '<input type="text" name="shariff3UU_advanced[bitcoinaddress]" value="'. $bitcoinaddress .'" size="50" placeholder="' . __( '1Ab2CdEfGhijKL34mnoPQRSTu5VwXYzaBcD', 'shariff3UU' ) . '">';
     679}
     680
     681// rss feed
     682function shariff3UU_text_rssfeed_render() {
     683    if ( isset($GLOBALS["shariff3UU_advanced"]["rssfeed"]) ) {
     684        $rssfeed = esc_url( $GLOBALS["shariff3UU_advanced"]["rssfeed"] );
     685    }
     686    else {
     687        $rssfeed = '';
     688    }
     689    $rssdefault = esc_url( get_bloginfo('rss_url') );
     690    echo '<input type="text" name="shariff3UU_advanced[rssfeed]" value="'. $rssfeed .'" size="50" placeholder="' . $rssdefault . '">';
    673691}
    674692
     
    946964        echo '<div class="shariff_shortcode_row">';
    947965            echo '<div class="shariff_shortcode_cell">services</div>';
    948             echo '<div class="shariff_shortcode_cell">facebook<br>twitter<br>googleplus<br>whatsapp<br>threema<br>pinterest<br>linkedin<br>xing<br>reddit<br>stumbleupon<br>tumblr<br>vk<br>diaspora<br>addthis<br>flattr<br>patreon<br>paypal<br>paypalme<br>bitcoin<br>mailform<br>mailto<br>printer<br>info</div>';
     966            echo '<div class="shariff_shortcode_cell">facebook<br>twitter<br>googleplus<br>whatsapp<br>threema<br>pinterest<br>linkedin<br>xing<br>reddit<br>stumbleupon<br>tumblr<br>vk<br>diaspora<br>addthis<br>flattr<br>patreon<br>paypal<br>paypalme<br>bitcoin<br>mailform<br>mailto<br>printer<br>info<br>rss</div>';
    949967            echo '<div class="shariff_shortcode_cell">twitter|facebook|googleplus|info</div>';
    950968            echo '<div class="shariff_shortcode_cell">[shariff theme="facebook|twitter|mailform"]</div>';
  • shariff/trunk/css/shariff.min.local.css

    r1295935 r1334839  
    11/*!
    2  * shariff - v1.21.0 - 26.11.2015
     2 * shariff - v1.22.0 - 18.01.2016
    33 * https://github.com/heiseonline/shariff
    4  * Copyright (c) 2015 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
     4 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
    55 * Licensed under the MIT license
    6  */@font-face{font-family:shariff3uu;src:url(../fonts/shariff3uu.eot) format('embedded-opentype'),url(../fonts/shariff3uu.woff) format('woff'),url(../fonts/shariff3uu.ttf) format('truetype'),url(../fonts/shariff3uu.svg) format('svg');font-weight:400;font-style:normal}.shariff .s3uu{font-family:shariff3uu;speak:none;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-kerning:auto;font-kerning:auto;-webkit-font-language-override:normal;font-language-override:normal;font-size:inherit;font-size-adjust:none;font-stretch:normal;font-synthesis:weight style;text-rendering:auto;width:35px;line-height:35px;text-align:center;vertical-align:middle;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shariff .s3uu-google-plus:before{content:"\e900"}.shariff .s3uu-threema:before{content:"\e901"}.shariff .s3uu-addthis:before{content:"\e902"}.shariff .s3uu-tumblr:before{content:"\eabb"}.shariff .s3uu-facebook:before{content:"\e800"}.shariff .s3uu-twitter:before{content:"\e801"}.shariff .s3uu-pinterest:before{content:"\e803"}.shariff .s3uu-xing:before{content:"\e804"}.shariff .s3uu-linkedin:before{content:"\e805"}.shariff .s3uu-reddit:before{content:"\e806"}.shariff .s3uu-stumbleupon:before{content:"\e807"}.shariff .s3uu-envelope:before{content:"\e808"}.shariff .s3uu-print:before{content:"\e809"}.shariff .s3uu-info:before{content:"\e80a"}.shariff .s3uu-flattr:before{content:"\e80b"}.shariff .s3uu-whatsapp:before{content:"\f232"}.shariff .s3uu-paypal:before{content:"\e603"}.shariff .s3uu-patreon:before{content:"\e602"}.shariff .s3uu-bitcoin:before{content:"\e601"}.shariff .s3uu-vk:before{content:"\e600"}.shariff .s3uu-diaspora:before{content:"\e903"}.flattr_warning{background-color:red;color:#fff;font-size:20px;font-weight:700;padding:10px;text-align:center;margin:0 auto;line-height:1.5}.shariff_mailform{background:#eee none repeat scroll 0 0;border:1px solid;margin:10px;max-width:750px;padding:10px 15px}.shariff_mailform form{margin:0}.shariff_mailform fieldset{border:none;margin:0;padding:0}.shariff_mailform label{margin-left:3px;display:inline-block}.shariff_mailform p{margin:10px 0 0 0!important}.shariff_mailform textarea{height:auto!important;width:90%!important}.shariff_mailform input,.shariff_mailform select{vertical-align:baseline}.shariff_mailform_error{color:red;font-weight:700;padding:0 0 5px}.shariff_mailform_disabled{color:red;font-weight:700;padding:2px 0 0}.shariff_mailform_headline{font-weight:700;padding:0}.shariff::after,.shariff::before{content:" ";display:table}.shariff::after{clear:both}.shariff span{color:inherit}.shariff ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0!important;margin:0!important}.shariff ul li{list-style-type:none}.shariff ul li::before{content:normal!important}.shariff li{height:35px;box-sizing:border-box;overflow:hidden!important;margin:5px!important;padding:0!important;text-indent:0!important}.shariff li a{color:#fff;position:relative;display:block;height:35px;text-decoration:none;box-sizing:border-box;border:0}.shariff li .share_text{vertical-align:top!important}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:36px}.shariff li .s3uu{width:35px;line-height:35px;text-align:center;vertical-align:top;font-size:20px}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:0;right:0;margin:1px;background-color:rgba(255,255,255,.5);vertical-align:middle}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal li{float:left;-webkit-flex:none;-ms-flex:none;flex:none}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-default .shariff-button a{color:#fff}.shariff .theme-color .share_count{background-color:transparent!important;color:#fff}.shariff .theme-color a{color:#fff!important}.shariff .theme-color a:hover{color:#fff}.shariff .theme-grey .share_count{background-color:transparent}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0;color:#fff}.shariff .theme-white .share_count{background-color:transparent}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff;color:0}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-round .share_count{display:inline;height:100%;padding:0;right:0;left:0;top:0;margin:0;width:100%;background-color:transparent;color:transparent!important}.shariff .theme-round .shariff-button{width:35px!important;min-width:35px!important;max-width:35px!important;height:35px;border-radius:50%;margin:5px}.shariff .theme-round .share_text{display:block;text-indent:-9999px}.shariff .theme-round li{background:0 0}.shariff .theme-round li .s3uu{vertical-align:baseline}.shariff .theme-round li a{color:#fff}.shariff .theme-round a{text-align:center;color:#fff;position:relative;height:35px;border-radius:50%}.shariff .theme-round li.facebook .share_count:hover{background-color:#99adcf!important;color:#183a75!important}.shariff .theme-round li.twitter .share_count:hover{background-color:#96d4ee!important;color:#0174a4!important}.shariff .theme-round li.googleplus .share_count:hover{background-color:#eda79d!important;color:#a31601!important}.shariff .theme-round li.pinterest .share_count:hover{background-color:#ff050f!important;color:#fff!important}.shariff .theme-round li.linkedin .share_count:hover{background-color:#99adcf!important;color:#183a75!important}.shariff .theme-round li.xing .share_count:hover{background-color:#4fa5a7!important;color:#15686a!important}.shariff .theme-round li.reddit .share_count:hover{background-color:#e9f2fa!important;color:#000!important}.shariff .theme-round li.stumbleupon .share_count:hover{background-color:#fb613c!important;color:#fff!important}.shariff .theme-round li.flattr .share_count:hover{background-color:#F67C1A!important;color:#fff!important}.shariff .theme-round li.paypal .share_count:hover{background-color:#0285d2!important;color:#fff!important}.shariff .theme-round li.bitcoin .share_count:hover{background-color:#f7931a!important;color:#fff!important}.shariff .theme-round li.tumblr .share_count:hover{background-color:#529ecc!important;color:#fff!important}.shariff .theme-round li.patreon .share_count:hover{background-color:#e6461a!important;color:#fff!important}.shariff .theme-round li.vk .share_count:hover{background-color:#99adcf!important;color:#fff!important}.shariff .orientation-vertical{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.shariff .orientation-vertical li{width:135px}.shariff .orientation-vertical li a{color:#fff}.shariff .buttonsize-small li{height:25px}.shariff .buttonsize-small li a{height:25px}.shariff .buttonsize-small li .share_count,.shariff .buttonsize-small li .share_text{font-size:11px;line-height:25px;padding:0 5px;height:23px}.shariff .buttonsize-small li .s3uu{width:25px;line-height:25px;font-size:16px}.shariff .buttonsize-small li .share_text{padding-left:1px!important}.shariff .orientation-vertical.buttonsize-small li{width:115px}.shariff .theme-round.buttonsize-small li .s3uu{margin-top:0}.shariff .theme-round.buttonsize-small .shariff-button{width:25px!important;min-width:25px!important;max-width:25px!important;height:25px!important}.shariff .theme-round.buttonsize-small .share_count{padding:0!important;height:25px!important}.widget .shariff .theme-color li a,.widget .shariff .theme-default li a,.widget .shariff .theme-grey li a,.widget .shariff .theme-round li a{color:#fff}.widget .shariff .theme-color li a:hover,.widget .shariff .theme-default li a:hover,.widget .shariff .theme-grey li a:hover,.widget .shariff .theme-round li a:hover{color:#fff}@media only screen and (max-width:360px){.shariff .orientation-horizontal li{min-width:35px;max-width:35px}.shariff .orientation-horizontal.buttonsize-small li{min-width:25px;max-width:25px}}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{min-width:80px;width:auto}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:130px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline!important}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:none;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:130px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline!important}.shariff .orientation-horizontal.col-3.buttonsize-small li{min-width:105px}.shariff .orientation-horizontal.col-3.buttonsize-small li .share_text{text-indent:0;display:inline!important}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:130px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline!important}.shariff .orientation-horizontal.buttonsize-small li{min-width:105px}.shariff .orientation-horizontal.buttonsize-small li .share_text{text-indent:0;display:inline!important}}@media only screen and (min-width:1024px){.shariff li{height:35px}.shariff li a{height:35px}.shariff li .s3uu{width:35px;line-height:35px}.shariff .buttonsize-small li{height:25px}.shariff .buttonsize-small li a{height:25px}.shariff .buttonsize-small li .s3uu{width:25px;line-height:25px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .theme-default .twitter .share_count{color:#147bc9}.shariff .theme-white .twitter a{color:#55acee}.shariff .theme-white .twitter a:hover{color:#55acee}.shariff .facebook a{background-color:#3b5998;color:#fff}.shariff .facebook a:hover{background-color:#4273c8}.shariff .theme-default .facebook .share_count{color:#1e2e4f}.shariff .theme-white .facebook a{color:#3b5998!important}.shariff .theme-white .facebook a:hover{color:#3b5998}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .theme-default .googleplus .share_count{color:#86291d}.shariff .theme-white .googleplus a{color:#d34836}.shariff .theme-white .googleplus a:hover{color:#d34836}.shariff .vk a{background-color:#527498;color:#fff}.shariff .vk a:hover{background-color:#4273c8}.shariff .theme-default .vk .share_count{color:#1e2e4f}.shariff .theme-white .vk a{color:#527498!important}.shariff .theme-white .vk a:hover{color:#527498}.shariff .mailform a{background-color:#999}.shariff .mailform a:hover{background-color:#a8a8a8}.shariff .theme-white .mailform a{color:#999}.shariff .theme-white .mailform a:hover{color:#999}.shariff .buttonsize-small .mailform .s3uu{font-size:14px!important}.shariff .mailto a{background-color:#999}.shariff .mailto a:hover{background-color:#a8a8a8}.shariff .theme-white .mailto a{color:#999}.shariff .theme-white .mailto a:hover{color:#999}.shariff .buttonsize-small .mailto .s3uu{font-size:14px!important}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666!important;background-color:#fff;text-align:center}.shariff .info a:hover{background-color:#efefef}.shariff .info .s3uu-info{width:35px;max-width:35px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:left}.shariff .orientation-vertical.buttonsize-small .info{width:25px;float:left}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-flex:none!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px;max-width:35px}.shariff .orientation-vertical .info{width:35px}.shariff .orientation-vertical.buttonsize-small .info{width:25px}.shariff .orientation-vertical.buttonsize-small .info .s3uu{line-height:24px;width:23px}.shariff .orientation-horizontal.buttonsize-small .info{width:25px;min-width:25px;max-width:25px}.shariff .orientation-horizontal.buttonsize-small .info .s3uu{line-height:24px;width:23px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .s3uu-whatsapp{margin-left:1px}.shariff .theme-white .whatsapp a{color:#5cbe4a}.shariff .theme-white .whatsapp a:hover{color:#5cbe4a}.shariff .xing a{background-color:#126567;color:#fff}.shariff .xing a:hover{background-color:#29888a}.shariff .theme-default .xing .share_count{color:#031010}.shariff .theme-white .xing a{color:#126567}.shariff .theme-white .xing a:hover{color:#126567}.shariff .pinterest a{background-color:#cb2027;color:#fff}.shariff .pinterest a:hover{background-color:#e70f18}.shariff .theme-default .pinterest .share_count{color:#731216}.shariff .theme-white .pinterest a{color:#cb2027!important}.shariff .theme-white .pinterest a:hover{color:#cb2027}.shariff .stumbleupon a{background-color:#eb4b24}.shariff .stumbleupon a:hover{background-color:#e1370e}.shariff .stumbleupon .s3uu-stumbleupon{font-size:20px}.shariff .stumbleupon .s3uu-stumbleupon .buttonsize-small{font-size:16px}.shariff .theme-default .stumbleupon .share_count{color:#9b2a0e}.shariff .theme-white .stumbleupon a{color:#eb4b24!important}.shariff .theme-white .stumbleupon a:hover{color:#eb4b24}.shariff .printer a{background-color:#999}.shariff .printer a:hover{background-color:#a8a8a8}.shariff .theme-white .printer a{color:#999}.shariff .theme-white .printer a:hover{color:#999}.shariff .reddit a{background-color:#cee3f8;color:#000!important}.shariff .reddit a:hover{background-color:#bedcf9}.shariff .reddit .share_count{color:#000}.shariff .theme-white .reddit a{color:#000!important}.shariff .theme-grey .reddit a{color:#fff!important}.shariff .theme-grey .reddit a .share_count{color:#fff!important}.widget .shariff .theme-color .reddit a,.widget .shariff .theme-round .reddit a,.widget .shariff .theme-white .reddit a{color:#000!important}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#1488bf}.shariff .theme-default .linkedin .share_count{background-color:#33AAE8}.shariff .theme-white .linkedin a{color:#0077b5}.shariff .theme-white .linkedin a:hover{color:#0077b5}.shariff .flattr a{background-color:#7ea352;color:#fff}.shariff .flattr a .s3uu{font-size:18px}.shariff .flattr a:hover{background-color:#F67C1A}.shariff .theme-default .flattr .share_count{color:#4a5f30}.shariff .theme-default .flattr a:hover .share_count{color:#a44c06}.shariff .theme-white .flattr a{color:#7ea352}.shariff .theme-white .flattr a:hover{color:#7ea352}.shariff .buttonsize-small .flattr a .s3uu{font-size:14px}.shariff .paypal a{background-color:#009cde;color:#fff}.shariff .paypal a .s3uu{font-size:18px}.shariff .paypal a:hover{background-color:#0285d2}.shariff .theme-default .paypal .share_count{color:#005478}.shariff .theme-default .paypal a:hover .share_count{color:#005478}.shariff .theme-white .paypal a{color:#009cde}.shariff .theme-white .paypal a:hover{color:#0285d2}.shariff .buttonsize-small .paypal a .s3uu{font-size:14px}.shariff .bitcoin a{background-color:#f7931a;color:#fff}.shariff .bitcoin a .s3uu{font-size:18px}.shariff .bitcoin a:hover{background-color:#000}.shariff .theme-default .bitcoin .share_count{color:#a55d06}.shariff .theme-default .bitcoin a:hover .share_count{color:#a55d06}.shariff .theme-white .bitcoin a{color:#f7931a}.shariff .theme-white .bitcoin a:hover{color:#000}.shariff .buttonsize-small .bitcoin a .s3uu{font-size:14px}.shariff .tumblr a{background-color:#36465d;color:#fff}.shariff .tumblr a .s3uu{font-size:18px}.shariff .tumblr a:hover{background-color:#529ecc}.shariff .theme-default .tumblr .share_count{color:#11151c}.shariff .theme-default .tumblr a:hover .share_count{color:#11151c}.shariff .theme-white .tumblr a{color:#36465d}.shariff .theme-white .tumblr a:hover{color:#529ecc}.shariff .buttonsize-small .tumblr a .s3uu{font-size:14px}.shariff .patreon a{background-color:#e6461a;color:#fff}.shariff .patreon a .s3uu{font-size:18px}.shariff .patreon a:hover{background-color:#f09076}.shariff .theme-default .patreon .share_count{color:#8b2a0f}.shariff .theme-default .patreon a:hover .share_count{color:#8b2a0f}.shariff .theme-white .patreon a{color:#e6461a}.shariff .theme-white .patreon a:hover{color:#232d32}.shariff .buttonsize-small .patreon a .s3uu{font-size:14px}.shariff .addthis a{background-color:#f8694d;color:#fff}.shariff .addthis a:hover{background-color:#f75b44}.shariff .theme-default .addthis .share_count{color:#d72a08}.shariff .theme-white .addthis a{color:#f8694d}.shariff .theme-white .addthis a:hover{color:#f8694d}.shariff .diaspora a{background-color:#999;color:#fff}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .theme-default .diaspora .share_count{color:#666}.shariff .theme-white .diaspora a{color:#999}.shariff .theme-white .diaspora a:hover{color:#999}.shariff .threema a{background-color:#1f1f1f;color:#fff}.shariff .threema a:hover{background-color:#4fbc24}.shariff .theme-default .threema .share_count{color:#000}.shariff .theme-white .threema a{color:#1f1f1f}.shariff .theme-white .threema a:hover{color:#1f1f1f}.shariff .paypalme a{background-color:#009cde;color:#fff}.shariff .paypalme a .s3uu{font-size:18px}.shariff .paypalme a:hover{background-color:#0285d2}.shariff .theme-default .paypalme .share_count{color:#005478}.shariff .theme-default .paypalme a:hover .share_count{color:#005478}.shariff .theme-white .paypalme a{color:#009cde}.shariff .theme-white .paypalme a:hover{color:#0285d2}.shariff .buttonsize-small .paypalme a .s3uu{font-size:14px}
     6 */@font-face{font-family:shariff3uu;src:url(../fonts/shariff3uu.eot) format('embedded-opentype'),url(../fonts/shariff3uu.woff) format('woff'),url(../fonts/shariff3uu.ttf) format('truetype'),url(../fonts/shariff3uu.svg) format('svg');font-weight:400;font-style:normal}.shariff .s3uu{font-family:shariff3uu;speak:none;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-kerning:auto;font-kerning:auto;-webkit-font-language-override:normal;font-language-override:normal;font-size:inherit;font-size-adjust:none;font-stretch:normal;font-synthesis:weight style;text-rendering:auto;width:35px;line-height:35px;text-align:center;vertical-align:middle;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shariff .s3uu-google-plus:before{content:"\e900"}.shariff .s3uu-threema:before{content:"\e901"}.shariff .s3uu-addthis:before{content:"\e902"}.shariff .s3uu-tumblr:before{content:"\eabb"}.shariff .s3uu-facebook:before{content:"\e800"}.shariff .s3uu-twitter:before{content:"\e801"}.shariff .s3uu-pinterest:before{content:"\e803"}.shariff .s3uu-xing:before{content:"\e804"}.shariff .s3uu-linkedin:before{content:"\e805"}.shariff .s3uu-reddit:before{content:"\e806"}.shariff .s3uu-stumbleupon:before{content:"\e807"}.shariff .s3uu-envelope:before{content:"\e808"}.shariff .s3uu-print:before{content:"\e809"}.shariff .s3uu-info:before{content:"\e80a"}.shariff .s3uu-flattr:before{content:"\e80b"}.shariff .s3uu-whatsapp:before{content:"\f232"}.shariff .s3uu-paypal:before{content:"\e603"}.shariff .s3uu-patreon:before{content:"\e602"}.shariff .s3uu-bitcoin:before{content:"\e601"}.shariff .s3uu-vk:before{content:"\e600"}.shariff .s3uu-diaspora:before{content:"\e903"}.shariff .s3uu-rss:before{content:"\e904"}.flattr_warning{background-color:red;color:#fff;font-size:20px;font-weight:700;padding:10px;text-align:center;margin:0 auto;line-height:1.5}.shariff_mailform{background:#eee none repeat scroll 0 0;border:1px solid;margin:10px;max-width:750px;padding:10px 15px}.shariff_mailform form{margin:0}.shariff_mailform fieldset{border:none;margin:0;padding:0}.shariff_mailform label{margin-left:3px;display:inline-block}.shariff_mailform p{margin:10px 0 0 0!important}.shariff_mailform textarea{height:auto!important;width:90%!important}.shariff_mailform input,.shariff_mailform select{vertical-align:baseline}.shariff_mailform_error{color:red;font-weight:700;padding:0 0 5px}.shariff_mailform_disabled{color:red;font-weight:700;padding:2px 0 0}.shariff_mailform_headline{font-weight:700;padding:0}.shariff::after,.shariff::before{content:" ";display:table}.shariff::after{clear:both}.shariff span{color:inherit}.shariff ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0!important;margin:0!important}.shariff ul li{list-style-type:none}.shariff ul li::before{content:normal!important}.shariff li{height:35px;box-sizing:border-box;overflow:hidden!important;margin:5px!important;padding:0!important;text-indent:0!important}.shariff li a{color:#fff;position:relative;display:block;height:35px;text-decoration:none;box-sizing:border-box;border:0}.shariff li .share_text{vertical-align:top!important}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:36px}.shariff li .s3uu{width:35px;line-height:35px;text-align:center;vertical-align:top;font-size:20px}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:0;right:0;margin:1px;background-color:rgba(255,255,255,.5);vertical-align:middle}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal li{float:left;-webkit-flex:none;-ms-flex:none;flex:none}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-default .shariff-button a{color:#fff}.shariff .theme-color .share_count{background-color:transparent!important;color:#fff}.shariff .theme-color a{color:#fff!important}.shariff .theme-color a:hover{color:#fff}.shariff .theme-grey .share_count{background-color:transparent}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0;color:#fff}.shariff .theme-white .share_count{background-color:transparent}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff;color:0}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-round .share_count{display:inline;height:100%;padding:0;right:0;left:0;top:0;margin:0;width:100%;background-color:transparent;color:transparent!important}.shariff .theme-round .shariff-button{width:35px!important;min-width:35px!important;max-width:35px!important;height:35px;border-radius:50%;margin:5px}.shariff .theme-round .share_text{display:block;text-indent:-9999px}.shariff .theme-round li{background:0 0}.shariff .theme-round li .s3uu{vertical-align:baseline}.shariff .theme-round li a{color:#fff}.shariff .theme-round a{text-align:center;color:#fff;position:relative;height:35px;border-radius:50%}.shariff .theme-round li.facebook .share_count:hover{background-color:#99adcf!important;color:#183a75!important}.shariff .theme-round li.twitter .share_count:hover{background-color:#96d4ee!important;color:#0174a4!important}.shariff .theme-round li.googleplus .share_count:hover{background-color:#eda79d!important;color:#a31601!important}.shariff .theme-round li.pinterest .share_count:hover{background-color:#ff050f!important;color:#fff!important}.shariff .theme-round li.linkedin .share_count:hover{background-color:#99adcf!important;color:#183a75!important}.shariff .theme-round li.xing .share_count:hover{background-color:#4fa5a7!important;color:#15686a!important}.shariff .theme-round li.reddit .share_count:hover{background-color:#e9f2fa!important;color:#000!important}.shariff .theme-round li.stumbleupon .share_count:hover{background-color:#fb613c!important;color:#fff!important}.shariff .theme-round li.flattr .share_count:hover{background-color:#F67C1A!important;color:#fff!important}.shariff .theme-round li.paypal .share_count:hover{background-color:#0285d2!important;color:#fff!important}.shariff .theme-round li.bitcoin .share_count:hover{background-color:#f7931a!important;color:#fff!important}.shariff .theme-round li.tumblr .share_count:hover{background-color:#529ecc!important;color:#fff!important}.shariff .theme-round li.patreon .share_count:hover{background-color:#e6461a!important;color:#fff!important}.shariff .theme-round li.vk .share_count:hover{background-color:#99adcf!important;color:#fff!important}.shariff .orientation-vertical{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.shariff .orientation-vertical li{width:135px}.shariff .orientation-vertical li a{color:#fff}.shariff .buttonsize-small li{height:25px}.shariff .buttonsize-small li a{height:25px}.shariff .buttonsize-small li .share_count,.shariff .buttonsize-small li .share_text{font-size:11px;line-height:25px;padding:0 5px;height:23px}.shariff .buttonsize-small li .s3uu{width:25px;line-height:25px;font-size:16px}.shariff .buttonsize-small li .share_text{padding-left:1px!important}.shariff .orientation-vertical.buttonsize-small li{width:115px}.shariff .theme-round.buttonsize-small li .s3uu{margin-top:0}.shariff .theme-round.buttonsize-small .shariff-button{width:25px!important;min-width:25px!important;max-width:25px!important;height:25px!important}.shariff .theme-round.buttonsize-small .share_count{padding:0!important;height:25px!important}.widget .shariff .theme-color li a,.widget .shariff .theme-default li a,.widget .shariff .theme-grey li a,.widget .shariff .theme-round li a{color:#fff}.widget .shariff .theme-color li a:hover,.widget .shariff .theme-default li a:hover,.widget .shariff .theme-grey li a:hover,.widget .shariff .theme-round li a:hover{color:#fff}@media only screen and (max-width:360px){.shariff .orientation-horizontal li{min-width:35px;max-width:35px}.shariff .orientation-horizontal.buttonsize-small li{min-width:25px;max-width:25px}}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{min-width:80px;width:auto}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:130px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline!important}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:none;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:130px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline!important}.shariff .orientation-horizontal.col-3.buttonsize-small li{min-width:105px}.shariff .orientation-horizontal.col-3.buttonsize-small li .share_text{text-indent:0;display:inline!important}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:130px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline!important}.shariff .orientation-horizontal.buttonsize-small li{min-width:105px}.shariff .orientation-horizontal.buttonsize-small li .share_text{text-indent:0;display:inline!important}}@media only screen and (min-width:1024px){.shariff li{height:35px}.shariff li a{height:35px}.shariff li .s3uu{width:35px;line-height:35px}.shariff .buttonsize-small li{height:25px}.shariff .buttonsize-small li a{height:25px}.shariff .buttonsize-small li .s3uu{width:25px;line-height:25px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .theme-default .twitter .share_count{color:#147bc9}.shariff .theme-white .twitter a{color:#55acee}.shariff .theme-white .twitter a:hover{color:#55acee}.shariff .facebook a{background-color:#3b5998;color:#fff}.shariff .facebook a:hover{background-color:#4273c8}.shariff .theme-default .facebook .share_count{color:#1e2e4f}.shariff .theme-white .facebook a{color:#3b5998!important}.shariff .theme-white .facebook a:hover{color:#3b5998}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .theme-default .googleplus .share_count{color:#86291d}.shariff .theme-white .googleplus a{color:#d34836}.shariff .theme-white .googleplus a:hover{color:#d34836}.shariff .vk a{background-color:#527498;color:#fff}.shariff .vk a:hover{background-color:#4273c8}.shariff .theme-default .vk .share_count{color:#1e2e4f}.shariff .theme-white .vk a{color:#527498!important}.shariff .theme-white .vk a:hover{color:#527498}.shariff .mailform a{background-color:#999}.shariff .mailform a:hover{background-color:#a8a8a8}.shariff .theme-white .mailform a{color:#999}.shariff .theme-white .mailform a:hover{color:#999}.shariff .buttonsize-small .mailform .s3uu{font-size:14px!important}.shariff .mailto a{background-color:#999}.shariff .mailto a:hover{background-color:#a8a8a8}.shariff .theme-white .mailto a{color:#999}.shariff .theme-white .mailto a:hover{color:#999}.shariff .buttonsize-small .mailto .s3uu{font-size:14px!important}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666!important;background-color:#fff;text-align:center}.shariff .info a:hover{background-color:#efefef}.shariff .info .s3uu-info{width:35px;max-width:35px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:left}.shariff .orientation-vertical.buttonsize-small .info{width:25px;float:left}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-flex:none!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px;max-width:35px}.shariff .orientation-vertical .info{width:35px}.shariff .orientation-vertical.buttonsize-small .info{width:25px}.shariff .orientation-vertical.buttonsize-small .info .s3uu{line-height:24px;width:23px}.shariff .orientation-horizontal.buttonsize-small .info{width:25px;min-width:25px;max-width:25px}.shariff .orientation-horizontal.buttonsize-small .info .s3uu{line-height:24px;width:23px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .s3uu-whatsapp{margin-left:1px}.shariff .theme-white .whatsapp a{color:#5cbe4a}.shariff .theme-white .whatsapp a:hover{color:#5cbe4a}.shariff .xing a{background-color:#126567;color:#fff}.shariff .xing a:hover{background-color:#29888a}.shariff .theme-default .xing .share_count{color:#031010}.shariff .theme-white .xing a{color:#126567}.shariff .theme-white .xing a:hover{color:#126567}.shariff .pinterest a{background-color:#cb2027;color:#fff}.shariff .pinterest a:hover{background-color:#e70f18}.shariff .theme-default .pinterest .share_count{color:#731216}.shariff .theme-white .pinterest a{color:#cb2027!important}.shariff .theme-white .pinterest a:hover{color:#cb2027}.shariff .stumbleupon a{background-color:#eb4b24}.shariff .stumbleupon a:hover{background-color:#e1370e}.shariff .stumbleupon .s3uu-stumbleupon{font-size:20px}.shariff .stumbleupon .s3uu-stumbleupon .buttonsize-small{font-size:16px}.shariff .theme-default .stumbleupon .share_count{color:#9b2a0e}.shariff .theme-white .stumbleupon a{color:#eb4b24!important}.shariff .theme-white .stumbleupon a:hover{color:#eb4b24}.shariff .printer a{background-color:#999}.shariff .printer a:hover{background-color:#a8a8a8}.shariff .theme-white .printer a{color:#999}.shariff .theme-white .printer a:hover{color:#999}.shariff .reddit a{background-color:#cee3f8;color:#000!important}.shariff .reddit a:hover{background-color:#bedcf9}.shariff .reddit .share_count{color:#000}.shariff .theme-white .reddit a{color:#000!important}.shariff .theme-grey .reddit a{color:#fff!important}.shariff .theme-grey .reddit a .share_count{color:#fff!important}.widget .shariff .theme-color .reddit a,.widget .shariff .theme-round .reddit a,.widget .shariff .theme-white .reddit a{color:#000!important}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#1488bf}.shariff .theme-default .linkedin .share_count{background-color:#33AAE8}.shariff .theme-white .linkedin a{color:#0077b5}.shariff .theme-white .linkedin a:hover{color:#0077b5}.shariff .flattr a{background-color:#7ea352;color:#fff}.shariff .flattr a .s3uu{font-size:18px}.shariff .flattr a:hover{background-color:#F67C1A}.shariff .theme-default .flattr .share_count{color:#4a5f30}.shariff .theme-default .flattr a:hover .share_count{color:#a44c06}.shariff .theme-white .flattr a{color:#7ea352}.shariff .theme-white .flattr a:hover{color:#7ea352}.shariff .buttonsize-small .flattr a .s3uu{font-size:14px}.shariff .paypal a{background-color:#009cde;color:#fff}.shariff .paypal a .s3uu{font-size:18px}.shariff .paypal a:hover{background-color:#0285d2}.shariff .theme-default .paypal .share_count{color:#005478}.shariff .theme-default .paypal a:hover .share_count{color:#005478}.shariff .theme-white .paypal a{color:#009cde}.shariff .theme-white .paypal a:hover{color:#0285d2}.shariff .buttonsize-small .paypal a .s3uu{font-size:14px}.shariff .bitcoin a{background-color:#f7931a;color:#fff}.shariff .bitcoin a .s3uu{font-size:18px}.shariff .bitcoin a:hover{background-color:#000}.shariff .theme-default .bitcoin .share_count{color:#a55d06}.shariff .theme-default .bitcoin a:hover .share_count{color:#a55d06}.shariff .theme-white .bitcoin a{color:#f7931a}.shariff .theme-white .bitcoin a:hover{color:#000}.shariff .buttonsize-small .bitcoin a .s3uu{font-size:14px}.shariff .tumblr a{background-color:#36465d;color:#fff}.shariff .tumblr a .s3uu{font-size:18px}.shariff .tumblr a:hover{background-color:#529ecc}.shariff .theme-default .tumblr .share_count{color:#11151c}.shariff .theme-default .tumblr a:hover .share_count{color:#11151c}.shariff .theme-white .tumblr a{color:#36465d}.shariff .theme-white .tumblr a:hover{color:#529ecc}.shariff .buttonsize-small .tumblr a .s3uu{font-size:14px}.shariff .patreon a{background-color:#e6461a;color:#fff}.shariff .patreon a .s3uu{font-size:18px}.shariff .patreon a:hover{background-color:#f09076}.shariff .theme-default .patreon .share_count{color:#8b2a0f}.shariff .theme-default .patreon a:hover .share_count{color:#8b2a0f}.shariff .theme-white .patreon a{color:#e6461a}.shariff .theme-white .patreon a:hover{color:#232d32}.shariff .buttonsize-small .patreon a .s3uu{font-size:14px}.shariff .addthis a{background-color:#f8694d;color:#fff}.shariff .addthis a:hover{background-color:#f75b44}.shariff .theme-default .addthis .share_count{color:#d72a08}.shariff .theme-white .addthis a{color:#f8694d}.shariff .theme-white .addthis a:hover{color:#f8694d}.shariff .diaspora a{background-color:#999;color:#fff}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .theme-default .diaspora .share_count{color:#666}.shariff .theme-white .diaspora a{color:#999}.shariff .theme-white .diaspora a:hover{color:#999}.shariff .threema a{background-color:#1f1f1f;color:#fff}.shariff .threema a:hover{background-color:#4fbc24}.shariff .theme-default .threema .share_count{color:#000}.shariff .theme-white .threema a{color:#1f1f1f}.shariff .theme-white .threema a:hover{color:#1f1f1f}.shariff .paypalme a{background-color:#009cde;color:#fff}.shariff .paypalme a .s3uu{font-size:18px}.shariff .paypalme a:hover{background-color:#0285d2}.shariff .theme-default .paypalme .share_count{color:#005478}.shariff .theme-default .paypalme a:hover .share_count{color:#005478}.shariff .theme-white .paypalme a{color:#009cde}.shariff .theme-white .paypalme a:hover{color:#0285d2}.shariff .buttonsize-small .paypalme a .s3uu{font-size:14px}.shariff .rss a{background-color:#f7931a;color:#000}.shariff .rss a .s3uu{font-size:18px}.shariff .rss a:hover{background-color:#fff;color:#f7931a}.shariff .theme-default .rss .share_count{color:#a55d06}.shariff .theme-default .rss a:hover .share_count{color:#a55d06}.shariff .theme-color .rss a:hover{color:#f7931a!important}.shariff .theme-grey .rss a{color:#fff}.shariff .theme-grey .rss a:hover{color:#fff;background-color:#f7931a}.shariff .theme-white .rss a{color:#f7931a}.shariff .theme-white .rss a:hover{color:#000}.shariff .buttonsize-small .rss a .s3uu{font-size:14px}
  • shariff/trunk/fonts/shariff3uu.svg

    r1285722 r1334839  
    2727<glyph unicode="&#xe902;" glyph-name="addthis" d="M902 552h-286v286c0 14.352-11.622 26-26 26h-156c-14.378 0-26-11.648-26-26v-286h-286c-14.378 0-26-11.648-26-26v-156c0-14.378 11.622-26 26-26h286v-286c0-14.378 11.622-26 26-26h156c14.378 0 26 11.622 26 26v286h286c14.378 0 26 11.622 26 26v156c0 14.352-11.622 26-26 26z" />
    2828<glyph unicode="&#xe903;" glyph-name="diaspora" horiz-adv-x="1064" d="M658.98 56.405c-26.382 36.821-67.544 94.311-91.472 127.755-24.439 34.161-44.322 60.821-45.365 60.831-1.074 0.015-39.526-51.671-90.947-122.254-48.998-67.253-89.49-122.277-89.992-122.277-1.396 0-176.644 123.44-177.095 124.738-0.217 0.629 39.4 58.785 88.041 129.239s88.437 129.208 88.437 130.564c0 2.19-15.762 7.723-139.395 48.941-76.668 25.558-140.147 46.766-141.065 47.126-1.278 0.497 6.023 24.919 31.063 103.929 18.003 56.803 33.14 103.743 33.636 104.309s67.131-20.754 148.073-47.384c80.943-26.63 147.846-48.414 148.676-48.413s1.764 1.238 2.083 2.754c0.314 1.513 1.014 70.431 1.553 153.151s1.421 151.087 1.967 151.931c0.777 1.204 23.516 1.523 106.994 1.512 58.303-0.011 106.612-0.425 107.354-0.917 0.938-0.622 2.537-46.099 5.215-148.241 4.398-167.718 4.491-169.967 7.165-169.967 1.038 0 65.186 21.473 142.556 47.716s141.045 47.293 141.506 46.773c1.565-1.763 65.020-208.352 64.24-209.136-0.428-0.428-64.995-22.539-143.491-49.139-107.977-36.592-142.805-48.863-143.098-50.412-0.215-1.144 36.914-56.634 84.129-125.727 46.485-68.021 84.347-124.187 84.137-124.807-0.481-1.424-174.406-129.539-175.859-129.539-0.592 0-22.658 30.125-49.040 66.945z" />
     29<glyph unicode="&#xe904;" glyph-name="feed" d="M136.294 209.070c-75.196 0-136.292-61.334-136.292-136.076 0-75.154 61.1-135.802 136.292-135.802 75.466 0 136.494 60.648 136.494 135.802-0.002 74.742-61.024 136.076-136.494 136.076zM0.156 612.070v-196.258c127.784 0 247.958-49.972 338.458-140.512 90.384-90.318 140.282-211.036 140.282-339.3h197.122c-0.002 372.82-303.282 676.070-675.862 676.070zM0.388 960v-196.356c455.782 0 826.756-371.334 826.756-827.644h196.856c0 564.47-459.254 1024-1023.612 1024z" />
    2930<glyph unicode="&#xeabb;" glyph-name="tumblr" d="M576.032 512l-0.002-234.184c0-59.418-0.77-93.656 5.53-110.5 6.25-16.754 21.918-34.146 38.99-44.202 22.684-13.588 48.542-20.376 77.708-20.376 51.854 0 82.478 6.848 133.742 40.54v-153.944c-43.7-20.552-81.866-32.594-117.324-40.922-35.5-8.242-73.86-12.406-115.064-12.406-46.828 0-74.456 5.886-110.41 17.656-35.958 11.868-66.66 28.806-92.020 50.54-25.45 21.922-43.022 45.208-52.848 69.832-9.826 24.636-14.716 60.414-14.716 107.244v359.1h-137.426v145.006c40.208 13.042 85.164 31.788 113.78 56.152 28.754 24.45 51.766 53.706 69.106 87.944 17.392 34.146 29.348 77.712 35.872 130.516h165.084l-0.002-255.996h255.968v-192h-255.968z" />
    3031<glyph unicode="&#xf232;" glyph-name="whatsapp" d="M562.857 403.429q7.429 0 55.714-25.143t51.143-30.286q1.143-2.857 1.143-8.571 0-18.857-9.714-43.429-9.143-22.286-40.571-37.429t-58.286-15.143q-32.571 0-108.571 35.429-56 25.714-97.143 67.429t-84.571 105.714q-41.143 61.143-40.571 110.857v4.571q1.714 52 42.286 90.286 13.714 12.571 29.714 12.571 3.429 0 10.286-0.857t10.857-0.857q10.857 0 15.143-3.714t8.857-15.714q4.571-11.429 18.857-50.286t14.286-42.857q0-12-19.714-32.857t-19.714-26.571q0-4 2.857-8.571 19.429-41.714 58.286-78.286 32-30.286 86.286-57.714 6.857-4 12.571-4 8.571 0 30.857 27.714t29.714 27.714zM446.857 100.571q72.571 0 139.143 28.571t114.571 76.571 76.571 114.571 28.571 139.143-28.571 139.143-76.571 114.571-114.571 76.571-139.143 28.571-139.143-28.571-114.571-76.571-76.571-114.571-28.571-139.143q0-116 68.571-210.286l-45.143-133.143 138.286 44q90.286-59.429 197.143-59.429zM446.857 890.286q87.429 0 167.143-34.286t137.429-92 92-137.429 34.286-167.143-34.286-167.143-92-137.429-137.429-92-167.143-34.286q-111.429 0-208.571 53.714l-238.286-76.571 77.714 231.429q-61.714 101.714-61.714 222.286 0 87.429 34.286 167.143t92 137.429 137.429 92 167.143 34.286z" />
  • shariff/trunk/locale/shariff3UU-de_DE.po

    r1312748 r1334839  
    22msgstr ""
    33"Project-Id-Version: Shariff Wrapper for Wordpress\n"
    4 "PO-Revision-Date: 2015-11-26 02:01+0100\n"
     4"PO-Revision-Date: 2016-01-18 19:55+0100\n"
    55"Last-Translator: JP\n"
    66"Plural-Forms: nplurals=2; plural=n != 1;\n"
     
    100100#. Text in function
    101101#: shariff.php:1
    102 msgid "<p>Basic HTML as well as style and class attributes are allowed - e.g. <code>&lt;h1 class=\"shariff_headline\"&gt;Share this post&lt;/h1&gt;</code></p>"
    103 msgstr "<p>Basis-HTML sowie style- und class-Attribute sind erlaubt - z.B. <code>&lt;h1 class=\"shariff_headline\"&gt;Teile diesen Beitrag&lt;/h1&gt;</code></p>"
     102msgid "<p>Basic HTML as well as style and class attributes are allowed - e.g. <code>&lt;h3 class=\"shariff_headline\"&gt;Share this post&lt;/h3&gt;</code></p>"
     103msgstr "<p>Basis-HTML sowie style- und class-Attribute sind erlaubt - z.B. <code>&lt;h3 class=\"shariff_headline\"&gt;Teile diesen Beitrag&lt;/h3&gt;</code></p>"
    104104
    105105# @ shariff3UU
     
    858858msgid " <span style=\"color: red; font-weight: bold;\">Warning:</span> You entered an external host! Therefore most options on this page have no effect. You need to configure them on the external server. Remember: This feature is still experimental!"
    859859msgstr " <span style=\"color: red; font-weight: bold;\">Warnung:</span> Es wurde ein externer Server angegeben! Daher haben viele Optionen auf dieser Seite keinen Effekt. Diese müssen auf dem externen Server eingestellt werden. Zur Erinnerung: Diese Funktion ist noch experimentell!"
     860
     861# @ shariff3UU
     862#. Text in function
     863#: shariff.php:1
     864msgid "RSS feed:"
     865msgstr "RSS-Feed:"
  • shariff/trunk/locale/shariff3UU-fr_FR.po

    r1312748 r1334839  
    22msgstr ""
    33"Project-Id-Version: Shariff Wrapper for Wordpress\n"
    4 "PO-Revision-Date: 2015-08-15 23:28+0100\n"
     4"PO-Revision-Date: 2016-01-18 18:44+0100\n"
    55"Last-Translator: JP\n"
    66"Plural-Forms: nplurals=2; plural=n != 1;\n"
     
    1616"Language-Team: \n"
    1717"MIME-Version: 1.0\n"
    18 "X-Generator: Poedit 1.8.1\n"
     18"X-Generator: Poedit 1.8.6\n"
    1919"Language: fr_FR\n"
    2020"X-Poedit-SearchPath-0: .\n"
     
    100100#. Text in function
    101101#: shariff.php:1
    102 msgid "<p>Basic HTML as well as style and class attributes are allowed - e.g. <code>&lt;h1 class=\"shariff_headline\"&gt;Share this post&lt;/h1&gt;</code></p>"
    103 msgstr "<p>Le code HTML basique ainsi que les attributs de style et de classe sont autorisés - p. ex. <code>&lt;h1 class=\"shariff_headline\"&gt;Partager ce contenu&lt;/h1&gt;</code></p>"
     102msgid "<p>Basic HTML as well as style and class attributes are allowed - e.g. <code>&lt;h3 class=\"shariff_headline\"&gt;Share this post&lt;/h3&gt;</code></p>"
     103msgstr "<p>Le code HTML basique ainsi que les attributs de style et de classe sont autorisés - p. ex. <code>&lt;h3 class=\"shariff_headline\"&gt;Partager ce contenu&lt;/h3&gt;</code></p>"
    104104
    105105# @ shariff3UU
  • shariff/trunk/locale/shariff3UU-it_IT.po

    r1312748 r1334839  
    1010"MIME-Version: 1.0\n"
    1111"Language: de_DE\n"
    12 "X-Generator: Poedit 1.8.1\n"
     12"X-Generator: Poedit 1.8.6\n"
    1313
    1414#. Text in function
     
    8585#. Text in function
    8686#: shariff.php:1
    87 msgid "<p>Basic HTML as well as style and class attributes are allowed - e.g. <code>&lt;h1 class=\"shariff_headline\"&gt;Share this post&lt;/h1&gt;</code></p>"
    88 msgstr "<p>E' possibile utilizzare HTML base, come pure attributi di stile e classe - ad esempio: <code>&lt;h1 class=\"shariff_headline\"&gt;Teile diesen Beitrag&lt;/h1&gt;</code></p>"
     87msgid "<p>Basic HTML as well as style and class attributes are allowed - e.g. <code>&lt;h3 class=\"shariff_headline\"&gt;Share this post&lt;/h3&gt;</code></p>"
     88msgstr "<p>E' possibile utilizzare HTML base, come pure attributi di stile e classe - ad esempio: <code>&lt;h3 class=\"shariff_headline\"&gt;Teile diesen Beitrag&lt;/h3&gt;</code></p>"
    8989
    9090#. Text in function
  • shariff/trunk/readme.txt

    r1313189 r1334839  
    189189
    190190== Changelog ==
     191
     192= 3.4.0 =
     193- new service rss
     194- minor bug fixes
     195- update to Heise version 1.22.0
     196
    191197= 3.3.3 =
    192198- fix anonymous function request for PHP < version 5.3
  • shariff/trunk/shariff.js

    r1295935 r1334839  
    11
    22/*!
    3  * shariff - v1.21.0 - 26.11.2015
     3 * shariff - v1.22.0 - 18.01.2016
    44 * https://github.com/heiseonline/shariff
    5  * Copyright (c) 2015 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
     5 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
    66 * Licensed under the MIT license
    77 */
     
    4444
    4545},{}],12:[function(require,module,exports){
    46 "use strict";module.exports=function(o){var e=encodeURIComponent(o.getURL());return{popup:!0,mobileonly:!1,shareText:"+1",name:"googleplus",faName:"s3uu-google-plus",title:{bg:"Сподели в Google+",da:"Del på Google+",de:"Bei Google+ teilen",en:"Share on Google+",es:"Compartir en Google+",fi:"Jaa Google+:ssa",fr:"Partager sur Goolge+",hr:"Podijelite na Google+",hu:"Megosztás Google+on",it:"Condividi su Google+",ja:"Google+上で共有",ko:"Google+에서 공유하기",nl:"Delen op Google+",no:"Del på Google+",pl:"Udostępnij na Google+",pt:"Compartilhar no Google+",ro:"Partajează pe Google+",ru:"Поделиться на Google+",sk:"Zdieľať na Google+",sl:"Deli na Google+",sr:"Podeli na Google+",sv:"Dela på Google+",tr:"Google+'da paylaş",zh:"在Google+上分享"},shareUrl:"https://plus.google.com/share?url="+e+o.getReferrerTrack()}};
     46"use strict";module.exports=function(e){var o=encodeURIComponent(e.getURL());return{popup:!0,mobileonly:!1,shareText:{bg:"cподеляне",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"googleplus",faName:"s3uu-google-plus",title:{bg:"Сподели в Google+",da:"Del på Google+",de:"Bei Google+ teilen",en:"Share on Google+",es:"Compartir en Google+",fi:"Jaa Google+:ssa",fr:"Partager sur Goolge+",hr:"Podijelite na Google+",hu:"Megosztás Google+on",it:"Condividi su Google+",ja:"Google+上で共有",ko:"Google+에서 공유하기",nl:"Delen op Google+",no:"Del på Google+",pl:"Udostępnij na Google+",pt:"Compartilhar no Google+",ro:"Partajează pe Google+",ru:"Поделиться на Google+",sk:"Zdieľať na Google+",sl:"Deli na Google+",sr:"Podeli na Google+",sv:"Dela på Google+",tr:"Google+'da paylaş",zh:"在Google+上分享"},shareUrl:"https://plus.google.com/share?url="+o+e.getReferrerTrack()}};
    4747
    4848},{}],13:[function(require,module,exports){
     
    7777
    7878},{}],23:[function(require,module,exports){
     79"use strict";module.exports=function(e){var s="";return null!==e.options.rssfeed&&(s=e.options.rssfeed),{popup:!0,noblank:!1,mobileonly:!1,shareText:{de:"rss-feed",en:"rss feed"},name:"rss",faName:"s3uu-rss",title:{de:"rss-feed",en:"rss feed"},shareUrl:s}};
     80
     81},{}],24:[function(require,module,exports){
    7982"use strict";module.exports=function(e){var t=encodeURIComponent(e.getURL());return{popup:!0,mobileonly:!1,shareText:{bg:"cподеляне",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"stumbleupon",faName:"s3uu-stumbleupon",title:{de:"Bei StumbleUpon teilen",en:"Share on StumbleUpon",es:"Compartir en StumbleUpon",fr:"Partager sur StumbleUpon",it:"Condividi su StumbleUpon",da:"Del på StumbleUpon",nl:"Delen op StumbleUpon"},shareUrl:"https://www.stumbleupon.com/submit?url="+t+e.getReferrerTrack()}};
    8083
    81 },{}],24:[function(require,module,exports){
     84},{}],25:[function(require,module,exports){
    8285"use strict";module.exports=function(e){var a=encodeURIComponent(e.getURL()),r=e.getMeta("DC.title"),t=e.getMeta("DC.creator");return r.length>0&&t.length>0?r+=" - "+t:r=e.getTitle(),{popup:!1,mobileonly:!0,shareText:{bg:"cподеляне",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"threema",faName:"s3uu-threema",title:{bg:"Сподели в Threema",da:"Del på Threema",de:"Bei Threema teilen",en:"Share on Threema",es:"Compartir en Threema",fi:"Jaa Threemaissä",fr:"Partager sur Threema",hr:"Podijelite na Threema",hu:"Megosztás Threemaen",it:"Condividi su Threema",ja:"Threema上で共有",ko:"Threema에서 공유하기",nl:"Delen op Threema",no:"Del på Threema",pl:"Udostępnij przez Threema",pt:"Compartilhar no Threema",ro:"Partajează pe Threema",ru:"Поделиться на Threema",sk:"Zdieľať na Threema",sl:"Deli na Threema",sr:"Podeli na Threema-u",sv:"Dela på Threema",tr:"Threema'ta paylaş",zh:"在Threema上分享"},shareUrl:"threema://compose?text="+encodeURIComponent(r)+"%20"+a+e.getReferrerTrack()}};
    8386
    84 },{}],25:[function(require,module,exports){
     87},{}],26:[function(require,module,exports){
    8588"use strict";module.exports=function(e){var r=encodeURIComponent(e.getURL()),l=e.getMeta("DC.title"),t=e.getMeta("DC.creator");l.length>0&&t.length>0?l+=" - "+t:l=e.getTitle();var a=e.getURL(),u=a.replace("http://","").replace("https://","").replace("www.","").split(/[/?#]/),i=u[0];return{popup:!0,mobileonly:!1,shareText:{bg:"cподеляне",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"tumblr",faName:"s3uu-tumblr",title:{bg:"Сподели във Tumblr",da:"Del på Tumblr",de:"Bei Tumblr teilen",en:"Share on Tumblr",es:"Compartir en Tumblr",fi:"Jaa Tumblrissa",fr:"Partager sur Tumblr",hr:"Podijelite na Tumblru",hu:"Megosztás Tumblron",it:"Condividi su Tumblr",ja:"フェイスブック上で共有",ko:"페이스북에서 공유하기",nl:"Delen op Tumblr",no:"Del på Tumblr",pl:"Udostępnij na Tumblru",pt:"Compartilhar no Tumblr",ro:"Partajează pe Tumblr",ru:"Поделиться на Tumblr",sk:"Zdieľať na Tumblru",sl:"Deli na Tumblru",sr:"Podeli na Tumblr-u",sv:"Dela på Tumblr",tr:"Tumblr'ta paylaş",zh:"在Tumblr上分享"},shareUrl:"https://www.tumblr.com/widgets/share/tool?posttype=link&canonicalUrl="+r+e.getReferrerTrack()+"&tags="+i}};
    8689
    87 },{}],26:[function(require,module,exports){
     90},{}],27:[function(require,module,exports){
    8891(function (global){
    8992"use strict";var url=require("url"),$=(typeof window !== "undefined" ? window['jQuery'] : typeof global !== "undefined" ? global['jQuery'] : null),abbreviateText=function(t,e){var r=$("<div/>").html(t).text();if(r.length<=e)return t;var i=r.substring(0,e-1).lastIndexOf(" ");return r=r.substring(0,i)+"…"};module.exports=function(t){var e=url.parse("https://twitter.com/share",!0),r=t.getMeta("DC.title"),i=t.getMeta("DC.creator");return r.length>0&&i.length>0?r+=" - "+i:r=t.getTitle(),e.query.text=abbreviateText(r,120),e.query.url=t.getURL(),null!==t.options.twitterVia&&(e.query.via=t.options.twitterVia),delete e.search,{popup:!0,mobileonly:!1,shareText:{de:"twittern",en:"tweet"},name:"twitter",faName:"s3uu-twitter",title:{bg:"Сподели в Twitter",da:"Del på Twitter",de:"Bei Twitter teilen",en:"Share on Twitter",es:"Compartir en Twitter",fi:"Jaa Twitterissä",fr:"Partager sur Twitter",hr:"Podijelite na Twitteru",hu:"Megosztás Twitteren",it:"Condividi su Twitter",ja:"ツイッター上で共有",ko:"트위터에서 공유하기",nl:"Delen op Twitter",no:"Del på Twitter",pl:"Udostępnij na Twitterze",pt:"Compartilhar no Twitter",ro:"Partajează pe Twitter",ru:"Поделиться на Twitter",sk:"Zdieľať na Twitteri",sl:"Deli na Twitterju",sr:"Podeli na Twitter-u",sv:"Dela på Twitter",tr:"Twitter'da paylaş",zh:"在Twitter上分享"},shareUrl:url.format(e)+t.getReferrerTrack()}};
    9093
    9194}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
    92 },{"url":6}],27:[function(require,module,exports){
     95},{"url":6}],28:[function(require,module,exports){
    9396"use strict";module.exports=function(e){var a=encodeURIComponent(e.getURL());return{popup:!0,mobileonly:!1,shareText:{bg:"cподеляне",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"vk",faName:"s3uu-vk",title:{bg:"Сподели във VK",da:"Del på VK",de:"Bei VK teilen",en:"Share on VK",es:"Compartir en VK",fi:"Jaa VKissa",fr:"Partager sur VK",hr:"Podijelite na VKu",hu:"Megosztás VKon",it:"Condividi su VK",ja:"フェイスブック上で共有",ko:"페이스북에서 공유하기",nl:"Delen op VK",no:"Del på VK",pl:"Udostępnij na VKu",pt:"Compartilhar no VK",ro:"Partajează pe VK",ru:"Поделиться на VK",sk:"Zdieľať na VKu",sl:"Deli na VKu",sr:"Podeli na VK-u",sv:"Dela på VK",tr:"VK'ta paylaş",zh:"在VK上分享"},shareUrl:"https://vk.com/share.php?url="+a+e.getReferrerTrack()}};
    9497
    95 },{}],28:[function(require,module,exports){
     98},{}],29:[function(require,module,exports){
    9699"use strict";module.exports=function(a){var p=encodeURIComponent(a.getURL()),e=a.getMeta("DC.title"),t=a.getMeta("DC.creator");return e.length>0&&t.length>0?e+=" - "+t:e=a.getTitle(),{popup:!1,mobileonly:!0,shareText:{bg:"cподеляне",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"whatsapp",faName:"s3uu-whatsapp",title:{bg:"Сподели в Whatsapp",da:"Del på Whatsapp",de:"Bei Whatsapp teilen",en:"Share on Whatsapp",es:"Compartir en Whatsapp",fi:"Jaa WhatsAppissä",fr:"Partager sur Whatsapp",hr:"Podijelite na Whatsapp",hu:"Megosztás WhatsAppen",it:"Condividi su Whatsapp",ja:"Whatsapp上で共有",ko:"Whatsapp에서 공유하기",nl:"Delen op Whatsapp",no:"Del på Whatsapp",pl:"Udostępnij przez WhatsApp",pt:"Compartilhar no Whatsapp",ro:"Partajează pe Whatsapp",ru:"Поделиться на Whatsapp",sk:"Zdieľať na Whatsapp",sl:"Deli na Whatsapp",sr:"Podeli na WhatsApp-u",sv:"Dela på Whatsapp",tr:"Whatsapp'ta paylaş",zh:"在Whatsapp上分享"},shareUrl:"whatsapp://send?text="+encodeURIComponent(e)+"%20"+p+a.getReferrerTrack()}};
    97100
    98 },{}],29:[function(require,module,exports){
     101},{}],30:[function(require,module,exports){
    99102"use strict";module.exports=function(e){var r=encodeURIComponent(e.getURL());return{popup:!0,mobileonly:!1,shareText:{bg:"cподеляне",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"xing",faName:"s3uu-xing",title:{de:"Bei XING teilen",en:"Share on XING",es:"Compartir en XING",fr:"Partager sur XING",it:"Condividi su XING",da:"Del på XING",nl:"Delen op XING"},shareUrl:"https://www.xing.com/social_plugins/share?url="+r+e.getReferrerTrack()}};
    100103
    101 },{}],30:[function(require,module,exports){
     104},{}],31:[function(require,module,exports){
    102105(function (global){
    103 "use strict";var $=(typeof window !== "undefined" ? window['jQuery'] : typeof global !== "undefined" ? global['jQuery'] : null),url=require("url"),window=require("browserify-window"),Shariff=function(e,t){var r=this;this.element=e,$(e).empty(),this.options=$.extend({},this.defaults,t,$(e).data());var i=[require("./services/facebook.js"),require("./services/vk.js"),require("./services/googleplus.js"),require("./services/twitter.js"),require("./services/whatsapp.js"),require("./services/mailform.js"),require("./services/info.js"),require("./services/mailto.js"),require("./services/linkedin.js"),require("./services/xing.js"),require("./services/pinterest.js"),require("./services/reddit.js"),require("./services/stumbleupon.js"),require("./services/printer.js"),require("./services/flattr.js"),require("./services/paypal.js"),require("./services/bitcoin.js"),require("./services/tumblr.js"),require("./services/patreon.js"),require("./services/addthis.js"),require("./services/diaspora.js"),require("./services/threema.js"),require("./services/paypalme.js")];this.services=$.map(this.options.services,function(e){var t;return i.forEach(function(i){return i=i(r),"mail"===e&&(e="mailform"),i.name===e?(t=i,null):void 0}),t}),this._addButtonList(),null!==this.options.backendUrl&&this.getShares().then($.proxy(this._updateCounts,this))};Shariff.prototype={defaults:{theme:"default",backendUrl:null,infoUrl:"http://ct.de/-2467514",lang:"de",langFallback:"en",mailUrl:function(){var e=url.parse(this.getURL(),!0);return e.query.view="mail",delete e.search,url.format(e)},mailSubject:function(){return this.getMeta("DC.title")||this.getTitle()},mailBody:function(){return"<"+this.getURL()+">"},mediaUrl:null,orientation:"horizontal",buttonsize:"big",referrerTrack:null,services:["twitter","facebook","googleplus","info"],title:function(){return $("head title").text()},twitterVia:null,flattruser:null,url:function(){var e=global.document.location.href,t=$("link[rel=canonical]").attr("href")||this.getMeta("og:url")||"";return t.length>0&&(t.indexOf("http")<0&&(t=global.document.location.protocol+"//"+global.document.location.host+t),e=t),e}},$socialshareElement:function(){return $(this.element)},getLocalized:function(e,t){return"object"==typeof e[t]?"undefined"==typeof e[t][this.options.lang]?e[t][this.options.langFallback]:e[t][this.options.lang]:"string"==typeof e[t]?e[t]:void 0},getMeta:function(e){var t=$('meta[name="'+e+'"],[property="'+e+'"]').attr("content");return t||""},getInfoUrl:function(){return this.options.infoUrl},getURL:function(){return this.getOption("url")},getOption:function(e){var t=this.options[e];return"function"==typeof t?$.proxy(t,this)():t},getTitle:function(){return this.getOption("title")},getReferrerTrack:function(){return this.options.referrerTrack||""},getMedia:function(){return this.getOption("media")},getShares:function(){var e=url.parse(this.options.backendUrl,!0);return e.query.url=this.getURL(),delete e.search,e.query.timestamp=this.getOption("timestamp"),$.getJSON(url.format(e))},_updateCounts:function(e){var t=this;$.each(e,function(e,r){r>=1e3&&(r=Math.round(r/1e3)+"k"),$(t.element).find("."+e+" a").append('<span class="share_count">'+r)})},_addButtonList:function(){var e=this,t=this.$socialshareElement(),r="theme-"+this.options.theme,i="orientation-"+this.options.orientation,s="col-"+this.options.services.length,n="buttonsize-"+this.options.buttonsize,a=$("<ul>").addClass(r).addClass(i).addClass(s).addClass(n);this.services.forEach(function(t){if(!t.mobileonly||"undefined"!=typeof window.orientation||"object"==typeof window.document.ontouchstart){var r=$('<li class="shariff-button">').addClass(t.name),i='<span class="share_text">'+e.getLocalized(t,"shareText"),s=$("<a>").attr("href",t.shareUrl).append(i);"undefined"!=typeof t.faName&&s.prepend('<span class="s3uu '+t.faName+'">'),t.popup?s.attr("data-rel","popup"):t.blank&&s.attr("target","_blank"),s.attr("title",e.getLocalized(t,"title")),s.attr("role","button"),s.attr("aria-label",e.getLocalized(t,"title")),r.append(s),a.append(r)}}),a.on("click",'[data-rel="popup"]',function(e){e.preventDefault();var t=$(this).attr("href"),r="_blank",i="1000",s="500",n="width="+i+",height="+s+",scrollbars=yes";global.window.open(t,r,n)}),t.append(a)}},module.exports=Shariff,global.Shariff=Shariff,$(".shariff").each(function(){this.hasOwnProperty("shariff")||(this.shariff=new Shariff(this))});
     106"use strict";var $=(typeof window !== "undefined" ? window['jQuery'] : typeof global !== "undefined" ? global['jQuery'] : null),url=require("url"),window=require("browserify-window"),Shariff=function(e,t){var r=this;this.element=e,$(e).empty(),this.options=$.extend({},this.defaults,t,$(e).data());var i=[require("./services/facebook.js"),require("./services/vk.js"),require("./services/googleplus.js"),require("./services/twitter.js"),require("./services/whatsapp.js"),require("./services/mailform.js"),require("./services/info.js"),require("./services/mailto.js"),require("./services/linkedin.js"),require("./services/xing.js"),require("./services/pinterest.js"),require("./services/reddit.js"),require("./services/stumbleupon.js"),require("./services/printer.js"),require("./services/flattr.js"),require("./services/paypal.js"),require("./services/bitcoin.js"),require("./services/tumblr.js"),require("./services/patreon.js"),require("./services/addthis.js"),require("./services/diaspora.js"),require("./services/threema.js"),require("./services/paypalme.js"),require("./services/rss.js")];this.services=$.map(this.options.services,function(e){var t;return i.forEach(function(i){return i=i(r),"mail"===e&&(e="mailform"),i.name===e?(t=i,null):void 0}),t}),this._addButtonList(),null!==this.options.backendUrl&&this.getShares().then($.proxy(this._updateCounts,this))};Shariff.prototype={defaults:{theme:"default",backendUrl:null,infoUrl:"http://ct.de/-2467514",lang:"de",langFallback:"en",mailUrl:function(){var e=url.parse(this.getURL(),!0);return e.query.view="mail",delete e.search,url.format(e)},mailSubject:function(){return this.getMeta("DC.title")||this.getTitle()},mailBody:function(){return"<"+this.getURL()+">"},mediaUrl:null,orientation:"horizontal",buttonsize:"big",referrerTrack:null,services:["twitter","facebook","googleplus","info"],title:function(){return $("head title").text()},twitterVia:null,flattruser:null,url:function(){var e=global.document.location.href,t=$("link[rel=canonical]").attr("href")||this.getMeta("og:url")||"";return t.length>0&&(t.indexOf("http")<0&&(t=global.document.location.protocol+"//"+global.document.location.host+t),e=t),e}},$socialshareElement:function(){return $(this.element)},getLocalized:function(e,t){return"object"==typeof e[t]?"undefined"==typeof e[t][this.options.lang]?e[t][this.options.langFallback]:e[t][this.options.lang]:"string"==typeof e[t]?e[t]:void 0},getMeta:function(e){var t=$('meta[name="'+e+'"],[property="'+e+'"]').attr("content");return t||""},getInfoUrl:function(){return this.options.infoUrl},getURL:function(){return this.getOption("url")},getOption:function(e){var t=this.options[e];return"function"==typeof t?$.proxy(t,this)():t},getTitle:function(){return this.getOption("title")},getReferrerTrack:function(){return this.options.referrerTrack||""},getMedia:function(){return this.getOption("media")},getShares:function(){var e=url.parse(this.options.backendUrl,!0);return e.query.url=this.getURL(),delete e.search,e.query.timestamp=this.getOption("timestamp"),$.getJSON(url.format(e))},_updateCounts:function(e){var t=this;$.each(e,function(e,r){r>=1e3&&(r=Math.round(r/1e3)+"k"),$(t.element).find("."+e+" a").append('<span class="share_count">'+r)})},_addButtonList:function(){var e=this,t=this.$socialshareElement(),r="theme-"+this.options.theme,i="orientation-"+this.options.orientation,s="col-"+this.options.services.length,n="buttonsize-"+this.options.buttonsize,a=$("<ul>").addClass(r).addClass(i).addClass(s).addClass(n);this.services.forEach(function(t){if(!t.mobileonly||"undefined"!=typeof window.orientation||"object"==typeof window.document.ontouchstart){var r=$('<li class="shariff-button">').addClass(t.name),i='<span class="share_text">'+e.getLocalized(t,"shareText"),s=$("<a>").attr("href",t.shareUrl).append(i);"undefined"!=typeof t.faName&&s.prepend('<span class="s3uu '+t.faName+'">'),t.popup?s.attr("data-rel","popup"):t.blank&&s.attr("target","_blank"),s.attr("title",e.getLocalized(t,"title")),s.attr("role","button"),s.attr("aria-label",e.getLocalized(t,"title")),r.append(s),a.append(r)}}),a.on("click",'[data-rel="popup"]',function(e){e.preventDefault();var t=$(this).attr("href"),r="_blank",i="1000",s="500",n="width="+i+",height="+s+",scrollbars=yes";global.window.open(t,r,n)}),t.append(a)}},module.exports=Shariff,global.Shariff=Shariff,$(".shariff").each(function(){this.hasOwnProperty("shariff")||(this.shariff=new Shariff(this))});
    104107}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
    105 },{"./services/addthis.js":7,"./services/bitcoin.js":8,"./services/diaspora.js":9,"./services/facebook.js":10,"./services/flattr.js":11,"./services/googleplus.js":12,"./services/info.js":13,"./services/linkedin.js":14,"./services/mailform.js":15,"./services/mailto.js":16,"./services/patreon.js":17,"./services/paypal.js":18,"./services/paypalme.js":19,"./services/pinterest.js":20,"./services/printer.js":21,"./services/reddit.js":22,"./services/stumbleupon.js":23,"./services/threema.js":24,"./services/tumblr.js":25,"./services/twitter.js":26,"./services/vk.js":27,"./services/whatsapp.js":28,"./services/xing.js":29,"browserify-window":1,"url":6}]},{},[30]);
     108},{"./services/addthis.js":7,"./services/bitcoin.js":8,"./services/diaspora.js":9,"./services/facebook.js":10,"./services/flattr.js":11,"./services/googleplus.js":12,"./services/info.js":13,"./services/linkedin.js":14,"./services/mailform.js":15,"./services/mailto.js":16,"./services/patreon.js":17,"./services/paypal.js":18,"./services/paypalme.js":19,"./services/pinterest.js":20,"./services/printer.js":21,"./services/reddit.js":22,"./services/rss.js":23,"./services/stumbleupon.js":24,"./services/threema.js":25,"./services/tumblr.js":26,"./services/twitter.js":27,"./services/vk.js":28,"./services/whatsapp.js":29,"./services/xing.js":30,"browserify-window":1,"url":6}]},{},[31]);
  • shariff/trunk/shariff.php

    r1312748 r1334839  
    44 * Plugin URI: http://www.3uu.org/plugins.htm
    55 * Description: This is a wrapper to Shariff. It enables shares with Twitter, Facebook ... on posts, pages and themes with no harm for visitors privacy.
    6  * Version: 3.3.2
     6 * Version: 3.4.0
    77 * Author: 3UU, JP
    88 * Author URI: http://www.DatenVerwurstungsZentrale.com/
     
    1313 *
    1414 * ### Supported options ###
    15  *   services: [facebook|twitter|googleplus|whatsapp|threema|pinterest|linkedin|xing|reddit|stumbleupon|tumblr|vk|diaspora|addthis|flattr|patreon|paypal|paypalme|bitcoin|mailform|mailto|printer|info]
     15 *   services: [facebook|twitter|googleplus|whatsapp|threema|pinterest|linkedin|xing|reddit|stumbleupon|tumblr|vk|diaspora|addthis|flattr|patreon|paypal|paypalme|bitcoin|mailform|mailto|printer|info|rss]
    1616 *   info_url: http://ct.de/-2467514
    1717 *   lang: de|en
     
    3030    // version < 2.3
    3131    $shariff3UU = get_option( 'shariff3UU' );
    32     $shariff3UU_basic = array(); $shariff3UU_design = array(); $shariff3UU_advanced = array(); $shariff3UU_mailform = array();
     32    $shariff3UU_basic = array();
     33    $shariff3UU_design = array();
     34    $shariff3UU_advanced = array();
     35    $shariff3UU_mailform = array();
     36    $shariff3UU_statistic = array();
    3337}
    3438else {
     
    4650
    4751    /******************** ADJUST VERSION ********************/
    48     $code_version = "3.3.2"; // set code version - needs to be adjusted for every new version!
     52    $code_version = "3.4.0"; // set code version - needs to be adjusted for every new version!
    4953    /******************** ADJUST VERSION ********************/
    5054
     
    164168    $shorttag .= ']';
    165169
    166     // build in pure HTML
    167     $htmltagstyle='';
    168     // orientation
    169     ( isset($shariff3UU["vertical"]) && $shariff3UU["vertical"] == '1' ) ? $htmltagstyle.='orientation-vertical ' : $htmltagstyle.='orientation-horizontal ';
    170     // theme
    171     ( ! empty($shariff3UU["theme"] ) ) ? $htmltagstyle.=$shariff3UU["theme"].' ' : $htmltagstyle.='theme-default ';
    172     // buttonsize
    173         ( isset($shariff3UU["buttonsize"] ) && $shariff3UU["buttonsize"] == '1' ) ? $htmltagstyle.='buttonsize-small ' : $htmltagstyle.='buttonsize-big ';
    174         // lang = erstmal nich, weil wir das noch irgendwie elegant aus des JS holen muessen
    175         // services
    176         $arr_services=explode('|',$shariff3UU["services"]);
    177         $htmltagstyle.='col-'.count($arr_services).' ';
    178         // backend
    179         // info-url
    180         // style
    181         if ( ! empty($shariff3UU["style"] ) ) $htmltagstyle.='buttonsize-'.$shariff3UU["style"].' ';
    182         // twitter-via
    183         // flatter-username
    184         // timestamp if needed for backend
    185 
    186     $htmltag='<rtz/><div class="shariff"><ul class="'.$htmltagstyle.'">';
    187     // services durchhecheln. Achtung: Der Servicename muss dem Namen des Style entsprechen
    188     // $shariff3UU["services"] durchheckeln
    189         foreach ($arr_services as $key => $val){
    190          $htmltag.='<li class="shariff-button '.$val.'">';
    191          $htmltag.='blubber';
    192          $htmltag.='</li>';
    193          }
    194     $htmltag.='</ul></div>';
    195 #   return $htmltag;
    196170    return $shorttag;
    197171}
     
    775749    if ( array_key_exists( 'bitcoinaddress', $atts ) )  $output .= ' data-bitcoinaddress="' . esc_html( $atts['bitcoinaddress'] ) . '"';
    776750    if ( array_key_exists( 'bitcoinaddress', $atts ) )  $output .= ' data-bitcoinurl="'     . esc_url( plugins_url( '/', __FILE__ ) ) . '"';
     751    if ( array_key_exists( 'rssfeed', $atts ) )         $output .= ' data-rssfeed="'        . esc_url( $atts['rssfeed'] ) . '"';
     752    else $output .= ' data-rssfeed="' . esc_url( get_bloginfo('rss_url') ) . '"';
    777753    if ( array_key_exists( 'buttonsize', $atts ) )      $output .= ' data-buttonsize="'     . esc_html( $atts['buttonsize'] ) . '"';
    778754    if ( array_key_exists( 'timestamp', $atts ) )       $output .= ' data-timestamp="'      . esc_html( $atts['timestamp'] ) . '"';
Note: See TracChangeset for help on using the changeset viewer.