RB Site Social Links

plugin banner

Dynamically add your website's social media links.

Author:Bashir Rased (profile at wordpress.org)
WordPress version required:6.7
WordPress version tested:6.9.4
Plugin version:1.0.8
Added to WordPress repository:22-10-2021
Last updated:28-11-2025
Rating, %:0
Rated by:0
Plugin URI:https://github.com/BashirRased/wp-plugin-rb-s...
Total downloads:2 352
plugin download
Click to start download

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

  1. Twitter
  2. Facebook
  3. Instagram
  4. LinkedIn
  5. Pinterest
  6. YouTube
  7. TikTok
  8. Dribbble
  9. Behance
  10. WhatsApp
  11. 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.


Screenshots
FAQ
ChangeLog