Quote:
Originally Posted by onegawd
Same issue.
So I uninstalled the plugin, downloaded again with a different browser, installed, and enabled with auto template updates off. No go, same issue.
As well, what I just noticed, is if I edit the template files with the one that was posted earlier, I hit save, and it looks like it saves. But when I go back and check, nothing has changed.
|
OK I found your problem- it is likely the problem everyone has been having.
Somehow in the code for the Facebook Send button I used a
funky quote character instead of the normal quote character ("). Probably a copy and paste issue.
To fix your issue edit the XML product file... look for the line:
Code:
<fb:send <vb:if condition="$bophref">href="{vb:raw bophref}?</vb:if> font=?tahoma" colorscheme="{vb:raw boplord}"></fb:send>
Replace all the " quotes in red with a normal " quote.
You might not see a difference in the shape of the quote depending on the font you are using but trust me they are different characters.
The funky quote isn't valid on some systems.
I will fix the quotes in the next release, due out very soon, if you don't want to manually edit yourself.
Once you make the changes re-import the product, it should work.
The new version I am pleased to announce will allow for asynchronous javascript loading of all buttons to improve page load performance.