WP Manifestindependent plugin directory
manifest / social / cgit-wp-social-bar

Castlegate IT WP Social Bar

Provides the ability to insert a floating social media bar.

by Castlegate IT · github.com/castlegateit/cgit-wp-social-bar · 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/castlegateit/cgit-wp-social-bar/archive/refs/heads/master.zip

Declares an update source (https://github.com/castlegateit/cgit-wp-social-bar), so updates arrive through the plugin's own updater.

From the readme

Castlegate IT WP Social Bar Castlegate IT WP Social Bar is a WordPress plugin that adds fixed position social network links to a site. After installing and activating the plugin, you can add, edit, sort, and position the links on its options page in Settings | Social Bar. Filters ## The cgitwpsocialbarsites filter lets you customise the list of sites available. Note that colours are not added to the theme automatically; you must add colours to any custom items with CSS. For example: ~~~ css .cgit-wp-social-barlink--my-custom-site { color: #000; background: #ff0; } .cgit-wp-social-barlink--my-custom-site:hover { color: #000; background: #ff3; / lighten by 15% / } ~~~ The cgitwpsocialbaricon filter allows you to customise the SVG icon output for each item in the social bar. The second parameter is the site key. For example: ~~~ php addfilter('cgitwpsocialbaricon', function ($icon, $key) { if ($key === 'my-custom-site') { $icon = '...'; } return $icon; }, 10, 2); ~~~ Changes since version 2.0 Version 2.x is not compatible with version 1.x of this plugin. The plugin no longer uses Advanced Custom Fields to manage its options. Therefore, lin

Read the full README on GitHub →

Releases

TagPublished
v2.0.6 Dec 19, 2025

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.