|
@@ -260,7 +260,7 @@ export default {
|
|
|
},
|
|
|
currencyIconPath: '',
|
|
|
title: '',
|
|
|
- twitterTitle: 'DeNet: An Easy Web3 Tool For GIVEAWAY / AIRDROP',
|
|
|
+ metaTitle: 'DeNet: An Easy Web3 Tool For GIVEAWAY / AIRDROP',
|
|
|
jumpUrl: jumpUrl,
|
|
|
status: '',
|
|
|
page_index: 1,
|
|
@@ -292,11 +292,24 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: 'twitter:title',
|
|
|
- content: this.twitterTitle
|
|
|
+ content: this.metaTitle
|
|
|
},
|
|
|
{
|
|
|
name: 'twitter:image',
|
|
|
content: this.detail.postBizData.imagePath || ''
|
|
|
+ },
|
|
|
+ // facebook
|
|
|
+ {
|
|
|
+ name: 'og:url',
|
|
|
+ content: this.jumpUrl + this.detail.postId
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'og:title',
|
|
|
+ content: this.metaTitle
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'og:image',
|
|
|
+ content: this.detail.postBizData.imagePath || ''
|
|
|
}
|
|
|
]
|
|
|
}
|