Linux 软件免费装
Banner图

Beplus Short Links

开发者 rimbeplus
更新时间 2026年7月28日 21:34
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

redirect url shortener link management short links branded links

下载

1.0.0 1.0.1 1.0.2

详情介绍:

Beplus Short Links lets you replace long, ugly URLs with clean branded short links that live on your own domain. Create links like yoursite.com/go/my-link, track every click, and organize links into groups. Key Features Privacy Beplus Short Links records a SHA-256 hash of the visitor's IP address (salted with your site's auth key) for unique-click detection. Raw IP addresses are not stored for this purpose. Referer and user agent strings are stored for analytics. This click data stays in your own database and is never sent to a third party. Two optional features do send data to external services — see "External services" below for full details. Both are disabled by default and only activate when a site administrator turns them on or manually triggers them. About BePlus This plugin is developed and maintained by BePlus, a WordPress and Shopify development studio with 10+ years of experience building themes and plugins for nonprofits and eCommerce brands. Learn more at beplusthemes.com.

安装:

  1. Upload the beplus-short-links folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Short Links in the admin menu to start creating links.
  4. Optionally go to Short Links > Settings to configure the URL prefix.

屏幕截图:

  • Add/Edit link form with slug preview, destination URL, and group assignment.
  • Analytics dashboard showing site-wide totals and top links.
  • Groups management page.
  • Settings page with configurable URL prefix and default redirect type.

升级注意事项:

1.0.2 Readme update only — no upgrade steps required. 1.0.1 Readme update only — no upgrade steps required. 1.0.0 Initial release — no upgrade steps required.

常见问题:

What does the default short URL look like?

By default, links use the /go/ prefix: yoursite.com/go/your-slug. You can change go to any slug you like in Settings.

Will changing the prefix break existing links?

Yes — existing short URLs using the old prefix will stop working. Update the prefix in Settings, then go to Settings > Permalinks and click Save to flush rewrite rules.

What is a 301 vs 302 redirect?

301 (permanent) tells search engines to transfer link equity to the destination. Use it for affiliate links or permanent redirects. 302/307 (temporary) do not pass SEO value and can be changed without search engines caching the destination.

How are unique clicks counted?

A click is counted as unique if the same hashed IP has not clicked the same link within the last 24 hours. Raw IP addresses are never stored — only a salted SHA-256 hash.

Can I organize links into categories?

Yes. Use Short Links > Groups to create groups, then assign one or more groups to each link from the add/edit form.

Does this plugin work on multisite?

The plugin is not tested on multisite in this version. Single-site use is fully supported.

更新日志:

1.0.2 1.0.1 1.0.0