I have installed Facebook share button on my website but it won't work on new content. It works perfect with content that is loaded with PHP but not content appended by AJAX.
Can anyone help?

I just found the solution ...

Just add this to your ajax call:

FB.XFBML.parse(document.getElementById('ShareButtonName'));
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.