添加此动态网址

时间:2011-04-22 18:32:58

标签: javascript html addthis

我对某个外部网站进行了POST,该网站吐出了一个URL,我使用bit.ly截断了该URL。我想以某种方式获取该URL并将其用于AddThis中的自定义URL字段。

关于如何解决这个问题的任何想法?

3 个答案:

答案 0 :(得分:1)

查看jQuery ajax methods以获取网址

答案 1 :(得分:0)

我会在AJAX调用返回URL

后使用javascript渲染按钮

http://support.addthis.com/customer/portal/articles/381263-addthis-client-api#rendering-js

这个片段可以帮助您入门:

addthis.button(document.getElementById('my-button'), {  }, { url: bitlyUrl });

答案 2 :(得分:0)

我尝试了很多上述解决方案,但没有一个能为我工作,就像这样$('.addthis_toolbar').attr('addthis:url', 'http://google.com');

为此,你需要AddThis div看起来像这样

<div class="addthis_toolbox addthis_default_style addthis_32x32_style share-bar" addthis:url="">