WP Manifestindependent plugin directory
manifest / editor / wp-giphy-block

Giphy Block

A custom Gutenberg block for searching and displaying GIFs from Giphy.com in Gutenberg.

by Ashar Irfan · github.com/asharirfan/wp-giphy-block

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/asharirfan/wp-giphy-block/archive/refs/heads/master.zip

A custom Gutenberg block for searching and displaying GIFs from Giphy.com in Gutenberg.

Screenshot

🛠 Global Settings

Important: Before searching for gifs, please make sure to generate an API key from Giphy and save it under the Giphy API Key setting.

Global Settings

👨‍💻 Development

→ Step 1

Clone the repository

git clone git@github.com:asharirfan/wp-giphy-block.git

→ Step 2

Install npm packages of the plugin

cd wp-giphy-block && npm install

→ Step 3

To watch for changes

npm run watch

→ Step 4

To build your changes

npm run build