Difference between revisions of "TalentPiper"
Jump to navigation
Jump to search
old>Admin |
old>Jno |
||
Line 1: | Line 1: | ||
== Integrating with CMS == | == Integrating with CMS == | ||
The following | The following describes how to inject the list of vacancies created in TalentPiper directly into a web page. | ||
This helps: | This helps: | ||
Line 8: | Line 8: | ||
=== Integrating with WordPress === | === Integrating with WordPress === | ||
From the control panel of your WordPress site do the following to integrate the vacancy list from TalentPiper: | |||
# Install and activate the plugin "Insert PHP Code Snippet" | # Install and activate the plugin "Insert PHP Code Snippet" | ||
# Add a new PHP code snippet as seen below | # Add a new PHP code snippet as seen below | ||
# Create a new page and add the snippet | # Create a new page and add the snippet | ||
Code example | Code example: | ||
echo file_get_contents("https://talentpiper.com/demo/mainpublic?command=dk.p2e.blanket.codeunit.common.PagePublicRecordsListAndShow&AjaxMode=1"); | echo file_get_contents("https://talentpiper.com/demo/mainpublic?command=dk.p2e.blanket.codeunit.common.PagePublicRecordsListAndShow&AjaxMode=1"); |
Revision as of 13:56, 25 November 2019
Integrating with CMS
The following describes how to inject the list of vacancies created in TalentPiper directly into a web page.
This helps:
- Reuse styling/layout from standard pages
- Content is indexed properly with search engines
Integrating with WordPress
From the control panel of your WordPress site do the following to integrate the vacancy list from TalentPiper:
- Install and activate the plugin "Insert PHP Code Snippet"
- Add a new PHP code snippet as seen below
- Create a new page and add the snippet
Code example:
echo file_get_contents("https://talentpiper.com/demo/mainpublic?command=dk.p2e.blanket.codeunit.common.PagePublicRecordsListAndShow&AjaxMode=1");