Get your Speakers Badge
Please the following javascript in your head section (or anywhere you want).
<script type="text/javascript" src="http://desertcodecamp.com/js/badge.js"></script>
then place the following div where you want the widget.
Presenter:
<div id="dcc" camp="nov2010" userId="3741"></div>
Attendee:
<div id="dcc" camp="nov2010" userId="169" presenting="0"></div>
Settings
| camp |
The sub domain of the code camp you are speaking at. If the Url for the code camp is nov2010.desertcodecamp.com, place nov2010 for this value. |
| userId |
Place your code camp user id here. You can get this by logging in, the hovering over (or clicking) on your name. |
| presenting |
Place a 1 if you want to list the sessions that you are presenting. |
Style
The widget allows for custom styling. The ids of the objects are listed below.
| #dcc |
The div that holds the widget |
| #dccMe |
The div that states 'I'm teaching at.. or I'm attending ... |
| #dccName |
The div for the name of the Code Camp |
| #dccLogo |
The logo of the Code Camp |
| #dccSessions |
A list of the sessions the person is attending or presenting. |
Example