Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm a Wordpress plugin developer. I'm working with Facebook's like and send buttons.

I'm using this XFBML code :

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=119608038121612&amp;xfbml=1"></script><fb:like href="http://jsfiddle.net" send="true" width="450" show_faces="true" font=""></fb:like>

There is send=true parameter but still showing only like button. You can check live example here. I got this code from Official Facebook Developer page. Also this code isn't working on Facebook's site, too.

So, do you have any idea ? How can we solve this problem ?

share|improve this question

1 Answer

I just checked but it seems to work fine? When i run your piece of code i see a 'like' and 'send' button and they both work.

Screenshot Here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.