Social Links Extended
Extends the Social Icons block with additional features.
by Sérgio Santos · github.com/s3rgiosan/social-links-extended · website
★ 1stars
139composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/s3rgiosan/social-links-extended/releases/download/1.3.0/social-links-extended-1.3.0.zipAlso on Packagist as s3rgiosan/social-links-extended:
composer require s3rgiosan/social-links-extendedDeclares an update source (https://s3rgiosan.dev/), so updates arrive through the plugin's own updater.
From the readme
Social Links Extended
Extends the Social Icons block with additional features.
Description
Adds 16 additional social networks to the WordPress core Social Icons block:
- Apple Podcasts
- Board Game Arena
- Board Game Geek
- Cal.com
- Calendly
- IMDb
- Ko-fi
- Letterboxd
- Notion
- PayPal
- Phone
- Signal
- Squarespace
- Strava
- TripAdvisor
- YouTube Music
Requirements
- WordPress 6.9 or later
- PHP 7.4 or later
Installation
Manual Installation
1. Download the latest release ZIP from the Releases page.
2. Go to Plugins Add New Upload Plugin in your WordPress admin area.
3. Upload the ZIP file and click Install Now.
4. Activate the plugin.
Install with Composer
To include this plugin as a dependency in your Composer-managed WordPress project:
1. Add the plugin to your project using the following command:
2. Run composer install.
3. Activate the plugin from your WordPress admin area or using WP-CLI.
Icons
Icons are sourced from Simple Icons and are licensed under CC0 1.0 Universal (Public Domain). The Board Game Arena icon uses the official brand logo.
License
This project is licensed under the GPL-3.0-or-later. See the LICENSE file for details.
Changelog
A comp
Read the full README on GitHub →