I believe this issue started with SFC .25. Only in Safari, when you press fShare, the share box gets filled with the url (sort of).
I believe this issue started with SFC .25. Only in Safari, when you press fShare, the share box gets filled with the url (sort of).
Doesn't have anything to do with SFC, Facebook itself is broken.
Workaround for this, for now. If you use the non-XFBML way of creating the button, it seems to work better. Facebook isn't supporting XFBML very well anymore, so they just aren't fixing their broken code much.
Anyway, add this to your wp-config file:
define('SFC_SHARE_USE_XFBML',false);
This makes SFC-Share use an alternate approach, which seems to work better and not have this problem.
that worked. Thanks!
This topic has been closed to new replies.