I have a chunk of content that I load via Ajax, and on that page I have a FBML share button. I also tried it without the FBML and just used the hyperlink and script tag. When I load the content directly, the share button loads fine, but when I load it via Ajax, the button doesn't show up. Any ideas on how to get the Facebook Share button working?
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 believe you need to invoke FB.XFBML.Host.parseDomTree() after your content has been inserted. This will cause the Facebook JS libraries to scan for XFBML tags and render them. |
|||||||
|
|
use this javascript function ;)
|
|||||||||
|