Opis
Add stupidly simple social sharing buttons to your website.
Responsive and lightweight (no javascript; no tracking).
Automatically added to blog posts. Use the [simpleshare] shortcode for additional locations.
Supports sharing to:
Easy to style. Here’s the default CSS for reference:
.simpleshare, .simpleshare *{box-sizing:border-box !important;-webkit-tap-highlight-color:transparent !important;transition:all 0.5s ease !important;padding:0 !important;border:0 !important;margin:0 !important}
.simpleshare{font-size:0 !important;margin:30px 0 !important}
.simpleshare a{display:inline-block !important;width:25% !important;min-width:120px !important;font-family:arial !important;font-size:16px !important;color:#fff !important;text-align:center !important;text-decoration:none !important;text-shadow:none !important;line-height:0 !important;padding:15px 0 !important;background:#000 !important;box-shadow:none !important}
.simpleshare a.facebook{background:#3B5998 !important}
.simpleshare a.twitter{background:#1DA1F2 !important}
.simpleshare a.email{background:#222 !important}
.simpleshare a.print{background:#777 !important}
.simpleshare a:hover{opacity:0.8 !important}
.simpleshare .icon{display:inline-block !important;width:20px !important;height:20px !important}
.simpleshare .text{position:relative !important;top:-4px !important;margin-left:10px !important}
.widget-area .simpleshare a{min-width:0 !important}
.widget-area .simpleshare .text{display:none !important}
@media(max-width:576px){.simpleshare a{min-width:0 !important}.simpleshare .text{display:none !important}}
Instalacija
- There are no settings to adjust. Simply use the
[simpleshare]
shortcode on any page, post, or text widget or in your theme code, use<?php echo do_shortcode( '[simpleshare]' ); ?>
.
Recenzije
Nema recenzija za ovaj dodatak.
Suradnici i Programeri
“SimpleShare” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
SuradniciPrevedite “SimpleShare” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.