concept-image/wp-social-nav

A package for adding a social navigation component with Roots - Acorn

2.0.0 2025-07-10 16:52 UTC

This package is auto-updated.

Last update: 2025-07-10 14:53:22 UTC


README

WP Social Nav is a Composer package that provides a navigation component for socials for WordPress Bedrock/Sage applications.

Installation

You can install the package via Composer:

composer require concept-image/wp-social-nav

Publish Command

After installing the package, you need to publish the view files and styles.

Run the following command:

wp acorn vendor:publish --tag="wp-social-nav"

Usage

After publishing the files you can personalize them as you wish.

To call the component you juste need top insert this code in your view :

<x-social-nav />

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss what you would like to change.

License

This package is open-sourced software licensed under the MIT license. Please see License File for more information.