【发布时间】:2014-11-04 05:41:59
【问题描述】:
我想在 facebook 上使用 glyphicon,但我该怎么做?我有:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
html:
<ul>
<li><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http://myurl" ><span class="glyphicon glyphicon-facebook"></span></a></li>
</ul>
但是什么都没有显示出来。
我还下载了免费的 glyphicons,其中包括 facebook,但我不知道如何包含它们。
编辑 - 现在我正在使用来自http://glyphicons.com/ 站点的免费字形图标,并且只是在 img 标记中使用它们。
【问题讨论】:
标签: jquery twitter-bootstrap glyphicons