A simple little WordPress block that allows you to add social share icons to your website. Choose from 15+ of the most popular social channels. Download on WordPress.org
- Bluesky
- LINE
- Skype
- SMS
- Telegram
- Threads
- Tumblr
- Viber
- X
- 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
- The plugin is intentionally lightweight and adds no frontend JavaScript files.
- WordPress 6.5+
- PHP 7.4+
- 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.