This is a WordPress plugin that enables a custom Gutenberg block to add a Teamtailor widget displaying job listings in any page or post.
It generates the same HTML as the Teamtailor widget code described in their documentation, but with the options you set and maintain in the WordPress content editor.
A Teamtailor API key is required to use the block.
You can create one in your Teamtailor account settings.
Please select EU Region, and set the permissions Public, and type Read. See
Teamtailors instructions how to create an API key.
The block is registered using the PHP-only block registration method introduced in WordPress 7.0 released on 20 May 2026. That or newer version of WordPress is required for this plugin to work.
If you have a Content Security Policy (CSP) restricting from where content can be loaded,
you may need to add the domain https://scripts.teamtailor-cdn.com to the script-src setting.
Download this repository as a ZIP file, install it via your WordPress admin plugin page, and enable the plugin.
Or just copy the code from teamtailor.php, and paste it into your theme's functions.php file.