Did my suggestion work for you? Did your problem get solved? If so, I’m glad to hear it
Please don’t forget to mark your issue as solved so that other users can see and rate this topic when they search for a solution.
Did my suggestion work for you? Did your problem get solved? If so, I’m glad to hear it
Please don’t forget to mark your issue as solved so that other users can see and rate this topic when they search for a solution.
<head>
<meta property="og:title" content="${post.title}" />
<meta property="og:description" content="${post.description}" />
<meta property="og:image" content="${post.thumbnailUrl}" />
<meta property="og:url" content="https://yoursite.com/post/${post.id}" />
...
</head>
해당 부분이 많은 도움이 되었습니다. 제 사이트에 맞게 수정하여 적용했습니다. 고맙습니다
You’re welcome, don’t forget to tag me if you need help.
Please don’t forget to mark your issue as solved so that other users can see and rate this topic when they search for a solution.