Amitry Link Hub – Link in Bio, QR Code & Landing Page

Description

Amitry Link Hub is a link in bio plugin for WordPress. It turns one short link or QR code into a standalone page that lists your most important buttons: a PDF, an anonymous contact form, or any link. Put the short link or the printed QR code on a poster, a flyer, a business card, or in a social media bio, and manage the target page inside WordPress.

Each link hub is a theme-independent landing page under a short URL (yourdomain.com/l/your-page by default). It looks the same with every theme and does not load your theme’s layout, so it works as a focused link-in-bio page or a simple one-page landing page.

Button types

  • PDF button: pick a PDF from the Media Library. Visitors open it in an overlay or a new tab.
  • Form button: a built-in anonymous message form, or a link to any external form.
  • Link button: any URL, opened in the same or a new tab.

QR code included

A QR code for the page is generated directly in the browser and can be downloaded as SVG (for print) or PNG (1024 px). This makes the plugin a QR code generator for each of your link pages. No external QR service is involved.

Builder with live preview

The edit screen shows a phone-sized live preview that updates while you type. Reorder buttons by drag and drop, switch between a dark and a light mode, set an accent color, and upload a logo. The entrance animation of each button can be chosen per block.

Anonymous contact form

The built-in form stores only the message text and the time of the submission as a private entry under Link Hub > Submissions. It does not store IP addresses, names, email addresses, or browser data. Spam protection uses a honeypot, signed time tokens, a site-wide rate limit, and an optional local captcha (a small arithmetic question written in words). You can optionally receive an email notification that a new entry exists; the notification does not contain the message text.

Anonymous click counts

Each button shows a total click count in the builder. Only the aggregate number per button is stored. No IP addresses, no cookies, and no per-click timestamps are recorded.

Made for

Associations and clubs, schools, freelancers, and local businesses that want a single link or a printed QR code that leads to their PDF, their contact option, and their most important links, all hosted on their own domain.

No external services

This plugin does not connect to any external services. QR codes are generated locally in the browser, the captcha is generated and checked locally on your server, and no data is sent to third parties.

Credits

The bundled QR code generator library (assets/vendor/qrcode.js) is the qrcode-generator library by Kazuhiko Arase, released under the MIT license. It is included in unminified, human-readable form.

Screenshots

Installation

  1. Upload the plugin ZIP under Plugins > Add New Plugin > Upload Plugin, or copy the amitry-link-hub folder to /wp-content/plugins/.
  2. Activate the plugin.
  3. Go to Link Hub > Add New, give the page a title, and configure buttons in the builder.
  4. Publish the page. The final URL and the QR code are shown in the builder; download the QR code as SVG or PNG for print.

If the page shows a 404 after activation, open Settings > Permalinks once and click Save Changes.

FAQ

Is this a link in bio plugin?

Yes. A link hub is a standalone page that lists your buttons and links, the same idea as a link-in-bio page. The difference is that it runs on your own WordPress site and your own domain, and the data stays in your installation.

Can I use it as an alternative to services like Linktree?

Yes. You can build a bio link page with your buttons and share one short link or QR code, similar to hosted link-in-bio services like Linktree. Here the page lives on your domain, on your server, and no data leaves your WordPress installation.

Can I use it for my Instagram or other social media bio?

Yes. Publish a link hub, copy its short URL, and place it in your social media bio. Visitors then reach all your buttons from that single link.

Does it generate a QR code?

Yes. A QR code for the page is created in your browser and can be downloaded as SVG or PNG. You can print it on posters, flyers, or business cards. No external QR service is used.

Does this plugin send data to external services?

No. There are no external requests. The QR code is generated in your browser, the captcha runs on your own server, and submissions are stored in your own WordPress database.

Is the built-in form really anonymous?

Within WordPress, yes: only the message text and the submission time are stored. No IP address, no name, no email address, and no user agent are saved. Note that server logs of your hosting provider are outside of WordPress and outside the control of this plugin.

Does the captcha use an external service?

No. The captcha is a small arithmetic question written out in words (for example “What is four plus three?”). It is generated and verified locally using signed one-time tokens. No third-party captcha service is loaded.

How are clicks counted?

Anonymously. When a visitor clicks a button, a counter for that button is increased by one. Only the total per button is stored; there are no IP addresses, cookies, or per-click timestamps. Editors see the totals in the builder.

Can I change the /l/ URL prefix?

Yes. The prefix is filterable in code: add_filter( ‘alhub_page_url_prefix’, function () { return ‘go’; } ); After changing it, open Settings > Permalinks once and click Save Changes.

Does it work with my theme?

Yes. The link hub page renders standalone and does not use the active theme’s layout, so it looks the same with every theme.

Where do I find the submissions?

Under Link Hub > Submissions in the WordPress admin. Entries are private and cannot be created manually; they only come from the built-in form.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Amitry Link Hub – Link in Bio, QR Code & Landing Page” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release.