PHPackages                             plain/kirby-contact - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. plain/kirby-contact

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

plain/kirby-contact
===================

☝️ Share buttons - ✌️ Field for easy creating contact links

1.0.5(6mo ago)10[1 issues](https://github.com/plain-solutions-gmbh/kirby-contact/issues)MITPHPCI passing

Since Aug 6Pushed 6mo agoCompare

[ Source](https://github.com/plain-solutions-gmbh/kirby-contact)[ Packagist](https://packagist.org/packages/plain/kirby-contact)[ RSS](/packages/plain-kirby-contact/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (7)Used By (0)

Plain Contact Plugin for Kirby CMS
==================================

[](#plain-contact-plugin-for-kirby-cms)

[![Kirby Contact](./.github/screenshot.png)](./.github/screenshot.png)

You can use this plugin in two ways:

☝️ Create contact buttons and use it on a page.
✌️ Let your visitors share a page with their community.

Installation
------------

[](#installation)

**Manually**

[Download](https://github.com/plain-solutions-gmbh/kirby-contact) and unzip the content into your plugin folder: `/site/plugins/`

**With Composer**

```
composer require getplain/kirby-contact
```

Contact field
-------------

[](#contact-field)

[![Kirby Contact Items](./.github/example.png)](./.github/example.png)

### Blueprints

[](#blueprints)

```
contact_fields:
  label: Contact
  type: contact

  # Make items draggable (default: false)
  sortable: true

  # Save options in value (default: false)
  # (+) More performance and stability
  # (-) Options freeze after save
  saveOptions: true

  # Additional fields (optional)
  # Shown in drawer [ ••• More ]
  fields:
    title:
      type: text

  # Set options (optional)
  # Taken from option('plain.contact.types')
  # See: https://getkirby.com/docs/guide/configuration
  options:

    # Select option from plain.contact.types
    linkedin: true
    whatsapp: true

    # Extends existing option
    facebook:
      label: Facebook profile

    # Create own option
    dummy:
      # See: https://getkirby.com/docs/reference/panel/icons
      icon: box
      color: red
      # See: https://getkirby.com/docs/reference/system/validators
      validate: alpha
      output:
        # Contact link: $field->toContact();
        contact: "https://dummysite.com/{value}/"
        # Share link: $page->toShare();
        share: "https://dummysite.com/share/{url}/"
        # Custom output
        custom_title: "{title}"
```

### Output

[](#output)

[![Frontend share](./.github/frontend_contact.png)](./.github/frontend_contact.png)

```

```

*Parameters:*

1. Snippet (Default: `contact`)
2. Optional placeholders

> Snippet are located in `/site/snippets/contact/` *(copy it from `/site/plugins/kirby-contact/snippets/contact/`)*

Share buttons
-------------

[](#share-buttons)

[![Frontend share](./.github/frontend_share.png)](./.github/frontend_share.png)

You can output share buttons for the current page:

```

```

*Parameters:*

1. Filter (array): A list of items (required)
2. Snippet (Default: `share`)
3. Optional placeholders

> By default following share buttons are available: sms, whatsapp, facebook, tiktok, linkedin, mastodon.
> For more share buttons use options (next chapter).

> Snippet are located in `/site/snippets/contact/` *(copy it from `/site/plugins/kirby-contact/snippets/contact/`)*

Options
-------

[](#options)

All available types are stored in the option `plain.contact.types`. It can be modified by the option property of the field. ([See list of default types](https://raw.githubusercontent.com/plain-solutions-gmbh/kirby-contact/refs/heads/main/autoload/options.php))

*Example (site/config/config.php):*

```
'plain.contact.types' => [
    'default_type' => [
        'icon'      => 'box',
        'label'      => [ 'en' => 'Custom Service' ],
        'color' => '#5828B8',
        'output'    => [
            'contact'   => 'https://example.com/contact/{value}',
            'share'     => 'https://example.com/share/{url}'
        ]
    ]
];
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance46

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~16 days

Total

6

Last Release

202d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ee23a9e53bb84a67791e7aac6438d6a059db672c330ab09a61a2eadac37e255?d=identicon)[getplain](/maintainers/getplain)

---

Tags

kirby-cmskirby-pluginkirby4kirby5

### Embed Badge

![Health badge](/badges/plain-kirby-contact/health.svg)

```
[![Health](https://phpackages.com/badges/plain-kirby-contact/health.svg)](https://phpackages.com/packages/plain-kirby-contact)
```

###  Alternatives

[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14689.4k1](/packages/distantnative-retour-for-kirby)[mzur/kirby-uniform

A versatile Kirby plugin to handle web form actions.

26068.3k13](/packages/mzur-kirby-uniform)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[thathoff/kirby-git-content

Plugin to track changes to content in a git repository.

15343.7k](/packages/thathoff-kirby-git-content)[sylvainjule/locator

A map &amp; geolocation field, built on top of open-source services / Mapbox

11237.3k1](/packages/sylvainjule-locator)[tobimori/kirby-seo

The default choice for SEO on Kirby: Implement technical SEO &amp; Meta best practices with ease and provide an easy-to-use editor experience

10039.7k1](/packages/tobimori-kirby-seo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
