Wednesday, September 10, 2008

New Glam Widget!

Check out the new widget for Glam Media! That's right, we do color skinning now. It's pretty obvious from the code how to do it; you just change the hex values of color1, color2, and color3

<script language="javascript">
PD_WIDGET.keyword="auctionid:glam";
PD_WIDGET.height="250";
PD_WIDGET.width="300";
PD_WIDGET.color1="0xffc2f6";
PD_WIDGET.color2="0x333333";
PD_WIDGET.color3="0x5d5d5d";
PD_WIDGET.create();
</script>

note that using"auctionid:glam" will get you the Glam question of the day!