Description
NexJob Online Booking adds a floating “Book Now” button to your website that connects directly to your NexJob account. When a customer clicks the button, a booking form opens where they can describe their service need, pick a preferred time, and submit a request — all without leaving your site.
Perfect for:
- Plumbers
- HVAC technicians
- Electricians
- Landscapers
- Cleaning services
- Any field service business
Features:
- One-click install — no code or theme editing required
- Customize button text, color, and position
- Live preview in the admin panel
- Bookings flow directly into your NexJob dashboard
- Mobile-friendly floating button
- Lightweight — no impact on site speed
How it works:
- Install and activate the plugin
- Enter your NexJob company slug (found in Settings > Booking Widget in NexJob)
- Choose your button color and position
- Save — the booking button appears on every page of your site
External services
This plugin connects to NexJob (api.nex-job.com), the SaaS platform that powers the booking button. The plugin enqueues a single JavaScript file from https://api.nex-job.com/widget.js on every frontend page of your site (admin pages are excluded) when the booking widget is enabled and a company slug is configured in the plugin settings.
What is sent: the visitor’s NexJob workspace slug (configured by you, the site owner) and the visitor’s interactions with the booking button — clicks, form input, and the submitted booking request (name, email, phone, service requested, preferred time). The widget script is fetched on every page where the button is displayed; booking-request data is sent only when a visitor submits the form.
This service is provided by NexJob LLC.
– Terms of Service: https://www.nex-job.com/terms
– Privacy Policy: https://www.nex-job.com/privacy
Installation
- Upload the
nexjob-bookingfolder to/wp-content/plugins/ - Activate the plugin through the Plugins menu in WordPress
- Go to Settings > NexJob Booking
- Enter your NexJob company slug
- Customize the button appearance
- Click Save Settings
You can find your company slug in your NexJob dashboard under Settings > Booking Widget.
Don’t have a NexJob account? Sign up free at nex-job.com.
FAQ
-
Where do I find my company slug?
-
Log in to NexJob, go to Settings > Booking Widget. Your slug is the last part of your booking URL (e.g.,
nex-job.com/book/your-slug). -
Yes. Go to Settings > NexJob Booking and change the “Button Text” field to anything you like.
-
Does this slow down my website?
-
No. The widget script is lightweight and loads asynchronously. It won’t affect your page load speed.
-
Can I disable the widget temporarily?
-
Yes. Uncheck “Enable booking widget on this site” in the plugin settings. The plugin stays installed but the button won’t appear.
-
Does this work with page builders like Elementor or Divi?
-
Yes. The plugin injects the widget via WordPress’s footer hook, so it works with any theme and any page builder.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“NexJob Online Booking” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “NexJob Online Booking” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.3
- Refactored widget script loading to use wp_enqueue_script() and the script_loader_tag filter instead of injecting a raw tag from a wp_footer printf(), per the WordPress.org plugin review guideline that all scripts must be enqueued via the WP Scripts API.
- Moved the admin settings-page color-picker initializer out of an inline block and into admin/assets/admin.js, enqueued through the existing admin_enqueue_scripts hook.
1.0.2
- Documented external service usage in readme (api.nex-job.com/widget.js)
1.0.0
- Initial release
- Floating booking button with customizable text, color, and position
- Admin settings page with live preview
- WordPress color picker integration