Simple Social Share Block

With this plugin, you can add social sharing buttons as blocks in Gutenberg.
As a first version we created only the ones we needed : print, mail, Facebook and Twitter.
You can choose Dashicons or images, and the original colours for those network, or a grayscale version.
You can use the shortcode [sssb], with the following attributes:
- text_email : string, will be the body of the email when sharing via email | Default : You might be interested by this article : %s | You can use %s it will be replaced by the title of the current post
- object_email : string, will be the object of the email when sharing via email | Default : Have a look at this article : %s | You can use %s it will be replaced by the title of the current post
- text_twitter : string, will be the default text when sharing via twitter | Default : Hey Twitter, Have a look at this! %s | You can use %s it will be replaced by the title of the current post
- show_email : 0 or 1, will 1=show or 0=hide the email button | Default : 1
- show_print : 0 or 1, will 1=show or 0=hide the print button | Default : 1
- show_facebook : 0 or 1, will 1=show or 0=hide the facebook button | Default : 1
- show_twitter : 0 or 1, will 1=show or 0=hide the twitter button | Default : 1
- colour : original, grayscale, black or white | Default : original
- display : icons or images or mail | Default : icons | mail will generate a table
- side : left or right | Default : right
- url : url | Default : current page
Contribution
To contribute, in CLI
- sudo apt install npm
- npm install && npm run build
- npm run dev
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



