Does anyone know how to include JavaScript from a remote source inside an update panel? I'm trying to add Facebook and Twitter share buttons to my application. Here is the code snippet:
The problem is that this code works fine when the page is initially loaded, but it does not work after a postback with AJAX. Can anyone help me troubleshoot this issue? Thanks in advance!