Ridiculously Responsive Social Sharing Buttons for Joomla 4.x
This Joomla! plugin adds social sharing buttons and metadata optimized for Open Graph and Twitter to com_content items. It is an official Joomla Project plugin, primarily designed for use on the joomla.org website network. The plugin generates buttons like this. (Thise is an image, see the bigger one for the real buttons).
There is zero configuration required. Just install and enable the plugin.
TL:DR — Once built and uploaded it just worked!
Instructions
- I wasnt able to use the web installer - it returned a manifext.xml error, so I cloned the plugin and built it on macOS Big Sur.
- Clone the repository from GitHub
git clone https://github.com/joomla-projects/plg_content_joomlarrssb.git
- Install coreutils
brew install coreutils
because you are going to need the GNU sha512sum command which is to compute the SHA512 message digest for the plugin. You may need to installHomebrew
first. - Build the plugin cd plg_content_joomlarrssb/build and then ./build.sh
- Install the plugin in Joomla by choosing 'Upload Package File' and selecting the zip file that you just created.
Screenshot: Uploading the Ridiculously Responsive Social Sharing Buttons for joomla.org plugin - Enable the plugin by selecting it and clicking 'Enable'
Screenshot: Enabling the Ridiculously Responsive Social Sharing Buttons for joomla.org plugin
Ridiculously Responsive Social Sharing Buttons for Joomla 4.x