HTML - Static share link for social network
Link to share content on social network without Javascript.
Note: Do remember to url encode each parameter.
<a href="http://twitter.com/intent/tweet?url={{url}}&text={{text}}">
Share on Twitter
</a>
<a href="https://plus.google.com/share?url={{url}}">
Share on google+
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u={{url}}&t={{text}}">
Share on Facebook
</a>
<a href="http://pinterest.com/pin/create/button/?url={{url}}">
Share on Pinterest
</a>