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.
|
- <?php
- /**
- * DokuWiki Bootstrap3 Template: social.html
- *
- * @link http://dokuwiki.org/template:bootstrap3
- * @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * Copy this file in <dokuwiki>/conf directory
- */
- ?>
- <?php global $ACT; if ($ACT == 'show'): ?>
-
- <div class="pull-right hidden-print btn-toolbar" role="toolbar">
-
- <div class="btn-group btn-group-xs" role="group">
-
- <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>
-
- <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>
-
- <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>
-
- <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>
-
- <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>
-
- </div>
-
- </div>
-
- <p class="clearfix"> </p>
-
- <?php endif; ?>
|