Widget empleos.com.gt
Muestre nuestras ultimas ofertas de empleo en su web
Inserte uno de los siguientes codigos en su codigo HTML code, en el lugar donde quiere que aparezca:
- Get latest 5 jobs from all categories and all types, posted in the past 7 days, in random order:
- Get last 10 full-time jobs for programmers, posted in the past 15 days, ordered by publish date (newest on top):
- Get latest jobs published by a company (e.g. Google):
Parametros que pueden usarse al llamar el API:
- 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 para dar estilo a la lista:
ul.jobber-list {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.jobber-list li {
margin-bottom: 5px;
}
