They're all blank by default.
It seems to be related to your style... the Facebook recommend button shows up for me on your Facebook and vBulletin styles:
View attachment 94065

<div class="facebookLike shareControl">
<xen:container var="$facebookSdk">1</xen:container>
<fb:like href="{$url}" show_faces="true" width="400" action="{$xenOptions.facebookLikeAction}" font="trebuchet ms" colorscheme="@fbColorScheme"></fb:like>
</div>
I'm not sure why, you'll need to check with whoever did your style.
It seems though the CSS class for the FB recommend button .facebookLike .shareControl is rendering with a width of 0px.
View attachment 94144
According to the default share_page template, that is supposed to be at a width of 400px:
Code:<div class="facebookLike shareControl"> <xen:container var="$facebookSdk">1</xen:container> <fb:like href="{$url}" show_faces="true" width="400" action="{$xenOptions.facebookLikeAction}" font="trebuchet ms" colorscheme="@fbColorScheme"></fb:like> </div>
Maybe try reverting that template?
Any outdated templates?
color_scheme=0
color_scheme=light
OK I had a closer look at your FB button and it seems you have an invalid attribute for colorscheme in your Facebook like button:
On your default theme:
Code:color_scheme=0
On your Facebook theme:
Code:color_scheme=light
The values for that are supposed to be either light or dark, so which option do you have selected in Style Properties: General -> Facebook Plugin Color Scheme for your default theme?
We use essential cookies to make this site work, and optional cookies to enhance your experience.