10

I have a number of dynamically generated like buttons on a site (http://www.thepropaganda.com), and so I use FB.XFBML.parse to generate them all. For some reason the parser always gets into a loop and repeatedly generates "domain and protocol must match" errors as per FB.SO Question 3577947. All the facebook social plugins are created correctly.

I understand what the errors are, and they're not really a problem, other than that there's thousands of them. Funnily enough this doesn't happen at all in incognito.

I'd really like to know what's going on here, as it's a live site for a paying client.

Samuel Littley
  • 724
  • 7
  • 17
  • Did you try setting the channelUrl to a page on your domain? Just asking although I tried that and I'm still getting the same errors – andrewtweber Mar 10 '13 at 07:19

1 Answers1

0

No idea why that's occurring but if it doesn't happen in incognito I'm assuming it's something to do with a cookie/session variable. I would have added this as a comment but I need 50 rep to do it :(

Cal
  • 67
  • 1
  • 9