Skip to content

vulcandigital/silverstripe-bitly

Repository files navigation

silverstripe-bitly

Provides Bitly url generation for all pages.

Requirements

  • silverstripe/cms: ^4

Installation

First, install with composer and then configure your API key

$ composer require vulcandigital/silverstripe-bitly

mysite/_config/bitly.yml

Vulcan\Bitly\Bitly:
  api_key: 'YOUR_ACCESS_TOKEN'

Afterwards, run dev/build

Screenshots

Default

Bitly Field Unset

Generated

Bitly Field

Segment Warning

Bitly Field

Segment Changed Notice

Bitly Field

License

BSD-3-Clause - Vulcan Digital Ltd