사회적 기본 웹 사이트 이미지 공유

내가 설정할 때 나타나는 방법은 없나 기본 이미지 공유 웹 사이트 내 페이스북에? # 39, ve i& 페이스북 사이트의 첫 번째 이미지가 일반적으로 사용할 수 있다는 사실을 알고 패치합니다 줄여보기로.

해결책

페이스북 이미지 메타 태그를 설정해야 합니다.

<meta property="og:image" content="http://example.com/logo.jpg">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
  • Docs * 자세한 정보 확인
해설 (9)
<meta property="og:image" content="http://example.com/lamb-full.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">

이미지 크기 X 200px 200px 이상이어야 합니다.

해설 (2)

39, & # 39 의 서버는 facebook& scrape& # 39. 이미지 파일을 공유할 때 사용하는 웹 사이트를 찾는 사람들이. 지정할 수 있는 '의 이미지를 스케쳐내 사용, 이거,,' 섹선에서 &lt head&gt &lt /head&gt 웹 사이트.

  • '메타 속성에 = &quot og:image&quot <;; 내용 = &quot http://url-to-your-image.png&quot > ';;

페이스북 캐싱된 복사됩니다 이전 임의적입니까 이미지를 가질 수 있습니다. Facebook 에 페치할 다시 얻을 수 있습니다.

해설 (0)

설정되었습니다 [ui_policytable_java_spe_policy '이미지' og:] (http://ogp.me/ # 메타데이터입니다) 에 다음과 같은 HTML 문서를 통해 ',' head&gt &lt.

<meta property="og:image" content="http://example.com/ogp.jpg" />

이 산은 열기을 존경을 받는 그래프화합니다 프로토콜, 적어도 다음의 소셜 미디어 사이트:

(. 아마도 더 많은 목동들과.)

  • 또한 그들위에 태그번호 설정하는 것 외에도, 이 xx 할 수 있습니다.
  • 선택해제합니다 # 39 의 소셜 미디어 platform& 캐싱된 버전니다 너회의 page& # 39 의 이미지 (예를 들어 platform& 사용하여 # 39 의 개발자 도구), 즉시 확인할 수 있도록 변화를 반영한 것으로 보인다. 예를 들어, 페이스북 (https://developers.facebook.com/tools/debug/) 에 대해 이 작업을 수행할 수 있습니다
  • 추가 &quot 구조화된 properties"; # 39 에 너비 또는 높이 image& 같은 셨으며 지정할 수 있습니다 다음 구문을 사용하여 설명됨 dell. http://ogp.me/ # 구조화된. 이는 설명됨 비호환성의 &quot 베스트중에 practice"; # 페이스북 (https://developers.facebook.com/docs/sharing/best-practices) 에서 emc. 이미지.
해설 (0)

나의 이 솔루션을 it& # 39 의 제대로:



    <meta property="og:image" content="https://www.website.com/logo.jpg">
    <meta property="og:image:type" content="image/png">
    <meta property="og:image:width" content="1024">
    <meta property="og:image:height" content="1024">
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://www.website.com/"/>
    <meta property="og:title" content="Website title" />
    <meta property="og:description" content="Website description." />

페이스북 디버그입니다 사이트 로 테스트를 할 수 있습니다.

해설 (0)