Using booking URLs on your website

Using booking URLs on your website

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.

Display a specific resource by filtering on a specific date

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"

NotesResource IDs are available in the Reservations > Resources
Info
For the following booking URL: https://affluences.com/demo-1/reservation 

Examples:

iFrame reservations

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.

WarningAffluences provides the HTML tag, but does not provide support for its integration. If you need help with integration, please send an email to Support support@affluences.com to discuss this service.

Below is the HTML tag to be used: <iframe src="URL_of_reservation?style=light"/>

Notes
Please note that if there is already a "?" in the reservation URL, you must use "&style=light" instead of "?style=light".

Key stages

  1. Defining the HTML tag

  2. Testing iFrame on a web page

  3. Inserting the HTML tag on your website

Examples

Example 1

  1. HTML tag to integrate Ghent University Study Rooms reservations on their web page: <iframe src="https://affluences.com/en/sites/ghent-university/ghent-university-library-book-tower/reservation?style=light"/


Example 2

  1. HTML tag to embed the demo agency's "RDV Guichet" resource bookings on their web page: <iframe src="https://affluences.com/en/sites/demo-tisseo/demo-agence-co-jean-jaures/reservation?type=2844&style=light&date=2026-02-05"/

  2. Testing the iFrame on a web page: https://affluences.com/en/sites/demo-tisseo/demo-agence-co-jean-jaures/reservation?type=2844&style=light&date=2026-02-05