Skip to content

Instantly share code, notes, and snippets.

@swimjiy
Last active April 27, 2021 15:56
Show Gist options
  • Save swimjiy/7c5a26b8699780f9ae653bcceaf06f35 to your computer and use it in GitHub Desktop.
Save swimjiy/7c5a26b8699780f9ae653bcceaf06f35 to your computer and use it in GitHub Desktop.
mkdev kakao share
// kakao의 경우
content: {
title: '나와 똑 닮은 슈스 개발자는?',
description: shareTitle,
imageUrl: shareImgUrl,
link: {
mobileWebUrl: window.location.href,
webUrl: window.location.href,
},
},
// facebook의 경우
<Helmet>
<meta
property="og:description"
content={`${info.summary} ${info.nameKR}`}
/>
<meta
property="og:image"
content={require(`@/assets/images/img-result${resultIdx}.png`)}
/>
</Helmet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment