Linux 软件免费装
Banner图

Silvercover Link Shortener

开发者 silvercover
更新时间 2026年8月11日 20:18
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce short link click tracking url shortener link shortener

下载

1.1.0

详情介绍:

Silvercover Link Shortener turns long URLs into clean, branded short links served from your own WordPress site (e.g. https://yoursite.com/go/abc123). It is ideal for sharing posts and WooCommerce products, tracking campaign performance, and keeping all your click data in your own database instead of an external shortener. Features Requirements

安装:

  1. Upload the silvercover-link-shortener folder to the /wp-content/plugins/ directory, or install the plugin directly through the WordPress plugins screen.
  2. Activate Silvercover Link Shortener through the 'Plugins' screen in WordPress.
  3. Go to Settings → Permalinks and click Save Changes once to flush rewrite rules (required for /go/... links to work).
Upgrading If you upgrade from an older version, deactivate and reactivate the plugin once so the database schema updates safely.

屏幕截图:

  • Per-link click report showing date, IP, country, browser, and referrer.
  • Short Link metabox in the post/page/product editor sidebar.

升级注意事项:

1.1.0 Deactivate and reactivate the plugin after upgrading to safely update the database schema.

常见问题:

How do I create a short link manually?

Go to Link Shortener in the admin menu, enter a target URL, optionally set a custom slug, and click Create Short Link.

How do I shorten a link for a post or product?

From the editor, use the Short Link metabox in the sidebar to generate and copy a link instantly. From the Posts/Products list, hover over any row and click Shorten link (AJAX, no reload). Once created, it becomes a Copy short link action.

How do I view click reports?

On the Link Shortener page, click Report next to any link to see every recorded click with its details.

Can I change the /go/ base path?

Yes. Edit the following constant in the main plugin file and re-save your permalinks: define( 'SILVLISH_SLUG_BASE', 'go' ); // e.g. change 'go' to 'link' or 's'

Does this plugin send any data to third parties?

Visitor IP addresses are sent to the free ip-api.com service for country lookup. You can disable or replace this in includes/class-links.php if you prefer not to use it.

Is the plugin translatable?

Yes, it is fully translatable. A silvercover-link-shortener.pot template is included in the languages/ folder. To regenerate it with WP-CLI: wp i18n make-pot . languages/silvercover-link-shortener.pot

更新日志:

1.1.0 1.0.0