Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 456 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 456 Bytes

Insert Giphy Block

This is a WordPress plugin Gutenberg block to search and insert Gifs from Giphy.

Setup

  1. Clone the repo in wp-content/plugins.
  2. Create a Giphy API Key at https://developers.giphy.com/
  3. Insert your API Key in
    this.API_KEY = '[INSERT YOUR API KEY HERE]';
  4. Run npm install and npm start inside the directory.
  5. Activate the plugin inside your WP Dashboard.