Hi all,
since a few days embedded tweets are not working on my website anymore…
As usual: I’ve changed nothing
and tools like Firebug are showing no errors - except of “Permission denied to access property ‘toString’”. But I don’t know if this has something to do with that.
Here’s an example: Gamescom 2015 - Microsoft verspricht Ankündigungen / Xbox Aktuell - Dein Magazin, deine Community
Thanks for your help,
Marc
niall
#2
Your website’s “global.js” is overriding native browser functionality of Function.prototype.bind, causing conflicts with Twitter’s JavaScript. Please remove the function definition from your JavaScript file.
http://www.xboxaktuell.de/lib/javascript/global.js
Hey niall,
Thank you very much! I have removed the function and now it works again. 
I hope this does’nt affect the CMS… But it seems that everything’s working fine.
THANKS,
Marc