• Journal
  • About
  • Contact
  • Menu Menu
Free WordPress Plugin

Share Buttons Lite is a lightweight WordPress plugin

Share Buttons Lite is a lightweight WordPress plugin for adding clean social sharing buttons to your website. It helps visitors share the current page without loading external sharing scripts, tracking widgets, remote assets, or the usual dashboard nonsense that some plugins love to drag in behind your back.

The plugin works with the [share-buttons-lite] shortcode, so you can place the sharing buttons inside a page, post, sidebar, widget area, footer section, or any page builder layout that supports WordPress shortcodes.

What Share Buttons Lite Does

Share Buttons Lite adds a simple row of sharing buttons for the current WordPress page.

When the shortcode is used, the plugin detects the current page URL and page title, then creates sharing links for supported platforms. Visitors can share the page on X, Facebook, Reddit, LinkedIn, Bluesky, Tumblr, Pinterest, Telegram, WhatsApp, by email, or simply copy the page link.

The plugin uses local SVG icons stored inside the plugin folder. It does not load icon fonts, remote scripts, tracking pixels, embedded widgets, third-party buttons, or social media JavaScript.

That makes it useful for blogs, online magazines, personal websites, small business websites, documentation pages, article layouts, and anyone who wants simple sharing buttons without turning the frontend into a tracking circus.

Why Use Lightweight Share Buttons?

Many social sharing plugins do far too much.

They add floating bars, counters, popups, animations, remote scripts, analytics, upsells, account connections, and mysterious requests to places your website never needed to contact.

Share Buttons Lite is designed for a simpler purpose.

It gives visitors a clean way to share a page while keeping the plugin small, quiet, and easy to understand. The buttons are built from normal links, local SVG icons, local CSS, and local JavaScript for the copy link feature.

No external scripts are loaded in the background. No social network code is injected into your pages. No tracking is added just because you wanted a share button.

If a visitor clicks a sharing button, their browser opens the chosen sharing service. Until then, the plugin just displays lightweight local buttons.

A Simple WordPress Share Buttons Plugin

Share Buttons Lite is designed to do one job clearly.

It does not try to become a marketing platform, analytics dashboard, social automation tool, newsletter system, floating popup monster, or full-time dashboard attention seeker.

It simply adds share buttons where you place the shortcode.

The plugin includes a small settings page in the WordPress dashboard where you can set a default heading, choose which icons are enabled, and adjust the button border colors without editing PHP.

You can keep the output minimal or customize it slightly to better match your website style.

Benefits

Share Buttons Lite is built for people who want useful WordPress sharing buttons without unnecessary noise.

There are no unwanted ads, no dashboard banners, no review begging, no surveys, no telemetry, no tracking, no cookies, and no premium circus hiding behind every useful feature.

The plugin does not need an external account. It does not require API keys. It does not connect to a third-party service just to display buttons. It does not send your website data, content, visitors, or usage information somewhere else.

It works inside WordPress using local plugin assets.

That makes it privacy focused by design. The plugin loads its own local SVG icons, local CSS file, and local JavaScript file. The JavaScript is only used for the copy link button feedback.

No nonsense. No dashboard drama. No needy little background behaviour.

Compatibility

Share Buttons Lite is designed for modern WordPress websites.

The plugin is written to work with current WordPress versions and modern PHP 8.x environments, while keeping compatibility with PHP 7.4 and newer.

It uses standard WordPress functions, escaping, sanitization, shortcode handling, settings registration, local assets, and normal frontend markup.

The output is simple, so it should work well with most themes, child themes, block layouts, classic editor layouts, widget areas, and page builders that support shortcodes.

Features

Share Buttons Lite includes the following features:

  • Adds lightweight share buttons to WordPress
  • Uses the [share-buttons-lite] shortcode
  • Legacy [share-page] shortcode kept for compatibility
  • Shares the current page URL
  • Uses the current page title where supported
  • Local SVG icons
  • Local frontend CSS file
  • Local frontend JavaScript file
  • No external sharing scripts
  • No tracking, no cookies, no telemetry, etc
  • No external account required
  • No API keys required
  • No dashboard ads, no surveys, no notification spam
  • Default heading option
  • Shortcode heading override
  • Custom border color
  • Custom border hover color
  • Individual icon enable and disable controls
  • Clean copy link feedback
  • Screen-reader friendly copy status message
  • Responsive button layout
  • Buttons wrap naturally on smaller screens
  • Settings page inside the WordPress dashboard
  • Settings link from the Plugins page

