ethanbutler / blockwards

Demo for WordCamp Raleigh 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blockwards

Demo for WordCamp Raleigh 2019

Installation

(The following assume you're in a local development environment such as Local by Flywheel)

git clone this repository into wp-content/plugins. cd into the directory.

cd js
npm install
npm run build

In order to use the Spotify app, you'll need to register a free application using your Spotify account.

Inside of your application, make sure you add [SITE URL]/wp-admin/options-general.php?page=spotify-auth as a Redirect URI.

Screen Shot 2019-04-06 at 10 31 25 AM

Instructions

  1. Plugins > Blockwards > Activate
  2. Settings > Spotify Auth
  3. Paste the client key from your Spotify app into the input and click Authorize.
  4. Log into your Spotify account (if necessary) and click "Agree."
  5. You'll be redirected back to your dashboard.

Spotify authentication isn't required for the plugin to be functional, but is required for the album picker to work.

The plugin will work with the Classic Editor installed or not.

Have fun poking around!

About

Demo for WordCamp Raleigh 2019


Languages

Language:JavaScript 80.2%Language:PHP 19.8%