Recently I pulled an all nighter and coded a user widget using the Dream In Code API. The project is currently unfinished but it is very usable. The idea of the project is to allow the users of dream in code to show off their reputation, posts and group on their website, blog, etc. It also gives users the ability to support and promote Dream In Code and the community behind it.
The code for the user widget is as follows:
1 2 3 4 5 6 7 | <iframe
scrolling="no"
style="width: 282px;
height: 76px;
border: none;"
src="http://atomicbucket.com/dreamincode/?id=175017"
></iframe> |
Once the code has been added to a website it will look as follows:

In order to get your own widget you must:
A) become a member of dream in code.
B) Take the id in your user profile and insert it into the id that is within the embed code’s url.
Note: There will be additions to this project regarding options for sizes that the widget can come in.