You can use (addtoany code) share buttons from this link : https://www.addtoany.com
And it is better to use Widget Anywhere Plugin for locate the share buttons in any where you like
from here
You can do a custom widget that would cause zero-load to you website server. Because it wont include any js, img, css files or mysql queries.
Just assign the link you want to share to a variable, say $share_link, and use following links to share in facebook or twitter.
'https://www.facebook.com/sharer/sharer.php?u='.$share_link 'https://twitter.com/intent/tweet?url='.$share_link
'https://www.facebook.com/sharer/sharer.php?u='.$share_link
'https://twitter.com/intent/tweet?url='.$share_link
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.