기본적인 사용법
<head> </head> 안에 <meta> 태그로 셋팅
<head>
<meta property="og:url" content="URL을 작성" />
<meta property="og:title" content="제목을 작성" />
<meta property="og:description" content="설명을 작성" />
<meta property="og:image" content="썸네일 이미지 주소" />
</head>
og:url - 페이지주소
og:title - 사이트 이름이나 제목
og:description - 간략한 설명
og:image - 공유시 표시되는 썸네일 이미지주소
더 자세한 설명은 아래에서