Skip to content

Instantly share code, notes, and snippets.

@NickyMeuleman
Created January 23, 2020 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickyMeuleman/450f8fa8635b6433c057af7f0d6ee131 to your computer and use it in GitHub Desktop.
Save NickyMeuleman/450f8fa8635b6433c057af7f0d6ee131 to your computer and use it in GitHub Desktop.
let urlObj = new URL(`https://publish.twitter.com/oembed`);
urlObj.search = new URLSearchParams({
url: "https://twitter.com/NMeuleman/status/1211692091954339841",
theme: "dark",
dnt: true,
omit_script: true
});
const urlString = urlObj.toString();
// https://publish.twitter.com/oembed?url=https%3A%2F%2Ftwitter.com%2FNMeuleman%2Fstatus%2F1211692091954339841&theme=dark&dnt=true&omit_script=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment