465-social-share-with-extensions

This commit is contained in:
bill bittner 2018-06-25 23:47:14 -07:00
parent ca22bbb0cc
commit 7b6454792b
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ var createAssetMetaTags = function createAssetMetaTags(_ref3) {
});
metaTags.push({
property: 'og:type',
content: 'video'
content: 'video.other'
});
metaTags.push({
property: 'twitter:card',

View file

@ -68,7 +68,7 @@ const createAssetMetaTags = ({siteHost, siteTitle, siteTwitter, asset, defaultDe
metaTags.push({property: 'og:video:type', content: contentType});
metaTags.push({property: 'og:image', content: ogThumbnail});
metaTags.push({property: 'og:image:type', content: ogThumbnailContentType});
metaTags.push({property: 'og:type', content: 'video'});
metaTags.push({property: 'og:type', content: 'video.other'});
metaTags.push({property: 'twitter:card', content: 'player'});
metaTags.push({property: 'twitter:player', content: videoEmbedUrl});
metaTags.push({property: 'twitter:player:width', content: 600});