이것은 새롭고 Google에 의해 게시되었습니다. +1 버튼으로 더 많은 일을 :
오늘부터 Google+ 사용자가 +1 버튼에서 직접 서클과 웹 페이지를 쉽게 공유 할 수 있습니다. 평소처럼 페이지를 +1하고 새로운 'Google+에서 공유'옵션을 찾으세요.
어떻게 이러나요? + 스 니펫 사용
+1 버튼에서 콘텐츠를 공유하면 ... 공유 상자에 링크, 이미지 및 설명이 자동으로 포함됩니다. 우리는 이것을 "+ 스 니펫"이라고 부릅니다.
자세한 내용은 Google Webmaster Central 블로그에 있습니다. Google +의 기능을 최대한 활용하십시오 .
+1 버튼을 사용하면 방문자가 Google+에서 내 페이지에 대한 링크를 공유 할 수 있습니다.
각 + Snippet 속성이 포함 된 예제 코드 :
<body itemscope itemtype="http://schema.org/Article">
<h1 itemprop="name">This is the article name</h1>
<img itemprop="image" src="thumbnail.jpg" />
<p itemprop="description">This is the description of the article.</p>
</body>
이 기사에서는 + snippets에 대한 구성 도구를 사용하는 방법을 제안합니다 . 입력 매개 변수가 몇 가지 있지만 가장 간단한 예는
<!-- Update your html tag to include the itemscope and itemtype attributes -->
<html itemscope itemtype="http://schema.org/Article">
<!-- Add the following three tags inside head -->
<meta itemprop="name" content="Title Of Your +1 Content">
<meta itemprop="description" content="This would be a description of the content your users are +1ing">
<meta itemprop="image" content="images/cool-image.png">