Title: Bookyt Rental Software
Author: PHCOM GmbH
Published: <strong>1 janvier 2021</strong>
Last modified: 5 août 2026

---

Recherche d’extensions

![](https://ps.w.org/bookyt/assets/banner-772x250-fr.png?rev=3634002)

![](https://ps.w.org/bookyt/assets/icon-256x256.png?rev=3634002)

# Bookyt Rental Software

 Par [PHCOM GmbH](https://profiles.wordpress.org/curato/)

[Télécharger](https://downloads.wordpress.org/plugin/bookyt.2.23.zip)

 * [Détails](https://fr.wordpress.org/plugins/bookyt/#description)
 * [Avis](https://fr.wordpress.org/plugins/bookyt/#reviews)
 *  [Installation](https://fr.wordpress.org/plugins/bookyt/#installation)
 * [Développement](https://fr.wordpress.org/plugins/bookyt/#developers)

 [Support](https://wordpress.org/support/plugin/bookyt/)

## Description

#### Rental software for WordPress

Bookyt Rental Software connects your WordPress website to your existing Bookyt account.
Show rental items, availability, locations, news, and the Bookyt online booking 
experience directly on your website.

The plugin is designed for rental businesses that manage vehicles, trailers, bicycles,
e-bikes, tools, equipment, machines, or other rental items with Bookyt. A Bookyt
account with API access is required.

#### What can you add to your website?

 * Rental categories with images and descriptions
 * Detail pages with equipment, photos, and additional information
 * An interactive availability calendar with rental period, pickup location, and
   category selection
 * A compact availability check for a selected date
 * A direct booking button for landing pages and offer pages
 * A curated selection of featured rental offers
 * The complete Bookyt online booking interface embedded in a WordPress page
 * An occupancy plan with day, week, and month views
 * Rental locations with contact details and opening hours
 * News and current information from Bookyt

#### Connect Bookyt once

After activating the plugin, open **Settings  Bookyt** in WordPress. Enter your 
Bookyt account name, access token, and preferred language there.

The language can be selected manually or set to **Automatic**. Automatic mode follows
the WordPress language and uses English when the selected WordPress language is 
not supported.

Once the settings are saved, short shortcodes are enough:

    ```
    [bookyt call="calendar"]
    ```

    ```
    [bookyt call="category"]
    ```

Account and token attributes in a shortcode are optional overrides for special configurations,
such as websites that use more than one Bookyt account. Keeping them in **Settings
Bookyt** is recommended for normal use.

#### Available calls

The `call` parameter determines which content from Bookyt Rental Software appears
on the page. If no call is specified, the plugin uses `category`.

### Rental categories: category

Displays available rental categories with image, name, and description. Visitors
can open an item to see its details.

    ```
    [bookyt call="category"]
    ```

### Single rental item: item

Displays one rental item with its description, equipment, and images. Pass the Bookyt
category ID with `category_id`.

    ```
    [bookyt call="item" category_id="4"]
    ```

The category overview also opens item details automatically when a visitor selects
an offer.

### Featured rental offers: featured

Displays selected rental categories as a compact offer grid. Pass comma-separated
Bookyt category IDs with `category_id`. Without an explicit selection, the first
three categories are displayed.

    ```
    [bookyt call="featured" category_id="4,7,12"]
    ```

### Availability calendar: calendar

Lets visitors select a rental period, pickup location, and category and then check
the availability calendar.

    ```
    [bookyt call="calendar"]
    ```

A pickup location can be preselected:

    ```
    [bookyt call="calendar" station_id="1"]
    ```

### Compact availability check: availability

Lets visitors select a rental period, pickup location, category, and start date 
and then checks that date using Bookyt’s live availability data.

    ```
    [bookyt call="availability"]
    ```

A location and category can be preselected:

    ```
    [bookyt call="availability" station_id="1" category_id="4"]
    ```

### Embedded online booking: embed

Embeds the complete Bookyt booking frontend in the WordPress page. A valid Bookyt
account is required, but this call does not require an access token.

    ```
    [bookyt call="embed"]
    ```

The account can come from **Settings  Bookyt** or be supplied as an override:

    ```
    [bookyt call="embed" account="youraccount"]
    ```

### Direct booking button: booking_button

Displays a compact button that opens the Bookyt booking flow. This call does not
require an access token. A location and category can be passed to preselect the 
booking context.

    ```
    [bookyt call="booking_button" station_id="1" category_id="4"]
    ```

### Occupancy plan: belegungsplan

Displays the occupancy of rental items. Locations and categories can be filtered,
and the initial view can be set to day, week, or month.

    ```
    [bookyt call="belegungsplan" station_id="1,2" category_id="4,5" view="month"]
    ```

The `station_id` and `category_id` attributes accept comma-separated IDs. If a filter
is omitted, all available entries are displayed. Supported views are `day`, `week`,
and `month`.

### Rental locations: locations

Displays rental locations with the information maintained in Bookyt.

    ```
    [bookyt call="locations"]
    ```

### News: news

Displays news and current information maintained in Bookyt.

    ```
    [bookyt call="news"]
    ```

#### Shortcode parameters

 * `call` selects the Bookyt view.
 * `account` overrides the centrally configured Bookyt account.
 * `token` overrides the centrally configured access token.
 * `station_id` filters or preselects one or more rental locations.
 * `category_id` filters categories or selects a single rental item.
 * `view` selects the `day`, `week`, or `month` occupancy-plan view.

#### Supported languages

The plugin supports German, English, French, Italian, Spanish, Portuguese, Dutch,
Polish, Greek, and Turkish. The selected language is used for plugin labels and 
is sent to Bookyt for the requested content.

#### External Bookyt service

This plugin is a connector for the externally hosted Bookyt Rental Software service.
When a page containing a Bookyt shortcode is displayed, the plugin requests the 
required content from the configured Bookyt account at `*.bookyt.de`. Depending 
on the call, the request includes the configured account, access token, language,
and selected location or category filters.

The `embed` and `booking_button` calls load the Bookyt booking frontend from `*.
bookyt.de`. Visitors may therefore interact directly with the Bookyt service. No
Bookyt content can be displayed without connecting the plugin to a Bookyt account.

Please review the [Bookyt privacy policy](https://bookyt.de/datenschutz.html) and
make sure your website privacy information covers the embedded service where required.

### More about Bookyt Rental Software

Learn more about [Bookyt Rental Software](https://bookyt.de/) and [PHCOM GmbH](https://www.phcom.de/).

## Captures d’écrans

[⌊Present rental categories and different rental items directly on your WordPress
website.⌉⌊Present rental categories and different rental items directly on your 
WordPress website.⌉[

Present rental categories and different rental items directly on your WordPress 
website.

[⌊Show a rental item with photos, description, and equipment details.⌉⌊Show a rental
item with photos, description, and equipment details.⌉[

Show a rental item with photos, description, and equipment details.

[⌊Let visitors choose a rental period, pickup location, category, and available 
date.⌉⌊Let visitors choose a rental period, pickup location, category, and available
date.⌉[

Let visitors choose a rental period, pickup location, category, and available date.

[⌊Embed the complete Bookyt online booking experience in a WordPress page.⌉⌊Embed
the complete Bookyt online booking experience in a WordPress page.⌉[

Embed the complete Bookyt online booking experience in a WordPress page.

[⌊Display rental-item occupancy in a clear calendar view.⌉⌊Display rental-item occupancy
in a clear calendar view.⌉[

Display rental-item occupancy in a clear calendar view.

[⌊Configure the Bookyt account, access token, and language centrally in WordPress.⌉⌊
Configure the Bookyt account, access token, and language centrally in WordPress.⌉[

Configure the Bookyt account, access token, and language centrally in WordPress.

[⌊Publish rental locations and current Bookyt information on your website.⌉⌊Publish
rental locations and current Bookyt information on your website.⌉[

Publish rental locations and current Bookyt information on your website.

## Installation

 1. Install and activate **Bookyt Rental Software** in WordPress.
 2. Make sure you have a Bookyt account with API access enabled.
 3. Open **Settings  Bookyt**.
 4. Enter the account prefix, access token, and preferred language.
 5. Use **Check account** and save the settings.
 6. Add a shortcode such as `[bookyt call="calendar"]` to a page, post, or shortcode-
    compatible widget.

## FAQ

### Do I need a Bookyt account?

Yes. The plugin displays content from Bookyt Rental Software and therefore requires
an existing Bookyt account. You can find product and trial information at [bookyt.de](https://bookyt.de/).

### Where do I enter the account and access token?

Open **Settings  Bookyt** in the WordPress administration area. Enter the account
prefix, access token, and language once. You normally do not need to repeat account
or token values in individual shortcodes.

### Can I use more than one Bookyt account?

Yes. The account and token attributes in a shortcode override the central settings
for that shortcode.

### Do the embedded booking and direct booking button require a token?

No. `call="embed"` and `call="booking_button"` require a valid Bookyt account but
do not use the access token.

### What happens when I select Automatic language?

The plugin follows the current WordPress language. If WordPress uses a language 
that Bookyt does not support, the plugin uses English.

### Where can I get support?

Use the [Bookyt support area](https://bookyt.de/support.html) or email service@phcom.
de.

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs/contributrices & développeurs/développeuses

« Bookyt Rental Software » est un logiciel libre. Les personnes suivantes ont contribué
à cette extension.

Contributeurs

 *   [ PHCOM GmbH ](https://profiles.wordpress.org/curato/)

[Traduisez « Bookyt Rental Software » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/bookyt)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/bookyt/), consulter
le [SVN dépôt](https://plugins.svn.wordpress.org/bookyt/), ou s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/bookyt/)
par [RSS](https://plugins.trac.wordpress.org/log/bookyt/?limit=100&mode=stop_on_copy&format=rss).

## Journal des modifications

#### 2.23

 * Added Polish language support for plugin labels, calendars, and Bookyt requests.
 * Added shortcodes for featured rental offers, compact live availability checks,
   and direct booking buttons.
 * Secured availability requests with WordPress nonces and server-side token contexts.
 * Improved calendar handling and styling for the new booking views.

#### 2.22

 * Added central settings for the Bookyt account, access token, and language.
 * Added support for German, English, French, Italian, Spanish, Portuguese, Dutch,
   Greek, and Turkish.
 * Expanded shortcode documentation for all supported Bookyt views.
 * Reworked the WordPress.org description and replaced banners, icons, and screenshots.

## Méta

 *  Version **2.23**
 *  Dernière mise à jour **il y a 3 jours**
 *  Installations actives **10+**
 *  Version de WordPress ** 5.1 ou plus **
 *  Testé jusqu’à **6.8.7**
 *  Version de PHP ** 8.0 ou plus **
 *  Langue
 * [English (US)](https://wordpress.org/plugins/bookyt/)
 * Étiquettes
 * [availability](https://fr.wordpress.org/plugins/tags/availability/)[booking](https://fr.wordpress.org/plugins/tags/booking/)
   [Rental](https://fr.wordpress.org/plugins/tags/rental/)[reservations](https://fr.wordpress.org/plugins/tags/reservations/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/bookyt/advanced/)

## Évaluations

Aucun avis n’a encore été envoyé.

[Your review](https://wordpress.org/support/plugin/bookyt/reviews/#new-post)

[Voir tous les avis](https://wordpress.org/support/plugin/bookyt/reviews/)

## Contributeurs

 *   [ PHCOM GmbH ](https://profiles.wordpress.org/curato/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/bookyt/)

## Faire un don

Souhaitez-vous soutenir l’avancement de cette extension ?

 [ Faire un don à cette extension ](https://bookyt.de/)