im using fb social like button with ajax support , Infinite Auto Load pager, im trying to load my content such as the twitter or facebook.
its only load the Items per page: for example 10.
when the ajax start its load the whole content but dose not load the facebook like button.

any suggestions

CommentFileSizeAuthor
facebook_bug.png60.74 KBAhmadaj88
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

moneera’s picture

Hello Ahmadaj88
I have the same problem
do you solve it?
plz tell me
its urgent

Ahmadaj88’s picture

sorry its still the same , so i stopped the ajax loading , after this everything working fine

moneera’s picture

any way
thanx for your reply

hristos’s picture

I have the same problem Any suggestions please!

seppe’s picture

Issue summary: View changes

If someone still experiences this problem, I fixed this by adding this function to my JS behavior:

     Drupal.behaviors.mytheme = {
	attach: function(context, settings) {
          try{
              FB.XFBML.parse(); 
          }catch(ex){}

Found this solution at http://stackoverflow.com/questions/4219729/how-to-add-a-facebook-like-bu...