Share Buttons

Tweet Button

<a href="https://twitter.com/intent/tweet?source=webclient&text=<?= rawurlencode($page->title()); ?>%20<?= rawurlencode($page->url()); ?>%20<?= ('via @your_account')?>" target="blank" title="Tweet this">Tweet</a>

This link will share the title and the corresponding url of the current page on Twitter. Replace @your_account with your own user name!

Facebook Button

<a href="http://www.facebook.com/sharer.php?u=<?= rawurlencode ($page->url()); ?>" target="blank" title="Share on Facebook">Share on Facebook</a>

This link will share the current page on Facebook.

Static Google Plus Sharing Button

<a href="https://plusone.google.com/_/+1/confirm?hl=de&url=<?= rawurlencode ($page->url()); ?>&title=<?= rawurlencode($page->title()); ?>" target="blank" title="Share on Google+">Share on Google+</a>

This link will share the current page on Google Plus.