2012-07-11 4 views
0

내 웹 사이트에 Google Plus Badge 코드와 Google +1 Button
링크가 있어야합니다. 새 창에서 열리는 Google+ 페이지 링크 (배지 생성)가 필요합니다. 다른 방법이있는 경우

, 내가 필요 Google+ 페이지에Google 플러스 배지의 새 창에서 링크를 여는 방법은 무엇입니까?

  • 링크.
  • 서클에 추가 할 기능을 추가하십시오.
  • +1 숫자가있는 버튼입니다.

전체 줄. 당신은이 작업을 수행 할 수 없습니다

<table> 
<tr> 
<td style="padding-top:2px; vertical-align:top;"><div style="width:180px; height:30px;  overflow:hidden;"> 
<div style="margin-top:-15px; margin-left:0px;" title="International Studies Google   Plus"> 
       <style type="text/css"> 
          #___plusone_0, #___plusone_0   iframe{ 
           width:66px !important; 
          } 
          </style> 
       <div class="g-plus" data-href="https://plus.google.com/118182458881247471225?rel=publisher" data-width="170" data-height="69" data-theme="light"></div> 
       </div> 
      </div></td> 
       <td style="padding-top:6px; padding-left:5px;"><g:plusone></g:plusone> </td> 
</tr> 
</table> 

답변

0

:로

내 코드 모양.

배지는 새 창에서 링크를 열 수있는 플래그를 제공하지 않습니다. 또한 '서클에 추가'기능을 제공하는 유일한 기능입니다.

당신이 얻을 수있는 가장 가까운 정적 배지와 +1 버튼을 사용하는 것입니다 :이 기능을위한 feature request이처럼

<div> 
    <a href="https://plus.google.com/118182458881247471225?prsrc=3" rel="publisher" style="text-decoration:none;" target="_blank"> 
    <img src="//ssl.gstatic.com/images/icons/gplus-32.png" alt="Google+" style="border:0;width:32px;height:32px;"/></a> 

    <div class="g-plusone" data-annotation="inline" data-width="300"></div> 
</div> 

또한,이 보인다. 이 기능 요청에 별표가 표시되면 업데이트에 대한 알림을 받게됩니다.

관련 문제