News
  • 1.) Awesome Work-From-Home theme shirts! Imagine wearing these shirts for your Zoom or Skype video calls, meetings, conference! That would be super fun!


    Teespring Shirt Teespring Shirt Teespring Shirt Teespring Shirt Teespring Shirt Teespring Shirt


  • 2.) With the prominence of the so-called Big Data; we make sure you're not left behind. Visit our beta JOB TRENDING page currently available in Bar ChartPie Chart and Line Chart. More statistics coming soon!

    Bar Chart Pie Chart Line Chart

  • 3.) Want to impress your superiors and colleagues with your increased productivity in the workplace? Equip yourself by visiting our PRODUCTIVITY SHOP!

    Shuppup.com

  • 4.) Your donations really count. Donate through Paypal or through major credit cards. Click here: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=N6GFGQUFMJ9W2.

  • 5.) There are only (2) types of Job Posting Website: PAID and FREE. We proudly belong to the latter! :)

  • 6.) Want to talk about anything related to office productivity? Introducing HireMe.ph Forums, simply register to join the chitchat!

  • 7.) HireMe.ph Merchandise is now available on Teespring! More designs to come!


    Teespring Shirt   Teespring Shirt   Teespring Shirt

  • 8.) Visit and Like our new HireME.ph - Facebook Page!

  • 9.) All job openings are welcome here! From JANITORIAL to CEO position as long as you're a legitimate company or organization.


Sharing is Caring

Site Widgets

Would you like to display our latest jobs on your site?

There are two types of widgets you can apply:

  1. Get Jobs Widget: This widget is used to retrive jobs based on their category, posting duration, and job-type. You can also configure on how many jobs you want to display and order them on the basis of their publication date or even show randomly.

    List of parameters to be used in this implementation:
    • action: "getJobs" - all jobs
    • type: "0" - all / "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

  2. Get Jobs by Company Widget: This widget is used to retrive jobs based on their company and their count.

    List of parameters to be used in this implementation:
    • action: "getJobsByCompany" - a single company's jobs
    • count: number of job ads to display
    • response: "js" - returns jobs as JavaScript code / "json" - returns only a JSON string / "xml" - returns an XML

    A code for this get latest 10 jobs published by Google:
    <script src="https://www.hireme.ph/api/api.php?action=getJobsByCompany
    &company=google&count=10&response=js" type="text/javascript"></script>

    <script type="text/javascript">showJobs('jobber-container', 'jobber-list');</script>

CSS Styling

You can use some custom css to style the display the job list. Here is a sample code:
ul.jobber-list {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.jobber-list li {
margin-bottom: 5px;
}

Note:
  • You can notice that there are two script codes for each implementation, the script which points to the api.php class can be included anywhere in your site but the second code should appear at the place where you want to display the jobs.
  • There is a live demo script using the api code. Test it now. You can view its source in browser to check its implmentation. You can edit it live to test it before implementing the code live elsewhere.


Sharing is Caring