jquery - glyphicon for facebook not showing up -


i want use glyphicon facebook, how do that? have:

<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> 

but nothing shows up.

i downloaded free glyphicons, include facebook, don't know how include them.

edit - right i'm using free glyphicons http://glyphicons.com/ site , using them in img tag.

glyphicon-facebook not native bootstrap icon, calling though one.

see bootstrap icons @ http://getbootstrap.com/components/#glyphicons

you can use facebook icon different library, font awesome. in font awesome, call facebook icon so:

<i class="fa fa-facebook"></i> 

Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -