Social Sharing Block
This plugin requires WordPress 5.9+ or 5.8+ with Gutenberg active.
A simple little block that allows you to add social share icons to the Block Editor.
Sharing Options
- Skype
- Telegram
- Tumblr
Key Features
- Heavily inspired by the Social Icons block in WordPress core
- Includes some handy controls (show/hide labels, size, colors, etc.)
- No block library required
🎉 - Built almost entirely with native WordPress components
- Will get additional functionality as it's added to WordPress core (margin, borders, responsive controls etc.)
Requirements
- WordPress 5.9+ or 5.8+ with Gutenberg active
- PHP 7.0+
Development
- Set up a local WordPress development environment.
- Clone / download this repository into the
wp-content/plugins
folder. - Navigate to the
wp-content/plugins/social-sharing-block
folder in the command line. - Run
npm install
to install the plugin's dependencies within a/node_modules/
folder. - Run
composer install
to install the additional WordPress composer tools within a/vendor/
folder. - Run
npm run start
to compile and watch source files for changes while developing.
Refer to package.json
and composer.json
for additional commands.