aerni/fathom

Easily navigate to your shared Fathom site from Statamic's control panel

v1.1.0 2023-07-05 18:59 UTC

This package is auto-updated.

Last update: 2024-04-05 20:32:08 UTC


README

Statamic Packagist version Packagist Total Downloads License

Fathom

This addon adds a link to the sidebar of the Statamic control panel to easily navigate to your shared Fathom site.

Installation

Install the addon using Composer.

composer require aerni/fathom

Configuration

The following config will be automatically pubslished to config/fathom.php during the installation process.

return [

    /*
    |--------------------------------------------------------------------------
    | Shared Site Link
    |--------------------------------------------------------------------------
    |
    | This is the shared site link provided by Fathom.
    |
    | The Fathom docs: https://usefathom.com/support/sharing
    |
    */

    'link' => env('FATHOM_LINK', 'https://app.usefathom.com/share/yourSharedLink'),

];

Basic Usage

  1. Add the link of your shared Fathom site to the config.
  2. A new Fathom link will be added to the Tools section in the Statamic control panel. This link takes you to the shared Fathom site.

Special Thanks

Thanks to visuellverstehen for the work on Statamic Plausible. This addon is pretty much copy-paste.