我正在尝试找出它的填充位置以及如何清除它,以便使链接再次起作用。
在我的网站上简单共享社交链接。所有的链接都应该像这样:
<div class="share_links sogreen">
<span class="st_pinterest_custom">
<a href="http://pinterest.com/pin/create/button/?url={path='recipe/{url_title}'}{if recipe_photo}&media={recipe_photo}{/if}" target="_blank" class="pinterest upper social-share">Pinterest</a>
</span>
<span class="st_facebook_custom">
<a href="https://www.facebook.com/sharer/sharer.php?u={path='recipe/{url_title}'}" target="_blank" class="facebook upper social-share">Facebook</a>
</span>
<span class="st_twitter_custom">
<a href="http://twitter.com/share?text={title}&url={path='recipe/{url_title}'}" target="_blank" class="twitter upper social-share">Twitter</a>
</span>
</div>
我添加了一个屏幕截图,以显示pinterest如何在第一个链接中添加额外的类。
我已经强调了chrome inspect elemnt中的额外跨度。