bootstrap tutorial - How to add Bootstrap tooltip to an icon - bootstrap examples - bootstrap templates - bootstrap 3
Answer: Use the Bootstrap .tooltip() method
- You can apply Bootstrap tooltip on Glyphicons like you do on other elements. First of all add the data attributes data-toggle="tooltip" and data-original-title="Text" to the icon elements and finally initialize the tooltips using the Bootstrap's .tooltip() method.
- Further, you can also place these icons inside the <a> element either if you want to link it with something or perform some action with them.