PHPackages                             scottboms/promote-button - 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. scottboms/promote-button

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

scottboms/promote-button
========================

Promote Panel Button for Kirby.

1.1.1(4mo ago)1121MITPHPPHP &gt;8.1.0 &lt;8.4.0

Since Jul 4Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/scottboms/kirby-promote-button)[ Packagist](https://packagist.org/packages/scottboms/promote-button)[ Docs](https://github.com/scottboms/kirby-promote-button)[ RSS](/packages/scottboms-promote-button/feed)WikiDiscussions main Synced 1mo ago

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

Promote Button for Kirby
========================

[](#promote-button-for-kirby)

[![Plugin Preview](src/assets/kirby-promote-button.png)](src/assets/kirby-promote-button.png)

A customizable View Button for Kirby 5 that builds on Bastian's demo from the [Kirby 5 Release Show](https://youtube.com/watch?v=o2xkzqiLEUM) adding missing functionality and configuration settings for Mastodon, Bluesky, and LinkedIn as well as other user-experience enhancements.

Requirements
------------

[](#requirements)

This plugin requires Kirby 5.x and newer. It will not work with earlier versions of Kirby.

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

[](#installation)

### [Kirby CLI](https://github.com/getkirby/cli)

[](#kirby-cli)

```
kirby plugin:install scottboms/kirby-promote-button

```

### Git submodule

[](#git-submodule)

```
git submodule add https://github.com/scottboms/kirby-promote-button.git site/plugins/promote-button

```

### Copy and Paste

[](#copy-and-paste)

1. [Download](https://github.com/scottboms/kirby-promote-button/archive/master.zip) the contents of this repository as Zip file.
2. Rename the extracted folder to `promote-button` and copy it into the `site/plugins/` directory in your project.

Configuration
-------------

[](#configuration)

To function, the plugin requires configuration as outlined below.

### Required Settings

[](#required-settings)

Add these settings to your `/site/config/config.php` or `/site/config/env.php` file. Define which services you wish to use and then replace the CAPITALIZED PLACEHOLDERS with the necessary values.

#### General

[](#general)

```
