Adisistemak Booking Embed for ADI Camping embeds your public reservation page into WordPress using a Gutenberg block or a shortcode. Visitors book on the ADI Camping service; this plugin does not store reservation data in WordPress.
External service
This plugin relies on the ADI Camping booking system. When a page with the block or shortcode is viewed, the visitor’s browser loads the booking interface from the HTTPS URL you configure (typically an ADI Camping host) inside an iframe.
- Service: https://www.adicamping.com
- Support: admin@adicamping.com
- Terms and privacy: see https://www.adicamping.com for current Terms of Use and Privacy Policy for the booking service.
An ADI Camping account and a configured camping location may be required for bookings to complete. By default the embed uses:
https://app.adicamping.com/public-reservation-booking?camp=camping-roble-verde-principal
Change the URL under Settings Adisistemak Booking, or override it per block/shortcode with the url / camp attributes.
Usage — two ways to add the booking form
Way 1 — Gutenberg block (recommended)
- Optionally set your public booking HTTPS URL under Settings Adisistemak Booking.
- Edit a page, click +, search for camping or booking, and insert Adisistemak Booking Embed for ADI Camping.
- Optionally set width, height, URL, or camp in the sidebar, then publish and view the page.
Way 2 — Shortcode
- Edit a page and add a Shortcode block (or paste into classic content).
- Add
[adisistemak_booking]. - Optionally:
[adisistemak_booking height="1000px" width="100%" camp="your-camp-slug"].
Block sidebar / shortcode options:
width– iframe width (default100%)height– iframe height (default600px)url– override the settings URL for one embed only (must be HTTPS)camp– camp slug passed as a query parameter to the booking page
Alias shortcode: [adisistemak_booking_widget] (same attributes).