【发布时间】:2014-01-19 18:39:48
【问题描述】:
尝试在 Wordpress 列表中的每个单独链接上添加心形/点赞按钮。 你可以在这里看到它:http://theroadmap.co/strategy/。 我希望将喜欢/收藏链接到项目,而不是单个帖子(我在一篇帖子中有超过 20 个链接,分为 5 个部分)。
我使用了几个插件 (ZillaLikes) 的简码,它们总是把 CSS + 链接到单个帖子而不是项目本身。
您可以在下面的帖子中查看我的 HTML 代码:
<ol class="rectangle-list">
<li class="tooltip" title="What does a startup CEO actually do?"><a href="LINK TO ARTICLE </a></li>
<p>What does a startup CEO actually do?</p>
<li class="tooltip" title="How to find your competitive advantage"><a href="http://blogs.hbr.org/2013/07/be-the-company-customers-cant/">Be the Company Customers Can't Live Without</a></li>
<p>How to find your competitive advantage</p>
</ol>
谢谢! 担。
【问题讨论】:
-
我现在正在使用一个名为 likebtn 的插件 - [link]theroadmap.co/generation - 但它使我的网站的加载时间变得很慢,因为每个赞按钮都是从外部源单独加载的。有人有其他替代方案或方法来解决这个问题吗?