0

嗨,我想分享一个与我分享的网页不同的链接。它转到同一页面,但它是一个很小的 ​​url 链接。下面的代码将页面 url 共享到 Facebook 和 Twitter,但我如何共享自定义链接?

<a href="http://twitter.com/share?text=copy goes in here&url=http://PAGE_URL" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,height=600,width=600');return false;"><img src="images/transbg.png" id="twit_sprite" width="1" height="1" /></a>


<a href="http://www.facebook.com/sharer.php?u=http://PAGE_URL&t=copy goes in here" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,height=600,width=600');return false;"><img src="images/transbg.png" id="fb_sprite" width="1" height="1" /></a>
4

1 回答 1

0

啊,只需将其添加到 PAGE_URL 属性中即可

于 2013-06-27T10:12:08.033 回答