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

    Some sample codes using this:
    • The following code displays last 5 jobs posted in the past 10 days in administrator category as fulltime and ordered by publishing date(newest on top):
      <script src="http://www.philanthropist.org/jobs/api/api.php?action=getJobs
      &type=fulltime&category=administrators&count=5&random=0&days_behind=10&response=js"
      type="text/javascript"></script>

      <script type="text/javascript">showJobs('jobber-container', 'jobber-list');</script>
    • The following code displays latest 5 jobs from all categories of all types posted in last 7 days in random order:
      <script src="http://www.philanthropist.org/jobs/api/api.php?action=getJobs
      &type=0&category=0&count=5&random=1&days_behind=7&response=js" type="text/javascript"></script>

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

  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="http://www.philanthropist.org/jobs/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:
Philanthropist.org Overview:
 

What is philanthropist.org?

philanthropist.org is a Micro-Finance technology platform which allows everyday people to function as philanthropists (small scale donors and socially-minded investors) to directly and efficiently interface with workateers (entrepreneurs and volunteers) for the purpose of small dollar transactions with maximum efficiency and minimal transactional overhead.

Have time or money to invest?

First, set up a Free Account! Search for a project of interest to you. Also, learn more by calling (712) 421-6710 every Tuesday @ 7pm PST (10pm EST) to listen in to our team conference call bridge with no obligation. Password = 1234#, if you are in the Boston area, Join Us by participating in our weekly working sessions, Tuesdays 6-10pm. You can also Support us via Advertising, or Following on Twitter, Facebook, Blogs, etc.

Planning a Day of Service Event or Volunteering Event?

philanthropist.org is your Corporate Volunteering Solutions provider. View a Flyer for our next Micro-Finance Field Study in early 2010, or view pictures from our last profiling trip. If you are a student interested in our Fellowship Program, Apply Here to Submit your Essay on Micro-Finance and Social Entrepreneurship.


Need a Fundraising Page?

philanthropist.org offers a convenient online fundraising micro-site, branded to your name and allowing you to raise money for your favorite cause or non-profit.

Non-Profits, Sign Up Here.



Company Resources

Case Studies
Datasheets

FAQs
Terms of Use
Our Store
Privacy Policy
Media Kit
SiteMap

Connect to Us

Contact Us
Follow on Twitter
Follow on Facebook
Use our iPhone App
Link to Us
Subscribe to RSS
Read our Blog
Tell a Friend
Advertise
Report a Bug
Get Help, Email Us