Agreed!
+ choose between fb-like and fb-recommend.
Thx!
+1
that would be awesome and very much appreciated!
Thread Starter
Joseph
(@zomidaily)
Currently, it said “Compatible up to: 3.6.1”. But hope to hear the the update soon with Facebook Share button 🙂
yes, fb-share will be great to have, when can it be implemented? Meanwhile what are you guys using for fb-share along with this plug in?
got it.
open file …/wp-content/plugins/floating-social-bar/class-floating-social-bar.php with your favorite html editor.
search for term (for me in line 1103)
data-send="false" and replace false with true = should now look like this
data-send=”true”
now obviously the like space is not big enough and is cut by the bystanding g+ button. so you need to widen the space.
search for term (line 852)
fsb-share-facebook and change the width from 120px to 190px. now looks like this
#fsb-social-bar .fsb-share-facebook { width: 120px; float: left; padding: 3px 0 2px; height: 25px; }
that’s it, have fun!
I hope to hear the the update soon with Facebook Share button <3