I saw the html toolbar having functions for translate, facebook, like, twitter, etc. How do I implement it, I tried to view source by downloading the code or view source online, it confuses me. Can anyone provide a simple explanation which I can built on?
Ref:
http://www.motherandchildhealth.com/Breastfeeding/JackNewman/newman_gentian.html
The HTML code you refer to shows that all toolbar related stuff happens in a cascade of
<div>all named …wibiya…. Googeling this we end up at http://www.wibiya.com/ which has all the info.Doing a bit more reading of the
<header>of reference we see wibiya is based on jQuery and needs a library …. should be easy to implement