PixyJobs

PixyJobs Widget


Want to show job openings on your website?
It's really easy and if you are signed up as a PixyJobs Affiliate you can also make money from it!
You have two widgets to choose between (both widgets display the same job openings). One is the standard widget that you can see above and one is a custom widget that you can style as you wish using CSS. Continue reading below to learn how to place the standard widget on your website or click here to learn about the custom widget.

Here is how you get the standard widget up and running
Copy the code below and paste it where you want the widget to appear.
<div id="pixyjobs">
    <script type="text/javascript" 
    src="http://www.pixyjobs.com/affiliates/widget.js?divId=pixyjobs"></script>
</div>
If you are signed up as an affiliate, also pass the aId parameter, as shown below. Replace X with your affiliate ID.
<div id="pixyjobs">
    <script type="text/javascript" 
    src="http://www.pixyjobs.com/affiliates/widget.js?aId=X&divId=pixyjobs"></script>
</div>
By default the widget will display 5 job openings. You can change this by passing the jobs parameter, as shown below. Replace X with the number of jobs you would like to display. Min 3 Max 20.
<div id="pixyjobs">
    <script type="text/javascript" 
    src="http://www.pixyjobs.com/affiliates/widget.js?divId=pixyjobs&jobs=X"></script>
</div>
By default the widget will display at a width of 250px. You can change this by passing the width parameter, as shown below. Replace X with the width in pixels. Ex. 120
<div id="pixyjobs">
    <script type="text/javascript" 
    src="http://www.pixyjobs.com/affiliates/widget.js?divId=pixyjobs&width=X"></script>
</div>
That's it! That's how simple it is but if you need any help just use the contact form to get in touch with us. We'll gladly answer any questions you have.