=== Social Follow Icons ===
Contributors: snehalpancholi
Tags: social icons, follow buttons, social media, widget, shortcode
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Displays a row of social profile follow icons (Facebook, X, Instagram, YouTube, LinkedIn and more) via a widget or shortcode.

== Description ==

Configure all your social profile URLs from a single settings page, then drop a widget or shortcode anywhere on your site.

**Supported networks:** Facebook, X (Twitter), Instagram, YouTube, LinkedIn, TikTok, Pinterest, GitHub, Website.

**Features:**
* Configure profile URLs per network — blank URL hides that icon
* Three icon styles: Brand Colors, Monochrome, Filled Circle
* Configurable icon size and gap
* Optional new-tab link target
* Classic widget + `[social_follow]` shortcode
* SVG icons — crisp at any resolution
* Zero JavaScript

== Installation ==

1. Upload the `social-follow-icons` folder to `/wp-content/plugins/`.
2. Activate the plugin.
3. Go to **Settings → Social Follow Icons** and enter your profile URLs.
4. Add the **Social Follow Icons** widget to any sidebar, or use `[social_follow]` in a post/page.

== Changelog ==

= 1.0.0 =
* Initial release.

== Frequently Asked Questions ==

= How do I hide a specific network? =
Simply leave that network's URL blank in **Settings → Social Follow Icons**.

= Can I show it in a page template directly? =
Yes. Use the shortcode `[social_follow]` in your page content, or call `addlc_sfi_build_html()` in a theme template (not recommended for portability).
