To create the link, use the following formula:
http://www.facebook.com/sharer.php?u=URL
can be created with the following html code
1 2 3 4 5 |
<a href="http://www.facebook.com/sharer.php?u=http://www.mundrisoft.com" target="_blank" title="Click to share">Share on Facebook </a> |
To create the link, use the following formula:
http://twitter.com/share?text=TEXT&url=URL
1 2 3 4 5 |
<a href="http://twitter.com/share?text=An%20intersting%20blog&url=http://www.mundrisoft.com" target="_blank" title="Click to post to Twitter">Tweet this </a> |
Google plus
To create the link, use the following formula:
https://plus.google.com/share?url=URL
1 2 3 4 5 |
<a href="https://plus.google.com/share?url=http://www.mundrisoft.com" target="_blank" title="Click to share">Share on Google+ </a> |