Open Graph protocol 이라고 합니다.
(the open graph protocol)
트위터나 페이스북에 자신의 웹페이지를 소셜 그래프로 통합 시킬 수 있도록 하는 기능입니다.
쉬운 예제로 유튜브의 영상을 트위터나 페이스북으로 퍼가기 하면 타임라인에 영상을 바로 볼수 있도록 플레이가 열립니다.
그것이 바로 오픈 그래프(Open Graph) 프로토콜 입니다.
유튜브 영상 재생페이지의 소스 보기를 하면
<meta property="og:site_name" content="YouTube">
<meta property="og:url" content="http:/ x /watch?v=4I9BhkKBmSw">
<meta property="og:title" content="Lilly Wood & Robin Schulz - Prayer in C (Acoustic Cover by Jona Selle)">
<meta property="og:description" content="Lilly Wood & The Prick - Prayer in C Robin Schulz bootleg remix Acoustic Cover by Jona Selle ►SUBSCRIBE:
http://www.youtube.com/user/jonamusix Folgt mir: ►TWI...">
<meta property="og:type" content="video">
<meta property="og:video:type" content="application/x-shockwave-flash">
<meta property="og:video:width" content="1280">
<meta property="og:video:height" content="720">
og:site_name, og:url, og:title, og:image, og:description, og:type 등 오픈 그래프 프로토콜 메타 태그가 보입니다.