I have a client that has a WordPress site. They also have a Salesforce account to manage job listings.
They want to display their job postings directly on their WordPress site from Salesforce. They sent me a JSON URL that has the JSON feed, but I have no clue how to use it to display their feed.
The JSON URL: [https://elevaterecruiting.my.salesforce-sites.com/](https://elevaterecruiting.my.salesforce-sites.com/)
Their site were the job postings should show: [https://elevaterecruiting.com/jobs/](https://elevaterecruiting.com/jobs/)
In the JSON URL I see the code, but of course adding it to any of the WordPress pages does nothing. Looking at the code I don’t even see were it calls to pull the info from the 3rd party domain. Am I supposed to add more code?
I did find the **JSON Content Importer** online, but putting in the salesforce JSON URL just gives me the same code.
[ad_2]
You’ll need to write custom code that fetches that data and displays it. There are also probably WP plugins that can help.
Is this the one you tried?
https://json-content-importer.com/
Simply you can use Zoho Flow integrations to sync job openings between Salesforce and WordPress
https://www.zohoflow.com/en-in/apps/wordpress-org/integrations/salesforce/
I had a project a few years ago with a similar requirement. I used JSON Content Importer (free version) and wrote a script to parse the string and display it on the website.
[https://json-content-importer.com/](https://json-content-importer.com/)