This is a WordPress plugin Gutenberg block to search and insert Gifs from Giphy.
- Clone the repo in
wp-content/plugins
. - Create a Giphy API Key at https://developers.giphy.com/
- Insert your API Key in
Insert-Giphy-Block/src/edit.js
Line 20 in 151636e
- Run
npm install
andnpm start
inside the directory. - Activate the plugin inside your WP Dashboard.