On your website, you can easily redirect your users by giving them the URL of your booking page.
Below are some specific examples of how you can display or link to your resources directly on your website.
It is possible to redirect your users and display one or more resources and filter on a given date with an appropriate URL :
Display of all resources of the same resource type
From your booking URL, by clicking on a resource type if Displaying a single resource of a resource type
By adding the following text to the previous URL: "&resource=x" where x corresponds to the ID of the resource concerned
Filter by date :
By adding the following text to the URL: "&date=AAAA-MM-DD"
Examples:
Display of a resource type: https://affluences.com/demo-1/reservation?type=3443
Display of a specific resource: https://affluences.com/demo-1/reservation?type=3443&resource=74718
Display of a type of resource with a filter on a given date: https://affluences.com/demo-1/reservation?type=3443&date=2022-03-15
Display of a specific resource with a filter on a given date: https://affluences.com/demo-1/reservation?type=3443&resource=74718&date=2022-03-15
An iFrame is an HTML tag used to embed the content of an HTML page in another HTML page.
Thanks to an iFrame, you can insert your booking page (https://affluences.com/.../reservation) on your website and allow your users to book from the mobile application and/or the Affluences website and from your website.
Below is the HTML tag to be used: <iframe src="URL_of_reservation?style=light"/>
Defining the HTML tag
Testing iFrame on a web page
Inserting the HTML tag on your website
HTML tag to integrate Ghent University Study Rooms reservations on their web page: <iframe src="https://affluences.com/ghent-university/ghent-university-library-book-tower/reservation?style=light"/
HTML tag to embed the demo agency's "RDV Guichet" resource bookings on their web page: <iframe src="https://affluences.com/demo-tisseo/demo-agence-co-jean-jaures/reservation?type=2844&resource=30552&style=light"/
Testing the iFrame on a web page: https://affluences.com/demo-tisseo/demo-agence-co-jean-jaures/reservation?type=2844&resource=30552&style=light