fliim
fliim

Reputation: 2189

Facebook like XFBML in double

I would like to add an facebook like button in my page by using this XFBML:

<fb:like send="false" width="90" show_faces="false" layout="button_count" href="http://www.google.fr"><fb:like>

But it appear 2 line of like button:

[Like] Be the first of your friends to like this.
[Like]{176k]

I would like just to keep the second one. How Could I do that ?

Thanks

Upvotes: 0

Views: 192

Answers (1)

cpilko
cpilko

Reputation: 11852

You didn't close your <fb:like> tag with a /:

<fb:like send="false" width="90" show_faces="false" layout="button_count" 
   href="http://www.google.fr"></fb:like>

Upvotes: 0

Related Questions