Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个类似于 local.ad.company.com/Web 的网址...在此我想在单击 addthis 按钮时删除 ad.company.com。请帮忙。提前致谢
基本上不涉及任何javascript,你可以做这样的事情(来源)
<a href="http://www.addthis.com/bookmark.php" class="addthis_button" addthis:url="http://example.com" addthis:title="An Example Title" addthis:description="An Example Description"></a>
AddThis 建议使用它的共享 API,我个人认为这是实现它的最佳方式。