WP Manifestindependent plugin directory
manifest / social / wp-social-nav

Social Media Navigation

WordPress plugin for creating a social media navigation.

by Bond · github.com/bond-agency/wp-social-nav

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.zip

Readme

wp-social-nav

WordPress plugin to create social media navigation. The plugin registers new nav location for the social media nav.

Usage

  1. Install and activate the plugin
  2. Create new menu to our site
  3. 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.
  4. 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
));
  1. Give additional styles (optional)

Thanks

This small plugin is inspired by:

Read the full README on GitHub →

Releases

TagPublished
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.