Monday, January 25, 2010

TalentOyster CommunityEventBadge

Following the launch of the TalentOyster JobBadge is our CommunityEventBadge. You can see the CommunityEventBadge running on the right side of this blog.

This badge works similarly to our JobBadge but provides community event content instead and is targetted more at those who are interested in the community aspects of TalentOyster.

We will be creating a space on our site for you to create customized versions of our badges but for now to add the CommunityEventBadge to your site just copy and paste the code below (to use on bloggercom post this code into a new custom HTML gadget for your blog).



<script src="http://www.talentoyster.com/widgets/events/events.js" type="text/javascript">
</script>
<script type="text/javascript">
// create a new TalentOyster CommunityEventBadge
var talentOysterEventBadge = new
TalentOyster_Eventbadge();

// should the badge automatically refresh itself? default is true
// talentOysterEventBadge.autorefresh=false;//turns refresh off

// the interval in seconds between event list refreshes. default is 8
talentOysterEventBadge.interval=9;

// the number of events to display in the list. default is 3
talentOysterEventBadge.jobcount=4;

// sets the width of the badge in pixels. default is 200
//talentOysterEventBadge.width=300; // would set width to 300 pixels

// configures the background and font colors used for the frame and content
// talentOysterEventBadge.theme.badgeframe.background="#000000";//black background
// talentOysterEventBadge.theme.badgeframe.color="#FFFFFF";//white text
// talentOysterEventBadge.theme.joblist.background="#FFFFFF";//white background
// talentOysterEventBadge.theme.joblist.color="#000000";//black text

// displays the badge. this line is required
talentOysterEventBadge.render();

// loads the badge with jobs the first time. this line is required
talentOysterEventBadge.load();
</script>

No comments:

Post a Comment