We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e01220 commit 9b5acd0Copy full SHA for 9b5acd0
src/twitter.js
@@ -8,7 +8,7 @@ export const shouldTransform = string => {
8
};
9
10
export const getHTML = string =>
11
- fetch(`https://publish.twitter.com/oembed?url=${string}c&omit_script=true`)
+ fetch(`https://publish.twitter.com/oembed?url=${string}&omit_script=true`)
12
.then(r => r.json())
13
.then(r =>
14
[r.html]
0 commit comments