Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add ohloh.net widgets to my github projects readme.md file?

I have seen several git repos that those ohloh.net widgets in them.

After signing up at ohloh.net and adding my project, I can see the widgets are available in either JS (script tag) or a google gadget (wiki:gadget tag).

I was just wondering if anyone knows how I can put that into the README.md of my project on GitHub?

like image 415
cornernote Avatar asked Dec 23 '13 04:12

cornernote


1 Answers

This works:

[![Project Stats](https://www.openhub.net/p/YOUR_PROJECT/widgets/project_thin_badge.gif)](https://www.openhub.net/p/YOUR_PROJECT)
like image 110
cornernote Avatar answered Nov 06 '22 14:11

cornernote