Site widget
Ti piacerebbe mostrare gli ultimi annunci inserirti su lavoroingegnere.com sul tuo sito?
Niente di più semplice, basta copiare uno dei seguenti codici html nelle tue pagine:
- Ultimi 5 annunci di lavoro da tutte le categorie e di tutti i tipi, postati negli ultimi 7 giorni e in ordine casuale:
- Gli ultimi 10 annunci full-time inviati per tipo di ingegnere, postati negli ultimi 15 giorni, ordinati e pubblicati per data (il più recente in alto):
- Gli ultimi annunci pubblicati da società (es. Fiat):
The parameters you can use when calling the API, are:
- action: "getJobs" - all jobs / "getJobsByCompany" - a single company's jobs
- type: "0" - toate / "fulltime" / "parttime" / "freelance";
- category: "0" - all / "programmers" / "designers" / "administrators" / "managers" / "testers" / "editors";
- count: number of job ads to display;
- random: "1" - display randomly / "0" - display ordered by publish date (newest on top);
- days_behind: get only jobs posted in the past X days (type "0" if you don't want to limit this);
- response: "js" - returns jobs as JavaScript code / "json" - returns only a JSON string / "xml" - returns an XML.
Use CSS to style the list:
ul.jobber-list {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.jobber-list li {
margin-bottom: 5px;
}
