It's super simple to to add the Jobamatic widget to your WordPress blog!
If you host your blog at Wordpress.com, add jobs to your sidebar using the RSS sidebar widget. Point it to: http://yoursite.jobamatic.com/a/jbb/find-jobs-rss?sb=1&sbo=1
If you host WordPress seperately from wordpress.com, follow these instructions:
- Login to your WordPress account
- Click the “Presentation” tab
- Click “Theme Editor”
- Select the “Theme File” (right side of the page) where you’d like to put the widget. Most people choose “Sidebar”.
- Paste the HTML below into the “Content” section:
- Click “Update File” and you’re done!
HTML:
<h2>Recent Jobs</h2>
<ul>
<script type="text/javascript">var jbb_widget_list_count = 10;</script>
<script src="http:///c/jbb/js/jbb_widget_list_jobposts.js" type="text/javascript"></script><noscript><a href="http://www.simplyhired.com/" target="_blank">Jobs</a> by Simply Hired</noscript>
<script src="http:///a/jbb/find-jobs-json/jbb_widget_list_jobposts" type="text/javascript"></script>
</ul>
<div style="margin-top: 15px; padding: 10px;border: 1px solid #CCCCCC;">
<div style="text-align: center; font-weight: bold; margin-bottom: .5em; font-size:115%;">
<a href="http:///a/jbb/find-jobs" target="jobs">View All Jobs</a>
</div>
<div style="text-align: center;">
<a href="http:///a/jbb/post-job" target="jobs">Post a Job</a>
</div>
</div>
<div style="text-align: center; font-size:90%; margin: 5px; ">
Get your <a href="http://www.simplyhired.com/publishers">job site</a><br/> at <a href="http://www.simplyhired.com/publishers">SimplyHired.com</a>
</div>
It would be nice if there was a way to set the number of jobs displayed.
Posted by: physio | Friday, October 10, 2008 at 11:11 AM