Changeset 3420604
- Timestamp:
- 12/16/2025 02:54:03 AM (4 weeks ago)
- File:
-
- 1 edited
-
pcrecruiter-extensions/tags/2.0/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcrecruiter-extensions/tags/2.0/readme.txt
r3420599 r3420604 1 <<<<<<< .mine 1 2 === PCRecruiter Extensions === 2 Contributors: Main Sequence Technology, Inc.3 Contributors: mstdev, arothman 3 4 Tags: recruiting, staffing, applicant tracking, job board, job posting 4 5 Requires at least: 5.6 … … 139 140 140 141 = 1.x = 141 * Simple iframe and RSS/JSON feed functionality 142 * Simple iframe and RSS/JSON feed functionality||||||| .r0 143 ======= 144 === PCRecruiter Extensions === 145 Contributors: Main Sequence Technology, Inc. 146 Tags: recruiting, staffing, applicant tracking, job board, job posting 147 Requires at least: 5.6 148 Tested up to: 6.9 149 Requires PHP: 7.4 150 Stable tag: 2.0 151 License: GPLv3 or later 152 License URI: https://www.gnu.org/licenses/gpl-3.0.html 153 154 Integrates your WordPress site with PCRecruiter (PCR) to embed job boards or sync live job postings as native WordPress content. 155 156 == Description == 157 158 PCRecruiter Extensions provides two primary integration methods. The setup is typically done with the direct involvement of a PCR consultant; it is advised that you contact [email protected] before proceeding. 159 160 **1. Full WordPress Job Sync** 161 Sync active jobs from PCRecruiter into WordPress as native custom post types (job). 162 Includes keyword search, radius search, structured data (JobPosting), social sharing, expired-job handling, and support for WordPress native styling and control. 163 164 Additional Features: 165 * Block bindings for WordPress 6.5+ 166 * SEO-friendly URLs and optional job title customization 167 * Smart caching for improved performance 168 * Internal-only job board support 169 * Optional inline-style stripping for consistent site design 170 * Accessibility-friendly pagination 171 * Backward compatibility with legacy PCRecruiter usage 172 173 **2. Simple iFrame Embed** 174 Embed the hosted PCRecruiter job board using a simple shortcode. Ideal for quick and simple installs or sites that prefer PCR-rendered pages, or sites where SEO and link friendliness are of less importance. 175 176 Also: PCRecruiter job XML/JSON feed downloading for integrations or imports. 177 178 Full documentation: 179 <a href="https://learning.pcrecruiter.net/site/docs/wordpress/">https://learning.pcrecruiter.net/site/docs/wordpress/</a> 180 181 Support: 182 [email protected] 183 184 == Installation == 185 186 1. Upload the plugin ZIP via Plugins → Add New → Upload Plugin, or install from WordPress.org 187 2. Activate the plugin. 188 189 == Quick Start == 190 191 Iframe Job Board: 192 193 No plugin settings are required for iframe installations! Just insert the shortcode into your jobs page: 194 195 [PCRecruiter link="yourdatabase.yourprofile"] 196 197 Contact your support representative for your shortcode. 198 199 Full WordPress Job Sync: 200 1. Create a page and add: 201 [PCRecruiter link="jobmanager"] 202 2. Go to Settings → PCRecruiter Extensions → Job Board Sync. 203 3. Generate a Sync Token and enter it into the PCR “WordPress Sync Settings” panel. 204 205 == Features == 206 207 * Full job sync via secure token authentication 208 * Jobs stored as native custom posts (job) 209 * Keyword and radius search 210 * Structured data (schema.org/JobPosting) 211 * Internal-only job view support 212 * Social sharing widget 213 * Accessible pagination 214 * Expired-job handling (delete or keep visible) 215 * Customizable SEO job title formats 216 * Optional inline-style removal 217 * Automatic legacy URL redirection (?recordid= to clean URLs) 218 * Yoast SEO schema suppression to prevent duplication 219 * Block bindings for dynamic Site Editor templates 220 * Static XML/JSON feed mirroring (optional) 221 * Cron-based automatic feed updates 222 * Deactivation cleanup with keep/delete options 223 * Secure coding practices: sanitization, escaping, nonces, prepared queries 224 225 == Example Shortcodes == 226 227 Iframe Job Board: 228 [PCRecruiter link="my%20data.mycompany"] 229 230 Full Sync Job Board: 231 [PCRecruiter link="jobmanager"] 232 233 Optional filtering: 234 [PCRecruiter link="jobmanager" jobcategory="Engineering"] 235 236 Internal Job Board: 237 [PCRecruiter link="internaljobmanager"] 238 239 == Frequently Asked Questions == 240 241 = Which method should I use: sync or iframe? = 242 Use full sync for SEO-friendly, WordPress-native jobs, structured data, and customization. This method requires advanced skills and should be done with the help of an experienced WordPress developer and/or PCRecruiter support. 243 Use the simple iframe method for quick installation and no-code rendering. 244 245 = Do I need to edit any settings when using the iframe job board mode? = 246 No. The iframe mode works with only the shortcode. This method doesn't interact with the WordPress database or software. 247 248 = Can I run multiple full-sync job boards on different pages? = 249 Yes. Use the jobcategory parameter to filter the listings by "job_category" Position custom field. 250 251 = Can I combine multiple databases into a single job board? = 252 Yes, when using the full-sync multiple databases can be fed to the same WordPress site. With the simple iframe method, the search/display can only show one database's jobs at a time. 253 254 = How are expired jobs handled? = 255 Typically, jobs that are no longer open are deleted automatically. You may choose to keep expired jobs visible with the full-sync mode - these will display a “Filled” badge and will have no apply button. 256 257 = Can I customize how job titles display in browser tabs? = 258 Yes, with the full-sync you may configure this in Settings → PCRecruiter Extensions → Job Title Format. 259 260 = Does the plugin work with Google Jobs? = 261 Yes. The plugin supports the required Schema for Google's jobs results. It will suppress Yoast Schema automatically if this feature is configured. 262 263 = Where can I find the full setup guide? = 264 All documentation is online at: 265 <a href="https://learning.pcrecruiter.net/site/docs/wordpress/">https://learning.pcrecruiter.net/site/docs/wordpress/</a> 266 267 == Changelog == 268 269 = 2.0.0 - 2024-12-10 = 270 * Initial public release of full sync mode 271 * Added block bindings support 272 * Added pagination and job count options 273 * Added schema utility 274 * Added expired job handling 275 * Added social sharing widget 276 * Added customizable title formats 277 * Added legacy URL redirect support 278 * Added feed update button and improved feed options 279 * Added deactivation cleanup wizard 280 * Security and sanitization improvements 281 * Caching improvements and timezone fixes 282 283 = 1.x = 284 * Simple iframe and RSS/JSON feed functionality>>>>>>> .r3420603
Note: See TracChangeset
for help on using the changeset viewer.