vulcandigital/silverstripe-bitly

A module for shortening sitetree links and their statistics from the CMS

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

Open Issues: 0

Type:silverstripe-vendormodule

1.0.0 2018-03-16 04:06 UTC

This package is auto-updated.

Last update: 2024-04-18 19:46:43 UTC


README

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