Quote:
Originally Posted by BirdOPrey5
The Facebook isn't showing in AddThis because you already have the Facebook Like button enabled. It is a feature of this mod to NOT show any service in AddThis that you already have a dedicated button showing for on the page- this includes Twitter, Digg, and the others too.
This is a quote from the instructions included with the mod:
If you don't want it to work as intended you must manually edit the more_share_options template.
Delete the TWO instances of:
Code:
services_exclude: 'print,<vb:if condition="$vboptions['bop5more_fbtype']">, facebook</vb:if><vb:if condition="$boptwit">, twitter</vb:if><vb:if condition="$bopdigg">, digg</vb:if><vb:if condition="$bopsutype">, stumbleupon</vb:if>'
and it should show Facebook, twitter, and the rest in AddThis all the time.
|
Thank you very much for your instruction. Because of Facebook Like is different with facbook share so I only need Facebook Share to show and I only removed this code:
Code:
<vb:if condition="$vboptions['bop5more_fbtype']">, facebook</vb:if>
Now the Facebook Share showed and works like a charm on my site.
Thank you one again for the nice mod.