Supported Share Buttons

Share Buttons Lite currently supports the following buttons:

  • X
  • Facebook
  • Reddit
  • LinkedIn
  • Bluesky
  • Tumblr
  • Pinterest
  • Telegram
  • WhatsApp
  • Send by Email
  • Copy Link

The buttons are shown in this order by default. You can disable any button from the plugin settings page.

How the Plugin Works

Share Buttons Lite checks the current page URL and title when the shortcode is rendered. It then creates regular sharing links for each enabled platform. The buttons are displayed using local SVG icons from the plugin folder.

For social platforms, the visitor is taken to the selected service only when they click the button. The plugin does not load external scripts or social widgets in advance.

The email button uses a normal mailto: link, so it opens the visitor’s default email app if one is available.

The copy button uses the browser clipboard feature where supported. After the link is copied, the visitor sees a small “Copied!” message. If clipboard access is not available, the plugin falls back to a simple copy prompt.

How to Use the Shortcode

After installing and activating the plugin, add this shortcode wherever you want the share buttons to appear:

[share-buttons-lite]

If you set a default heading on the settings page, the basic shortcode will use that heading automatically.

You can also override the heading for one specific placement:

[share-buttons-lite heading="Share this article"]

If you previously used the older shortcode name, it is still supported:

[share-page]

The legacy shortcode is kept for compatibility, so existing placements do not break after updating or renaming the plugin.

Plugin Settings

The settings page is available in the WordPress dashboard under:

Settings > Share Buttons Lite

From the settings page, you can control the basic frontend output without editing plugin code.

You can adjust:

  • Default heading
  • Button border color
  • Button border hover color
  • Enabled share buttons

This keeps the plugin simple while still giving you enough control for normal website use.

Heading Setting

The default heading is shown above the share buttons.

For example, you can use:

Share this article

If the default heading is left empty, no heading is shown by default.

You can still add or override the heading on individual pages by using the shortcode attribute:

[share-buttons-lite heading="Share this page"]

Customization Options

Share Buttons Lite includes simple border color controls.

You can set:

  • Button border color
  • Button border color on hover

The default border color is:

#777777

The default hover border color is:

#000000

These settings are printed as inline CSS variables on the frontend wrapper. This keeps the feature simple and avoids generating extra files or complicated custom CSS logic.

Icon Order and Enabled Buttons

The settings page shows the icon order used by the plugin.

Each supported share button has its own enable checkbox. If you do not want a specific platform to appear, simply untick it and save the settings.

This is useful if you only want a small set of buttons, such as X, Facebook, Email, and Copy Link, or if you want to remove platforms that are not relevant to your website.

Styling the Frontend Output

Share Buttons Lite includes clean CSS selectors for frontend styling.

Useful selectors include:

.sbl-heading
.sbl-share-buttons
.sbl-share-button
.sbl-share-button-x
.sbl-share-button-facebook
.sbl-share-button-reddit
.sbl-share-button-linkedin
.sbl-share-button-bluesky
.sbl-share-button-tumblr
.sbl-share-button-pinterest
.sbl-share-button-telegram
.sbl-share-button-whatsapp
.sbl-share-button-email
.sbl-share-button-copy
.sbl-svg
.sbl-icon
.sbl-copy-feedback

You can use these selectors in your theme, child theme, custom CSS area, or page builder CSS panel.

The default frontend layout is intentionally simple. Buttons display in a flexible row and wrap to the next line when the screen is too narrow. This keeps the layout responsive without forcing horizontal scrolling.

Privacy Focused and Quiet by Design

Some WordPress plugins install more than just a feature. They bring dashboard banners, upsells, popups, remote scripts, tracking calls, review begging, analytics panels, external accounts, and other little annoyances nobody asked for. Share Buttons Lite does not work like that.

