WordPress plugin to create social media navigation. The plugin registers new nav location for the social media nav.
- Install and activate the plugin
- Create new menu to our site
- Add Custom Links items to the menu you created. The CSS automatically detects most of the social media links and shows the Font Awesome icon instead of the given link text.
- Create new navigation to desired location in your theme:
<?php
wp_nav_menu(array(
'container' => false,
'menu' => 'wp-social-nav',
'menu_id' => 'wp-social-nav',
'theme_location' => 'wp-social-nav',
'fallback_cb' => false
));
- Give additional styles (optional)
This small plugin is inspired by: