Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 718 Bytes

plugin.md

File metadata and controls

21 lines (11 loc) · 718 Bytes

Plugin Setup

The Tachyon plugin is responsible for replacing WordPress' default thumbnail handling with dynamic Tachyon URLs.

Download from GitHub →

Installation

Install the Tachyon plugin as a regular plugin in your WordPress install (mu-plugins also supported).

You also need to point the plugin to your Tachyon server. Add the following to your wp-config-local.php:

define( 'TACHYON_URL', 'http://localhost:8080/<bucket name>/uploads' );

Credits

The Tachyon plugin is based on the Photon plugin code by Automattic, part of Jetpack. Used under the GPL.