1

jquery/javascript を使用して addthis 属性を変更し、ページを更新addthis:urlせずに新しい URL を送信できますか?

$(".button-addthis").attr("addthis:url", "http://mywebsite/" + location.hash); // example: http://mywebsite.com/#/store/

$(".button-addthis").click(function(){
   alert($(this).attr("addthis:url")); //  example: http://mywebsite.com/#/store/
});

ページが ajax 経由で読み込まれると、なんとか で URL を変更できましたaddthis:urlが、addthis が送信する URL はホームページの URL (読み込まれた URL) です。たとえば、http: //mywebsite.com/ が addthis送信しますが、http://mywebsite.com/#/store/は送信しません

何か案は?

4

1 に答える 1