mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Update card.ts
This commit is contained in:
parent
9de7a9bdfd
commit
a1128121f1
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ export const renderCard = async (
|
||||||
|
|
||||||
console.log(str);
|
console.log(str);
|
||||||
}
|
}
|
||||||
/* Oh good, a non-Twitter video URL! This enables YouTube embeds*/
|
/* Oh good, a non-Twitter video URL! This enables YouTube embeds and stuff to just work */
|
||||||
} else if (typeof values.player_url !== 'undefined') {
|
} else if (typeof values.player_url !== 'undefined') {
|
||||||
headers.push(
|
headers.push(
|
||||||
`<meta name="twitter:player" content="${values.player_url.string_value}">`,
|
`<meta name="twitter:player" content="${values.player_url.string_value}">`,
|
||||||
|
|
Loading…
Add table
Reference in a new issue