WP Manifestindependent plugin directory
manifest / social / nss-styled

NSS - Styled Buttons

Styled Naked Social Share icons

by Nose Graze · github.com/nosegraze/nss-styled · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/nosegraze/nss-styled/archive/refs/heads/master.zip

Styled Naked Social Share Buttons

This plugin is an add-on for Naked Social Share. This plugin adds some extra styling and features:

  • Coloured backgrounds for social share sites (based on their branding).
  • A "total shares" section at the end that shows the total number of shares.

Styled Naked Social Share buttons

I recommend enabling no more than 3 social sites to avoid layout issues. If you use more than that, they may not all fit neatly on one line.

Filters

To hide the total shares area if there are 0 shares:

add_filter( 'nss-styled/hide-all-if-no-shares', '__return_true' );