이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP ApplicantStack Jobs Display

설명

Using the ApplicantStack API, this plugin will display up to 100 of the ApplicantStack jobs you have listed on your website wherever you place the magic shortcode, [applicantstack-jobs].

There’s a little demo in the post announcing the plugin if you want to see it in action. Check that out at: https://jdmdigital.co/labs/code-projects/wp-applicantstack-jobs-display/

스크린샷

  • How the jobs will appear on the frontend
  • The (very simple) plugin settings page

설치

  1. Upload applicantstack-jobs to the /wp-content/plugins/ directory or add it from the WordPress repo
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to ApplicantStack and get your API Token and Domain name
  4. Back in WordPress, enter your ApplicantStack API Token and Domain Name in Settings->ApplicantStack Jobs
  5. Place the shortcode, [applicantstack-jobs] wherever you want the jobs list displayed.

FAQ

How do I get my ApplicantStack API token?

You will need an access token and username to access the ApplicantStack API. The access token is specific to each ApplicantStack customer. It can be found on inside ApplicantStack at Settings >> Edit Settings.

You will also need your Applicant Stack domain. Domain information is also available on that settings page. It will look something like:

https://MYDOMAIN.applicantstack.com/

Where MYDOMAIN is your ApplicantStack domain name.

Are there any attributes to add to the shortcode?

Yes. The shortcode includes two optional attributes: id and class. These can be handy to change if you want to use your own CSS rather than the CSS bundled with it.

For example:

[applicantstack-jobs id="jobs-custom" class="row jobs-row"]
Something’s not working. Is there a debug mode?

Yes, but it’s a little technical to enable. In the root file, applicantstacck-jobs.php on or around line 19, you’ll find:

define( 'APPLICANTSTACK_JOBS_DEBUG', false );

Change false to true to enable debug mode.

Debug mode doesn’t do a heck of a lot except output the raw API return in decoded JSON in the event fields are mapping correctly in the named array or whatever.

Don’t forget to change it back to false once you’ve got it working.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“WP ApplicantStack Jobs Display”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP ApplicantStack Jobs Display”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1

  • Filter for special characters

1.0

  • Stable Release
  • Add Filter by Department

0.2

  • Add API Integration
  • Add Update Warning

0.1

  • Initial release