Hi,
I tried to set the fb like button with standard layout using fb:like:layout="standard" in custom configuration page. I can set also fb:like:font.

but if I choose to set fb:like:show_faces="false".. this option don't works.
Also if I try to set fb:like:send="true"

Is there a way to set these features?

thank you for your help.

Comments

budalokko’s picture

Hi,
I was able to solve the 'fb:like:send="true" adding the following code to the tag on top of page.tpl:

xmlns:fb="http://www.facebook.com/2008/fbml"

So I left it like this:

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">

I hope it helps.

jscm’s picture

Hi,
I already use these tag on top of page.tpl.php.

I'm using the AddThis Block with this custom services:

htlm attributes:
fb:like:show_faces="false" fb:like:send="true" fb:like:layout="standard" fb:like:font="verdena"

this fb:like:show_faces="false" don't works.

I don't know why.

jscm’s picture

Now, it seems works properly.

gisle’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

According to #5, it works.

But this version is outdated and will not be worked unless the same problem is present in the HEAD of 7.x-4.x. (If it is, please open a new issue against this branch.)