-
how to use og meta tag for facebook shareDev/Html 2014. 3. 10. 16:25
The tags look something like this
<meta property="og:title" content="TITLE" />
<meta property="og:url" content="URL" />
<meta property="og:image" content="IMAGE_URL" />
<meta property="og:description" content="DESCRIPTION" />
How to clear Facebook's image cache
The way to "force" facebook to clear their cache for a specific url is to use the Debugger tool.
Debugger tool url : https://developers.facebook.com/tools/debug
'Dev > Html' 카테고리의 다른 글
script's attribute - async, defer (0) 2014.03.21 HTML 프레젠테이션 프레임워크 (0) 2013.04.08 QR Code 생성기 (0) 2010.06.21 로딩 이미지 만들어 주는 사이트 (0) 2010.04.23 폰트크기 단위 비교 (0) 2009.10.09 웹 접근성 향상을 위한 국가 표준 기술 가이드 라인 (0) 2009.09.14 메타태그 (0) 2009.08.26 웹페이지를 가운데 정렬해 보자 (0) 2009.03.10