Skip to content

Instantly share code, notes, and snippets.

@niklausgerber
Created December 12, 2012 14:14
Show Gist options
  • Save niklausgerber/4268019 to your computer and use it in GitHub Desktop.
Save niklausgerber/4268019 to your computer and use it in GitHub Desktop.
Social Sharing on Kirby CMS
<a href="http://twitter.com/share?url=<?php echo html($page->url()) ?>&text=<?php echo html($page->title()) ?> via @USERNAME" target="_blank">Share on Twitter</a>
<a href="https://plus.google.com/share?url=<?php echo html($page->url()) ?>" target="_blank">Google+</a>
<a href="http://www.facebook.com/sharer.php?u=<?php echo html($page->url()) ?>" target="_blank">Post to Facebook</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment