Descrizione
RB Site Social Links allows you to easily add and display social media links on your website.
Simply enter your social profile URLs in the settings page, and display them anywhere using the function provided.
β Supported Social Icons
- YouTube
- TikTok
- Dribbble
- Behance
- GitHub
π How to Add the Function in Your Theme
Add this code inside your themeβs header.php, footer.php, or inside a template file:
if ( function_exists( 'rb_site_social_links_icon' ) ) {
rb_site_social_links_icon(
'socia_icon_menu', // ul ID
'socia_icon_menu', // ul class
'socia_icon_item', // li class
'socia_icon_link' // a class
);
}
You can customize the class names as needed for styling.
Installazione
From your WordPress dashboard
- Go to Plugins Add New
- Search for “RB Site Social Links”
- Click Install, then Activate
- Go to Settings General
- Add your social media profile links
FAQ
-
Does this plugin require another plugin?
-
No. RB Site Social Links works independently. You can display the icons anywhere using the function rb_site_social_links_icon().
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“RB Site Social Links” Γ¨ un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “RB Site Social Links” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0.7
- 28.11.2025 β 8th version submission
- Removed unused social links
- PHPCS & WPCS code standards applied
- Add Bengali translation
1.0.6
- 08.04.2025 β 7th version submission
- Removed some social links
1.0.5
- 21.04.2024 β 6th version submission
- Full plugin revision
- More social icons added
- Connected with RB Theme Helper plugin
1.0.4
- 29.03.2022 β 5th version submission
- Updated readme.txt
1.0.3
- 10.12.2021 β 4th version submission
- Fixed Instagram link issue
- Updated readme.txt
1.0.2
- 29.10.2021 β 3rd version submission
- Added Plugin URI
- Updated plugin description
- Added installation instructions
1.0.1
- 22.10.2021 β 2nd version submission
- Added Author URI
- Added HTML/PHP examples
- Added banner & icon images
1.0.0
- 09.09.2021 β First release

