First of all, Iâm aware that the FB âshareâ button has been deprecated but the thing is that I happened to find this site 22words.com and really like the big FB and Twitter share buttons appearing at the end of all posts.
Does anyone know how to do it exactly like that?
Any help would be much appreciated!
Just use:
and add your own styles to make it look however you want.
For Twitter use:
Using Your Facebook user name and password log in FacebookDeveloper Site
Then click DOC Menu –> Sharing –> Social Plugins
In that page you can see 11 Facebook plugin(Like,Share,etc) codes for JS,JQ,HTMl,etc are available..
Just copy the code and past in into your source code… Simple 🙂
for facebook
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fparse.com" target="_blank">
<img src="YOURIMAGEURL" />
</a>
for more brief details Click here
To actually insert this into WP paste this in your functions.php file:
See the codex
Add your images and CSS.