Can I add a Booking Request Widget for my website?
Yes you can add a Booking Request Widget to your website, and itβs fast and easy. Lefkada-Rentals.com provides you an embed code or widget script that you just copy and paste into your siteβs HTML.
π± Features
- β Professional booking experience – gives your guests a seamless reservation process
- β Responsive design – works on all devices
- β Static site compatible – works without server-side processing or email servers
- β Form validation – prevents invalid date selections & ensures all required fields are filled
- β Spam protection – blocks automated submissions by spam bots
- β Loading states – visual feedback during submission (soon with: availability & rates)
- β Error handling – graceful error management
- β Online payments (optional) – accept credit card payments without additional installations
- β Owner notifications – automatically sends reminders about upcoming guest arrivals
- β Review generation (optional) – automatically encourages guests to leave reviews after their stay
- β β Completely free – no extra cost for all properties advertised on Lefkada-Rentals.com
π Integration Instructions
To use this widget on your website, simply add the following code:
<!– Include the widget script –> <script src=”https://www.lefkada-rentals.com/widget/lefkada-booking-widget.min.js”></script> <!– Place the widget container –> <div data-lefkada-widget data-rental-id=”123″ data-rental-title=”Your Property Name”></div>
ποΈ Configuration Options
data-rental-id: Required – The ID of your rental propertydata-rental-title: Optional – Display name for the property
π Live Demo

π¨ Customization
The widget can be customized with CSS by targeting the .lefkada-booking-widget class and its child elements.
/* Example: Change widget width and colors */ .lefkada-booking-widget { max-width: 500px; } .lefkada-widget-header { background: linear-gradient(135deg, #your-color1, #your-color2) !important; } .lefkada-submit-btn { background: #your-button-color !important; }
π Support
For support or questions about this widget, please contact us at [email protected]

