WordPress Plugin v3.0

Your RecMan jobs.
On your site. Automatically.

Stop copying job listings by hand. The RecMan Plugin syncs your open positions to WordPress in real time — with caching, SEO, and full design control built in.

WordPress Admin — RecMan Plugin
Posts
Pages
RecMan Jobs
Settings
Cache

Job Postings

Clear Cache Sync Now
Active Jobs
24
Last Synced
2 min ago
Cache Status
Fresh
Job Title Location Type Status
Senior Developer Oslo Full-time Active
UX Designer Bergen Full-time Active
Project Manager Trondheim Contract Expiring
Data Analyst Stavanger Part-time Active
Features

Everything you need to display
RecMan jobs on WordPress

One plugin replaces manual work, custom integrations, and brittle workarounds.

Automatic Syncing

Jobs sync from RecMan on a smart schedule. Every 15 minutes during business hours, less frequently at night. Zero manual work.

Built-in SEO

Clean URLs, meta descriptions, Open Graph tags, and Twitter Cards on every job page. Works alongside Yoast and other SEO plugins.

Smart Caching

Time-of-day aware caching keeps data fresh when it matters. Graceful fallback ensures your site never shows empty listings.

Multi-Language

Norwegian, English, and Swedish out of the box. Field labels, employment types, and locations are automatically translated.

Filtering & Search

Let visitors filter jobs by location, type, department — any field. Stackable filters and free-text search with bookmarkable URLs.

Full Design Control

Use shortcodes for quick setup or template functions for pixel-perfect control. Edit HTML and CSS directly in the admin or your theme files.

Simple by Default

One shortcode.
All your jobs.

Add a single shortcode to any page and your RecMan jobs appear instantly. No configuration required — it just works with your theme.

Need more control? Use template functions that follow the standard WordPress loop pattern. If you know have_posts(), you already know how to use this.

See Both Approaches
page-jobs.php WordPress
<!-- The simple way: one shortcode -->

[job_post_feed]


<!-- Add filtering? Two more lines: -->

[job_post_search]
[job_post_filter field="workplace" title="Location"]
[job_post_feed]


<!-- Or go full custom with PHP: -->

<?php while (have_jobposts()): the_jobpost(); ?>
  <h3><?php the_jobpost('title'); ?></h3>
  <p><?php the_jobpost('excerpt'); ?></p>
<?php endwhile; ?>
Setup

Running in three steps

From install to live job listings in under five minutes.

1

Install the Plugin

Upload via WordPress admin or install from your dashboard. Activate and you're ready.

2

Connect Your API Key

Enter your RecMan API key in the settings. Or use demo mode to explore with sample data first.

3

Jobs Go Live

Add the shortcode to any page. Your RecMan jobs are now live, cached, and SEO-optimized.

About RecMan

What is RecMan?

RecMan is a cloud-based software platform built specifically for the recruitment and staffing industry. It combines an Applicant Tracking System (ATS), a full CRM suite, and workforce management tools into a single, integrated solution — so recruitment professionals can spend less time on admin and more time building relationships with candidates and clients.

Available in multiple languages including English, Norwegian, Swedish, Danish, Finnish, Dutch, and Spanish, RecMan is trusted by organisations like Randstad, Barona, Kelly, Experis, Dedicare, and many more across the Nordics and beyond.

ATS & CRM AI matching, candidate tracking, sales pipeline, and client management in one platform.
Workforce Management Staffing calendar, hour logging, salary automation, and payroll integration.
200+ Integrations Job boards, accounting, aptitude testing, Gmail, Outlook, and a fully documented open API.
GDPR & ISO Certified Built-in compliance tools, secure authentication, and data privacy by design.

How does this plugin connect to RecMan?

RecMan has an open API that exposes job posting data. This WordPress plugin connects to that API through the Bonsy middleware layer, which enriches the data with translations, caching, similar job matching, and structured field mapping. The result: your RecMan jobs appear on your WordPress site automatically, with no manual effort and no custom development required.

View Architecture
FAQ

Frequently Asked Questions

Common questions about the RecMan WordPress Plugin and how it works with RecMan.

What is the RecMan WordPress Plugin?

The RecMan WordPress Plugin is a WordPress plugin built by Bonsy AS that automatically fetches job postings from the RecMan recruitment platform and displays them on your WordPress website. It handles syncing, caching, SEO metadata, translations, and provides both shortcodes and template functions for displaying job data.

Do I need a RecMan account to use the plugin?

Yes, you need an active RecMan account with API access enabled to use the plugin with live data. However, the plugin includes a demo mode that lets you explore all features with sample job data before connecting your RecMan account.

How do I get a RecMan API key?

You can generate an API key from within your RecMan account at app.recman.no. Navigate to your company settings, find the API section, and create a new key with the appropriate permissions. Our step-by-step guide walks you through the entire process.

How often are job postings updated on my site?

The plugin uses smart, time-of-day-aware caching. During business hours (8 AM – 5 PM), jobs sync every 15 minutes. In the evening (5 PM – 11 PM), every 30 minutes. Overnight, every hour. You can also manually clear the cache at any time from the admin dashboard to trigger an immediate refresh.

Can I customize how jobs look on my site?

Absolutely. There are two approaches: Shortcodes let you edit the HTML template and CSS directly from the WordPress admin — no code editor needed. Template functions give developers full PHP-level control using a familiar WordPress loop pattern. You can customize every aspect of how jobs are displayed.

What happens when a job expires in RecMan?

When a job post expires or is removed in RecMan, the plugin automatically handles it. The job is removed from your feed listings, and if someone visits the direct URL of an expired job, they are redirected to your main jobs page. No 404 errors, no stale listings.

Is the plugin SEO-friendly?

Yes. Each job page gets its own clean URL (e.g. /jobs/senior-developer-oslo/), along with automatic meta descriptions, Open Graph tags for social sharing, and Twitter Card metadata. The plugin is compatible with Yoast SEO, The SEO Framework, and other popular SEO plugins.

Which languages are supported?

The plugin supports Norwegian, English, and Swedish. Job field values like employment type, sector, and location names are automatically translated based on your selected language. RecMan itself supports even more languages including Danish, Finnish, Dutch, and Spanish.

What is Bonsy, and what is the relationship to RecMan?

Bonsy AS is an independent software company that builds integrations for the RecMan platform. Bonsy is not part of RecMan — it is a third-party developer that uses RecMan's open API to create tools like this WordPress plugin, as well as integrations for Squarespace and Webflow. The plugin is developed and maintained by Bonsy.

How much does the plugin cost?

The plugin requires a license from Bonsy. Contact us at kristoffer@bonsy.no for current pricing and licensing options. You can explore the plugin's full feature set using demo mode before committing.