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
精彩评论