如何将动态网址放入fb分享按钮。 我的fb共享按钮代码如下所示 -
<div id="fbshare_button" class="fb-share-button" data-href="window.location.href" data-type="button_count"></div>
我正在尝试使用此代码更改网址:
$(".fb-share-button").data('href',window.location.href);
您可以在此处看到“https://31ragas.in/?member=avirbhavverma&title=Dil-Cheez&album=Coke-Studio”window.location.href提供了正确的网址,但更改未反映在fb分享中。