I went through every Social Sharing plugin found on Leo’s article. Some didn’t even work and the others were just crap. Nowadays anyone who can stitch together some code from here and there, calls him or herself a coder. Anyhow I found the Digg Digg plugin, closest to what I was looking for, except it had no feature for adding it to the homepage. The lack of this feature made me choose not to install it, but then I thought of going through the code. And fixed the retarded line that tells the plugin not to show Digg Digg on the homepage. Here’s how:
locate the following function in the digg-digg.php file:
isFloatingButtonAllowDisplay()
and within that function, change the following line:
if(is_home()){ return false;}
to
if(is_home()){ return true;}
Loe’s article, 10 best social sharing WP plugins:
https://webdesignledger.com/tools/10-best-wordpress-sharing-plugins-of-2012-to-get-more-social-traffic