I’d like to know if there’s any possibility to disable footer buttons when I use widget.js
My code is something like this, but I cannot see the way of doing that:
twttr.widgets.createTweet(
idt,
document.getElementById(elementID),
{
align: ‘left’
})
.then(function (el) {
console.log(“Tweet displayed.”)
});