It does not need to contact an external server to display the buttons. It does not need to collect analytics. It does not need to ask for your email address. It does not need to add tracking cookies. It does not need to shout inside your WordPress dashboard. It just displays share buttons. That is the whole point.

How to Download and Install

Download the latest version of Share Buttons Lite from the plugin page.

After downloading the ZIP file:

  1. Go to your WordPress dashboard.
  2. Open Plugins > Add New Plugin.
  3. Click Upload Plugin.
  4. Choose the downloaded ZIP file.
  5. Click Install Now.
  6. Activate the plugin.
  7. Go to Settings > Share Buttons Lite to adjust the settings.
  8. Add the shortcode where you want the share buttons to appear.

Once the shortcode is added, the plugin will display share buttons based on your settings.

Example Use Cases

You can use Share Buttons Lite in several simple ways.

  • A blogger can add share buttons below personal articles.
  • An online magazine can place sharing buttons near article content.
  • A tutorial website can let readers share useful guides.
  • A plugin developer can add sharing buttons to release notes or documentation pages.
  • A small website owner can add simple sharing without installing a heavy social plugin.
  • A privacy focused website can offer sharing links without loading third-party social widgets.

It is not complicated, and that is the point.

A Small Plugin That Does One Useful Job

Share Buttons Lite is a small WordPress plugin for a simple but useful task. It adds lightweight share buttons to your website, gives visitors a quick way to share the current page, and lets you control the basic output from a clean settings page. It does not add ads, tracking, surveys, external scripts, telemetry, outgoing background requests, or noisy dashboard clutter. If you want simple WordPress share buttons without unnecessary fluff, Share Buttons Lite gives you a straightforward way to do it.

Download Share Buttons Lite Plugin

Download the latest version 1.3.1 below and install it through the WordPress plugin uploader. Simple, quick, and no unnecessary ritual. You can view the settings page layout here before downloading the plugin.

If you have any questions about this WordPress plugin, feel free to leave a comment. Before hitting the Post Comment button, please make sure your question is detailed, relevant, and actually about the plugin. Random mystery reports are difficult to fix, even with coffee.

Download Plugin Icon

Support and Keep the Frustration Online

IT SUCKS! is an independent blog built on sarcasm, bad decisions, and everyday nonsense. If you enjoy reading it, a small tip helps keep it going.

Leave a tip

Share this article

Leave a Comment

Do you have a different opinion, or does it suck in a different way? Leave a comment. No registration, no account setup, just say what you think. Thanks.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *


Related Articles

Free WordPress Plugin

Related Articles is a lightweight WordPress plugin

2nd June 2026 Read more
Free WordPress Plugin

Scheduled Articles Box WordPress Plugin for Upcoming Posts

24th May 2026 Read more
IT SUCKS! author

I Found Out My New Gender Identity

25th May 2026 Read more
Icon

Random Articles

  • Scheduled Articles Box WordPress Plugin for Upcoming Posts
  • EU Fines and Company Revenue: Investor Context
  • Nonsense: Zero-Waste, Sustainable, Carbon Neutral, Organic…
  • Media: The Truth Is Always in the Middle
  • How to Use AI Chatbots With Better Accuracy

Wisdom of the Day

Thursday is the day your productivity is technically present but emotionally dead in a ditch.

Legal & Fashionable Stuff

All right, here we go. Environmental Responsibility is included because that is very fashionable these days. Looking for a cookie policy? Bad luck. No cookies, no cookie policy, no annoying banner. Shocking, I know.

  • Gravatar

Legal

Terms and Conditions
Privacy Policy
Risk Management Statement

Editorial

Comment Policy
Media and Press Policy
Whistleblowing Policy

Responsibility

Environmental Responsibility
Diversity and Inclusion Statement
Supplier Code of Conduct

White logo IT SUCKS!

Copyright ©2026 IT SUCKS! All rights reserved. Sharing article links is fine. Copying, scraping, republishing, or pretending the content is yours is not.

Icon Scheduled Articles Box WordPress Plugin for Upcoming PostsFree WordPress Plugin Icon IT SUCKS! authorI Found Out My New Gender Identity