You can download and customize the widget using the code from www.joblet.gr/widget
The Widget is a small script that runs on the Joblet server and is served via a JavaScript call on any site.
The widget itself is customizable in three different ways as explained below:
type [ default is js | Required ]type) sets the returning code type. Currently only JavaScript is supported.display [ default is 5 | Optional ]display) is used to limit the amount of returned items.cat [ default is null | Optional ]cat) is used to set the predefined category of items to be returned. When null, all categories are returned. Available categories are:
245: Full Time248: Part Time244: Freelance6: Web/Online Designer8: Print/Offline Designer7: Programmer/Developer243: Copywriter258: Account Manager259: Project Manager260: Media Manager
width [ default is 300 | Optional ]width) is used to set the widget width. Units are in pixels.The code is actually a url with various parameters passed on. So basically it looks like this:
http://api.joblet.gr/widget/widget.php?type=js&cat=&display=5&width=300
And it's called into the page using a script include like so:
<script type="text/javascript" charset="utf-8" src=" URL "></script>