0

I'm using Facebook share button to share different pages from my page as described in here XFBML/HTML5 it doesn't matter.

First load will show all Facebook shares as expected The problem happens when i update my page using UpdatePanel (asp.net) the Facebook share button disappear

I have tried putting the JavaScript inside pageLoad() or using Document.ready() without success

Mike Tishler
  • 183
  • 10

1 Answers1

1

You probably need to parse the plugins again: https://developers.facebook.com/docs/reference/javascript/FB.XFBML.parse

Just call FB.XFBML.parse() after the update.

andyrandy
  • 72,880
  • 8
  • 113
  • 130