Hi There,
I am trying to embed a tweet on my site. Everything is working fine until I do the follow.
window.twttr.widgets.load()
I noticed that the script tries to append tags while it processes the
's. However, the site I’m working on does not allow you append any scripts via JavaScript and requires you to actually upload the JS file and call it for security purposes.
Is there a workaround for this? Is there maybe an embed package that I could download and use?