プロジェクトで addthis カスタム サービスを使用したいと考えています。次のコードを試しました:
<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 -->
次の URL から次のコード スニペットを取得しました: Addthis カスタム サービス API
しかし、コードが機能していません。同じことを話している次の記事を見つけました。 http://support.addthis.com/customer/portal/questions/1378256-custom-service?t=89322 サポートに質問しましたが、まだ回答がありません。
addthisカスタムサービスに取り組んだ人