| 开发者 | amitry |
|---|---|
| 更新时间 | 2026年7月15日 07:20 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
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.
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.
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.
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.
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.
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.
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.
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.
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.
Yes. The link hub page renders standalone and does not use the active theme's layout, so it looks the same with every theme.
Under Link Hub > Submissions in the WordPress admin. Entries are private and cannot be created manually; they only come from the built-in form.