Want to let the world know that you’re coming to the conference?
Or maybe you are sponsoring and need a way to show it on your company website.
The Agile 2009 Conference has the badges you need!
Using WordPress as blog engine?
Here are very simple steps to get a badge displayed on your blog (instructions would be similar for most blog engines). You won’t even need to download the image file:
- go to http://agile2009.agilealliance.org/badges
- chose a badge and copy its URL (with Firefox, this means right-clicking on the image and selecting Copy Image Location)
- copy the URL in a temporary text file
- log in to your blog Dashboard / admin page
- go to Appearance / Widgets
- add a Text Widget with the following content
<a href="http://agile2009.agilealliance.org/"> <img src="http://agile2009.agilealliance.org/files/Agile2009_WebBadges_Self.png" title="Agile 2009"/> </a>
- replace the URL in the ’src’ attribute with the URL of the image that you had selected at the beginning.