Joblet API: Widget

Getting the Widget: The easy way

You can download and customize the widget using the code from www.joblet.gr/widget

Getting the Widget: The developer's way

The Widget is a small script that runs on the Joblet server and is served via a JavaScript call on any site.

Customizing the widget

The widget itself is customizable in three different ways as explained below:

type [ default is js | Required ]
Type (type) sets the returning code type. Currently only JavaScript is supported.
display [ default is 5 | Optional ]
Display (display) is used to limit the amount of returned items.
cat [ default is null | Optional ]
Cat (cat) is used to set the predefined category of items to be returned. When null, all categories are returned. Available categories are:

245: Full Time
248: Part Time
244: Freelance
6: Web/Online Designer
8: Print/Offline Designer
7: Programmer/Developer
243: Copywriter
258: Account Manager
259: Project Manager
260: Media Manager
width [ default is 300 | Optional ]
Width (width) is used to set the widget width. Units are in pixels.

The Code

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>