Title: Pfadiheime
Author: Pfadiheim-Verzeichnis
Published: <strong>ಆಗಷ್ಟ್ 2, 2026</strong>
Last modified: ಆಗಷ್ಟ್ 17, 2026

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://s.w.org/plugins/geopattern-icon/pfadiheime.svg)

# Pfadiheime

 ‍[Pfadiheim-Verzeichnis](https://profiles.wordpress.org/pfadiheime/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/pfadiheime.1.0.4.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/pfadiheime/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/pfadiheime/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/pfadiheime/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/pfadiheime/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/pfadiheime/)

## ವಿವರಣೆ

This plugin provides Gutenberg blocks for the Pfadiheim-Verzeichnis. Each block

lives in its own folder under `build/` and is auto-registered.

#### Calendar block

Embeds a calendar as an iframe. Each calendar is identified by an ID that is
 inserted
into a URL template. Place it with the “Calendar” block or the [pfadiheime_calendar]
shortcode, and set the locale, month count and iframe size in the block sidebar (
or as shortcode attributes).

### Source Code

The source code for this plugin is publicly available at: https://github.com/diegosteiner/
pfadiheime-wp-plugin/

### Configuration

The URL template is read from the `PFADIHEIME_CALENDAR_TEMPLATE_URL` environment

variable. When unset, it defaults to:

    ```
    https://pfadiheime.ch/{locale}/cottages/{id}/occupancies/calendar?months={months}
    ```

Placeholders replaced when building the iframe URL:

 * `{id}` — the calendar ID.
 * `{locale}` — the chosen locale (`de`, `fr` or `it`).
 * `{months}` — the number of months to display.

#### Calendar shortcode

    ```
    [pfadiheime_calendar id="123" locale="de" months="12" width="100%" height="600"]
    ```

 * `id` — the calendar ID (required).
 * `locale` — `de`, `fr` or `it`. Invalid values fall back to `de`. Default `de`.
 * `months` — number of months to display (integer, minimum 1). Default `12`.
 * `width` — CSS width, e.g. `100%` or `800`. Default `100%`.
 * `height` — CSS height, e.g. `600` or `75vh`. Default `600`.

### Build

The plugin uses the official WordPress scripts to build the minified javascript.
Run `npm build` to
 build what needs to be built into the _dist/_ folder.

### Adding a new block

Create a folder under `src/<block-name>/` with its own `block.json` (and a
 render.
php for dynamic blocks). Run `npm run build`; the plugin auto-registers every block
found in `build/`. Note: `build/` is generated (not committed), so run `npm install&&
npm run build` after checkout.

## ಬ್ಲಾಕ್ಸ್

ಈ ಪ್ಲಗಿನ್ 1 ಬ್ಲಾಕ್ ಅನ್ನು ಒದಗಿಸುತ್ತದೆ.

 *   Pfadiheim-Verzeichnis Calendar Embed a calendar as an iframe by its ID.

## ಸ್ಥಾಪನೆ

 1. Upload the plugin folder to `/wp-content/plugins/pfadiheime/`, or install the
     
    zip via Plugins  Add New  Upload Plugin.
 2. Activate “Pfadiheime” through the Plugins screen in WordPress.
 3. Add the “Calendar” block to a page, or use the `[pfadiheime_calendar]`
     shortcode.
 4. Optionally set the `PFADIHEIME_CALENDAR_TEMPLATE_URL` environment variable to
     
    override the default calendar URL template (see Configuration).

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Pfadiheime” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ Pfadiheim-Verzeichnis ](https://profiles.wordpress.org/pfadiheime/)

[“Pfadiheime” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/pfadiheime)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/pfadiheime/), [SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/pfadiheime/)
ಪರಿಶೀಲಿಸಿ, ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/pfadiheime/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/pfadiheime/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 1.0.0

 * Initial release: Pfadiheime plugin with the “Calendar” block and shortcode.

#### 1.0.1

 * Tested with WordPress 7.0

#### 1.0.2

 * Fix automated review issues

#### 1.0.3

 * Add public repo url

#### 1.0.4

 * Tested with WordPress 7.1

## ಮೆಟಾ

 *  Version **1.0.4**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **2 ವಾರಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10 ಕ್ಕಿಂತ ಕಡಿಮೆ**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 6.1 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **7.1** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 7.4 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  Language
 * [English (US)](https://wordpress.org/plugins/pfadiheime/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [blocks](https://kn.wordpress.org/plugins/tags/blocks/)[calendar](https://kn.wordpress.org/plugins/tags/calendar/)
   [embed](https://kn.wordpress.org/plugins/tags/embed/)[iframe](https://kn.wordpress.org/plugins/tags/iframe/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/pfadiheime/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/pfadiheime/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ Pfadiheim-Verzeichnis ](https://profiles.wordpress.org/pfadiheime/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/pfadiheime/)