You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

35 lines
1.8 KiB

  1. <?php
  2. /**
  3. * DokuWiki Bootstrap3 Template: social.html
  4. *
  5. * @link http://dokuwiki.org/template:bootstrap3
  6. * @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
  7. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  8. *
  9. * Copy this file in <dokuwiki>/conf directory
  10. */
  11. ?>
  12. <?php global $ACT; if ($ACT == 'show'): ?>
  13. <div class="pull-right hidden-print btn-toolbar" role="toolbar">
  14. <div class="btn-group btn-group-xs" role="group">
  15. <a class="btn btn-primary" href="#" title="Share on Facebook" target="_blank" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=' + encodeURIComponent(document.URL) + '&t=' + encodeURIComponent(document.URL)); return false;"><i class="mdi mdi-facebook"></i></a>
  16. <a class="btn btn-info" href="#" target="_blank" title="Tweet" onclick="window.open('https://twitter.com/intent/tweet?text=' + encodeURIComponent(document.title) + ':%20' + encodeURIComponent(document.URL)); return false;"><i class="mdi mdi-twitter"></i></a>
  17. <a class="btn btn-danger" href="#" target="_blank" title="Share on Google+" onclick="window.open('https://plus.google.com/share?url=' + encodeURIComponent(document.URL)); return false;"><i class="mdi mdi-google-plus"></i></a>
  18. <a class="btn btn-primary" href="#" target="_blank" title="Share on LinkedIn" onclick="window.open('http://www.linkedin.com/shareArticle?mini=true&url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title)); return false;"><i class="mdi mdi-linkedin"></i></a>
  19. <a class="btn btn-warning" href="#" title="Send via mail" onclick="this.href=('mailto:?subject=' + encodeURIComponent(document.title) + '&body=' + encodeURIComponent(document.URL))"><i class="mdi mdi-envelope"></i></a>
  20. </div>
  21. </div>
  22. <p class="clearfix">&nbsp;</p>
  23. <?php endif; ?>