Title: EagleX Button Links
Author: EagleXStudio
Published: <strong>August 19, 2026</strong>
Last modified: August 19, 2026

---

Search plugins

![](https://ps.w.org/eaglex-button-links/assets/banner-772x250.png?rev=3655040)

![](https://ps.w.org/eaglex-button-links/assets/icon-256x256.png?rev=3655040)

# EagleX Button Links

 By [EagleXStudio](https://profiles.wordpress.org/eaglexstudio/)

[Download](https://downloads.wordpress.org/plugin/eaglex-button-links.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/eaglex-button-links/#description)
 * [Reviews](https://wordpress.org/plugins/eaglex-button-links/#reviews)
 *  [Installation](https://wordpress.org/plugins/eaglex-button-links/#installation)
 * [Development](https://wordpress.org/plugins/eaglex-button-links/#developers)

 [Support](https://wordpress.org/support/plugin/eaglex-button-links/)

## Description

EagleX Button Links adds a simple, no-code way to place clickable, styled call-to-
action (CTA) buttons anywhere in your posts or pages — the kind of “Buy Now,” “Download,”“
Visit Site,” or “Learn More” buttons that turn a plain link into something people
actually notice and click.

Everything is managed from a meta box right on the post editor screen. Add a button
name and a URL, and the plugin handles the styling, the shortcode, and — if you 
want it — a full site-wide report on which buttons are actually getting clicked,
plus an automatic check for any that have stopped working.

#### Organize buttons into named groups

A single post doesn’t have to mean a single button list. Create separate named groups—
for example “Tools I Recommend” and “Related Reading” — each with its own buttons
and its own shortcode (`[exbl_buttons group="1"]`, `[exbl_buttons group="2"]`), 
or use `[exbl_buttons group="all"]` to show every group at once, each under its 
own heading.

#### Built-in click analytics

Every button quietly counts its own clicks — no cookies, no visitor tracking, just
a simple counter. A dedicated Analytics tab rolls that up into a site-wide Top 10
list, so you can see at a glance which buttons and which posts are actually driving
action.

#### Automatic broken link checking

Links break. Products get discontinued, affiliate programs change their URLs, pages
get moved. EagleX Button Links checks every button URL on your site — daily in the
background, or on demand with one click — and lists anything that’s dead or erroring,
right down to the post and group it’s on. Fix the URL (or wait for the destination
to come back online) and the entry clears itself automatically.

#### Full feature list

 * Multiple named button groups per post, each with unlimited buttons and its own
   shortcode.
 * Drag-and-drop reordering of buttons, and up/down reordering of whole groups.
 * Works on Posts by default; optionally enable on Pages too.
 * An optional icon on each button (a curated set of dashicons).
 * Per-button “open in new tab” and “nofollow / sponsored” controls.
 * Built-in click counter per button, and a site-wide Analytics tab with your Top
   10 clicked buttons.
 * A Broken Link Checker with a live progress bar, daily automatic scans, and automatic
   cleanup when a link is fixed.
 * “Auto insert” option to show every group at the end of a post without touching
   a shortcode.
 * 3 starter button designs (solid, gradient, outline-pill) with a live preview 
   and custom colors.
 * Fast by design: CSS/JS only load on pages that actually render a button.
 * Fully responsive on any theme or screen size, and every save is nonce- and capability-
   checked.
 * A Support tab with one-click links to get help, request a feature, leave a review,
   or find the developer’s other plugins.

#### How it works

 1. Open (or create) a Post (or a Page, if enabled in Settings).
 2. In the “EagleX Button” box, tick “Enable Button Links for this post”.
 3. Enter a List Name and URL for each button; use “+ Add Button” for more, and “+ 
    Add Group” to start a second named group.
 4. Either tick “Automatically add every group to the end of this post”, or paste a
    group’s shortcode into your content — or use `[exbl_buttons group="all"]` to show
    everything at once.
 5. Visit Settings  EagleX Button to pick a design and colors, check your Analytics,
    or review the Broken Links tab.

### Privacy

EagleX Button Links does not collect any personal data, and does not set cookies.

**Click counting**: when a visitor clicks a button, the plugin records an anonymous
+1 to that button’s counter, stored in your own site’s database. No IP address, 
cookie, browser fingerprint, or any other visitor-identifying information is collected
or stored.

**Broken Link Checker**: to check whether a button’s destination is reachable, the
plugin makes an outbound HTTP request from your server to that specific URL — the
same URL you configured as a button. This happens for links you added yourself; 
no visitor data, and no data about any other page on your site, is ever sent anywhere.
These checks run when you click “Check Links Now,” once daily in the background,
and briefly after you save a post that has button links enabled.

No data is ever sent to the plugin author or any third party.

### Roadmap

Deliberately not in this release, to keep the plugin focused and stable — being 
considered based on user feedback:

 * A native Gutenberg block (in addition to the shortcode).
 * Reusable “global” button sets shared across multiple posts.
 * Import/export of button sets as JSON.
 * Conditional display based on logged-in status.

## Screenshots

[⌊Enable button links on a post and add a name and URL for each button.⌉⌊Enable 
button links on a post and add a name and URL for each button.⌉[

Enable button links on a post and add a name and URL for each button.

[⌊Multiple named groups on the same post, each with its own shortcode.⌉⌊Multiple
named groups on the same post, each with its own shortcode.⌉[

Multiple named groups on the same post, each with its own shortcode.

[⌊Live preview of buttons and it's design.⌉⌊Live preview of buttons and it's design
.⌉[

Live preview of buttons and it’s design.

[⌊The Analytics tab showing the site-wide Top 10 clicked buttons.⌉⌊The Analytics
tab showing the site-wide Top 10 clicked buttons.⌉[

The Analytics tab showing the site-wide Top 10 clicked buttons.

[⌊The Broken Links tab with a live scan in progress.⌉⌊The Broken Links tab with 
a live scan in progress.⌉[

The Broken Links tab with a live scan in progress.

## Installation

 1. In your WordPress dashboard, go to Plugins  Add New and search for “EagleX Button
    Links,” or upload the plugin zip via Plugins  Add New  Upload Plugin.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Edit any post, enable button links in the “EagleX Button” meta box, and add your
    groups and links.
 4. Either turn on auto-insert, or paste a group’s shortcode into your post content.

## FAQ

### What is this plugin for?

Adding clickable, styled call-to-action buttons — for affiliate links, downloads,“
Buy Now” links, related-post recommendations, or any button you’d otherwise have
to hand-code — without touching CSS or HTML.

### Does this work on Pages, not just Posts?

The meta box is on Posts by default. Turn on “Also show the meta box and shortcode
support on Pages” on the Design Settings tab under Settings  EagleX Button.

### Will this work with my theme or page builder?

The shortcode renders anywhere WordPress processes shortcodes — the block editor’s
Shortcode block, the Classic Editor, widgets, and most page builders that support
standard WordPress shortcodes. Styling uses your theme’s fonts and adapts to any
screen size.

### Can I add unlimited buttons and groups?

Yes, to both. Click “+ Add Button” for more buttons within a group, and “+ Add Group”
for additional named lists on the same post. Drag the handle on a button, or use
the up/down arrows on a group, to reorder them.

### Will buttons or groups from one post ever show on another post?

No. Each post’s groups and buttons are saved as that post’s own metadata and are
only pulled in when its own shortcode or auto-insert output runs.

### Does click tracking slow down the button, or track my visitors personally?

No to both. Each click sends a small background request that never delays the visitor’s
navigation to the destination URL, and no cookies or personal data are stored — 
just an anonymous per-button counter. See the Privacy section below for details.

### Does the plugin slow down my site?

No. CSS and JavaScript are only loaded on pages that actually render a button — 
pages without one load nothing extra.

### Can I see which buttons perform best across my whole site?

Yes — Settings  EagleX Button  Analytics shows your Top 10 most-clicked buttons 
site-wide, with the post and group each one belongs to.

### Does it check for broken or dead button links automatically?

Yes — Settings  EagleX Button  Broken Links. Click “Check Links Now” for an on-demand
scan, or let the daily automatic background check handle it. Each entry shows the
post, the group, the URL, and why it failed.

### If I fix a broken URL, do I have to remove it from the list myself?

No. Saving the post schedules a background recheck of that post’s links shortly 
after (this relies on WordPress’s own cron system, so timing depends on site traffic),
and the daily scan and manual “Check Links Now” both clear any link the moment it’s
confirmed working again.

### Where do I report a bug or ask for a new feature?

Settings  EagleX Button  Support has direct links to get help, report an issue, 
or request a feature — all through the official WordPress.org support forum for 
this plugin. That same tab links to the developer’s WordPress.org profile if you’d
like to see other plugins we’ve built.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“EagleX Button Links” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ EagleXStudio ](https://profiles.wordpress.org/eaglexstudio/)

[Translate “EagleX Button Links” into your language.](https://translate.wordpress.org/projects/wp-plugins/eaglex-button-links)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/eaglex-button-links/),
check out the [SVN repository](https://plugins.svn.wordpress.org/eaglex-button-links/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/eaglex-button-links/)
by [RSS](https://plugins.trac.wordpress.org/log/eaglex-button-links/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release: named button groups, per-button icons and link options, drag-
   and-drop reordering, click analytics, a broken link checker with daily automatic
   scans, a Support tab, and a fully responsive Settings page with a live preview.

## Meta

 *  Version **1.0.0**
 *  Last updated **14 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [button](https://wordpress.org/plugins/tags/button/)[call to action](https://wordpress.org/plugins/tags/call-to-action/)
   [cta](https://wordpress.org/plugins/tags/cta/)[link button](https://wordpress.org/plugins/tags/link-button/)
   [shortcode](https://wordpress.org/plugins/tags/shortcode/)
 *  [Advanced View](https://wordpress.org/plugins/eaglex-button-links/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/eaglex-button-links/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/eaglex-button-links/reviews/)

## Contributors

 *   [ EagleXStudio ](https://profiles.wordpress.org/eaglexstudio/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/eaglex-button-links/)