Hi,
when I include widget.js in a script tag like that :
<script type='text/javascript' src='//platform.twitter.com/widgets.js'></script>
I test it in a simple html page :
<html> <head> <title>Twitter test</title> <script type='text/javascript' src='//platform.twitter.com/widgets.js'></script> </head> <body> test </body> </html>
I have the following error :
widgets.js:10 Uncaught TypeError: Cannot read property ‘createShadowRoot’ of null
It worked one or two weeks ago and now there is this error. Any idea ?
Thank you