2013-11-15 3 views
0

내 프로젝트에 addthis custom services를 사용하고 싶습니다. 나는 다음 코드를 시도 : Addthis Custom Services APIaddthis custom services not working

을하지만 코드가 작동하지 않습니다 : 나는 다음 URL에서 코드를 다음있어

<script type="text/javascript"> 
var addthis_config = { 
    services_custom: [{ 
      name: "AddThis", 
      url: "http://addthis.com/bookmark.php?url=http://purab.com&title=purabtitle", 
      icon: "http://addthis.com/images/addthis32.gif" 
    }] 
    } 
</script> 

<a class="addthis_button_addthis.com 32x32"></a> 
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5281ee5c7439355a"></script> 
<!-- AddThis Button END --> 

. 나는 같은 것을 이야기하는 기사를 찾았다. http://support.addthis.com/customer/portal/questions/1378256-custom-service?t=89322 나는 거기에 대한 지원을 요청했지만 아직 답변을 얻지 못했습니다.

누구나

답변

0

그래서 복사 한 예를 addthis 사용자 정의 서비스에 근무하고 같이해야하므로 url 속성에 {{제목}}과 {{URL}}와 purabtitle와 http://purab.com를 대체하여 작업을 얻었다 이 :

url: "http://addthis.com/bookmark.php?url={{url}}&title={{title}}", 

그래도 작동하지 않는다면 알려주세요.