Remove FB image test
This commit is contained in:
parent
77aa405fc6
commit
b4b7803684
1 changed files with 0 additions and 3 deletions
|
@ -199,9 +199,6 @@ function buildClaimOgMetadata(uri, claim, overrideOptions = {}, referrerQuery) {
|
||||||
head += `<meta property="og:description" content="${cleanDescription}"/>`;
|
head += `<meta property="og:description" content="${cleanDescription}"/>`;
|
||||||
head += `<meta property="og:image" content="${claimThumbnail}"/>`;
|
head += `<meta property="og:image" content="${claimThumbnail}"/>`;
|
||||||
head += `<meta property="og:image:secure_url" content="${claimThumbnail}"/>`;
|
head += `<meta property="og:image:secure_url" content="${claimThumbnail}"/>`;
|
||||||
head += `<meta property="og:image:type" content="image/jpeg"/>`;
|
|
||||||
head += `<meta property="og:image:width" content="390"/>`;
|
|
||||||
head += `<meta property="og:image:height" content="219/">`;
|
|
||||||
head += `<meta property="og:locale" content="${claimLanguage}"/>`;
|
head += `<meta property="og:locale" content="${claimLanguage}"/>`;
|
||||||
head += `<meta property="og:site_name" content="${SITE_NAME}"/>`;
|
head += `<meta property="og:site_name" content="${SITE_NAME}"/>`;
|
||||||
head += `<meta property="og:type" content="${getOgType(value?.stream_type)}"/>`;
|
head += `<meta property="og:type" content="${getOgType(value?.stream_type)}"/>`;
|
||||||
|
|
Loading…
Reference in a new issue