Skip to content

[개선] 썸네일을 위한 meta 태그 추가 #64

Description

@jungmir

아래와 같은 형태의 메타 태그를 추가해서 URL로 썸네일이 보이도록 했으면 한다고 합니다.

<meta property="og:title" content="HelloPY" />
<meta property="og:description" content="HelloPY is community for everyone who uses Python." />
<meta property="og:image" content="https://hellopy-bucket.s3.ap-northeast-2.amazonaws.com/logos/logo_black.png" />
<meta property="og:url" content="https://www.hello-py.com" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="HelloPY" />
<meta property="og:locale" content="ko_KR" />

현재 서버에만 임시로 반영해둔 상태이며 원본 소스에도 반영되면 좋을 것 같습니다.
상세 내용은 기획팀과 상의 해야 합니다.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions