Skip to content

Instantly share code, notes, and snippets.

@rutvik110
Created May 14, 2022 09:55
Show Gist options
  • Save rutvik110/ecc35d9eb91a8dcc4c52a976defa153f to your computer and use it in GitHub Desktop.
Save rutvik110/ecc35d9eb91a8dcc4c52a976defa153f to your computer and use it in GitHub Desktop.
function createMyTweet() {
var twtter = window.twttr;
twttr.widgets.createTweet(
'$tweetId',
document.getElementById('container'),
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment