Description
Ridiculously Responsive Social Sharing Buttons automatically resize to their container width, so they always look great on any device (phone, tablet, laptop, etc.), no matter its size or resolution – including mobile, Retina, and high-PPI displays!
Users Love the WPSSO RRSSB Add-on
★★★★★ – “Fast and sleek! These buttons are the bees knees for real. They look great across all platforms, play nice with w3-total-cache and doesn’t impact my 100/100 pagespeed score.” – renoduck
★★★★★ – “FANTASTIC! This plugin is one of my favorites! This plugin makes it SOOO simple to add social sharing to wordpress posts!” – mikegoubeaux
★★★★★ – “These buttons are great, work on mobile phones as well as desktops, and they load super fast!” – undergroundnetwork
WPSSO RRSSB Add-on Features
Extends the features of the WPSSO Core plugin (required plugin).
Include responsive social sharing buttons in many locations:
- Above and/or below your content, excerpt text, WooCommerce short description, and WooCommerce add to cart.
- In the admin editing page Document SSO metabox.
- In a CSS / javascript sidebar.
- In a WordPress sharing widget.
- From a shortcode in your content or excerpt.
- From a function in your theme’s template(s).
Provides UTM medium, UTM source, and UTM campaign values for each social sharing button.
A built-in stylesheet editor allows you to easily fine-tune the CSS for each social sharing button location (content, excerpt, shortcode, widget, etc.).
Uses the CSS and JS libraries provided by the RRSSB project on GitHub.
WPSSO Core Required
WPSSO Ridiculously Responsive Social Sharing Buttons (WPSSO RRSSB) is an add-on for the WPSSO Core plugin.
Screenshots
Installation
Install and Uninstall
FAQ
Frequently Asked Questions
- None.
Notes and Documentation
Reviews
Contributors and Developers
“WPSSO Ridiculously Responsive Social Sharing Buttons (RRSSB)” is open source software. The following people have contributed to this plugin.
Contributors“WPSSO Ridiculously Responsive Social Sharing Buttons (RRSSB)” has been translated into 3 locales. Thank you to the translators for their contributions.
Translate “WPSSO Ridiculously Responsive Social Sharing Buttons (RRSSB)” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Change Log
Version Numbering
Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes and/or incompatible API changes (ie. breaking changes).
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Standard Edition Repositories
Development Version Updates
WPSSO Core Premium customers have access to development, alpha, beta, and release candidate version updates:
Under the SSO > Update Manager settings page, select the “Development and Up” (for example) version filter for the WPSSO Core plugin and/or its add-ons. Save the plugin settings and click the “Check for Plugin Updates” button to fetch the latest version information. When new development versions are available, they will automatically appear under your WordPress Dashboard > Updates page. You can always reselect the “Stable / Production” version filter at any time to reinstall the latest stable version.
Changelog / Release Notes
Version 10.1.0 (2022/05/17)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Added support for the new
SucomUtil::sanitize_twitter_name()
method in WPSSO Core.
- Added support for the new
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v12.3.0.
Version 10.0.0 (2022/03/26)
Removed support for bbPress, BuddyPress, and BuddyBlog.
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v12.0.0.
Version 9.4.1 (2022/03/07)
Maintenance release.
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v11.5.0.
Version 9.4.0 (2022/02/26)
- New Features
- None.
- Improvements
- Updated the
WpssoOpenGraph->get_media_info()
method toWpssoMedia->get_media_info()
for WPSSO Core v11.2.0.
- Updated the
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v11.0.0.
Version 9.3.0 (2022/02/17)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Updated the
WpssoPage
classget_title()
,get_description()
, andget_caption()
method arguments for WPSSO Core v11.0.0.
- Updated the
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v11.0.0.
Version 9.2.0 (2022/02/10)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- Refactored all share button
get_html()
methods to optimize theWpssoUtilInline->replace_variables()
arguments.
- Refactored all share button
- Developer Notes
- None.
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v10.3.0.
Version 9.1.0 (2022/02/05)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Removed the
$read_cache
argument fromWpssoPage
methods for WPSSO Core v10.1.0.
- Removed the
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v10.1.0.
Version 9.0.0 (2022/02/02)
- New Features
- None.
- Improvements
- Moved the buttons Call To Action option text from the add-on config array to a default translatable string.
- Bugfixes
- None.
- Developer Notes
- Replaced call to
WpssoUtil->add_post_type_names()
byWpssoOptions->set_default_text()
.
- Replaced call to
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v10.0.0.
Version 8.3.0 (2022/01/19)
- New Features
- None.
- Improvements
- Renamed the “.wpsso-rrssb-buttons-cta” CSS class to “.rrssb-buttons-cta”.
- Renamed the Document SSO > Share Buttons tab to Edit Share Buttons.
- Bugfixes
- None.
- Developer Notes
- Renamed the lib/abstracts/ folder to lib/abstract/.
- Renamed the
SucomAddOn
class toSucomAbstractAddOn
. - Renamed the
WpssoAddOn
class toWpssoAbstractAddOn
. - Renamed the
WpssoWpMeta
class toWpssoAbstractWpMeta
.
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v9.14.0.
Version 8.2.0 (2021/12/16)
- New Features
- None.
- Improvements
- Added a ‘wpsso_upgraded_options’ filter hook to reload the default CSS for old versions.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v9.12.0.
Version 8.1.1 (2021/11/16)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Refactored the
SucomAddOn->get_missing_requirements()
method.
- Refactored the
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v9.8.0.
Version 8.1.0 (2021/11/02)
- New Features
- None.
- Improvements
- Added support for the new
WpssoUtilInline
class methods in WPSSO Core v9.5.0.
- Added support for the new
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.0.
- WordPress v5.2.
- WPSSO Core v9.5.0.
Version 8.0.0 (2021/10/09)
- New Features
- Added a new “Position in WC Add to Cart” option.
- Added a new “WC Add to Cart” option for each social sharing button (enabled by default).
- Added a new “WooCommerce” tab in the SSO > Responsive Styles settings page.
- Removed the “Woo Short” tab in the SSO > Responsive Styles settings page.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.0.
- WordPress v5.2.
- WPSSO Core v9.1.0.