Quote:
Originally Posted by BirdOPrey5
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.
|
Nice, thanks. That seems to have solved 1 issue. I can see the facebook like button now when the mod is enabled.
But I cant see any more buttons. My template file still is incomplete, and when I copy over the completed one and save, it processes like it's saving, but it remains the same.
Not sure if you have any ideas what's going on there.