Social Media Navigation
WordPress plugin for creating a social media navigation.
★ 1stars
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/bond-agency/wp-social-nav/archive/refs/heads/master.zipReadme
wp-social-nav
WordPress plugin to create social media navigation. The plugin registers new nav location for the social media nav.
Usage
- 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)
Thanks
This small plugin is inspired by:
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.0.0 | May 14, 2018 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.