我想在我的代码上添加工具提示:
<a class="fa fa-facebook-square"
href="https://www.facebook.com/sharer/sharer.php?u={{url absolute="true"}}"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<span class="hidden">Facebook</span> </a>
答案 0 :(得分:2)
此代码应该有效。如果没有,请告诉我。
<a class="fa fa-facebook-square"
href="https://www.facebook.com/sharer/sharer.php?u={{url absolute="true"}}"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;
data-toggle="tooltip"
data-placement="right"
title="This is a tooltip!"">
<span class="hidden">Facebook</span> </a>