[WordPress] 外掛分享: All In One Link Shortener

前言介紹

  • 這款 WordPress 外掛「All In One Link Shortener」是 2025-10-02 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2025-10-06,距離現在已有 142 天。
  • 外掛最低要求 WordPress 6.1 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 有 2 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

shitalparmar443 |

外掛標籤

seo | links | permalink | shortlink | url shortener |

內容簡介

總結:
All In One Link Shortener 外掛讓你可以輕鬆為WordPress網站的文章、頁面或任何URL建立短連結。它支援多個短連服務,包括Bitly、TinyURL和Rebrandly。你可以使用短代碼來生成短連結,並在管理區域快速複製它們。此外,這款外掛輕量、完全相容於WordPress,提供直觀的管理儀表板介面。

問題與答案:
1. All In One Link Shortener 外掛的主要功能是什麼?
- 它讓你可以輕鬆為WordPress網站的文章、頁面或任何URL建立短連結。
2. 這款外掛支援哪些短連服務?
- 它支援多個短連服務,包括Bitly、TinyURL和Rebrandly。
3. 如何生成 API Token?
- Bitly: 登入Bitly帳戶,在設置中找到API/開發者部分,生成/創建泛用訪問令牌,複製並儲存該令牌,然後粘貼到外掛設置中。
- TinyURL: 登入TinyURL帳戶,打開開發人員/API或API設置部分,生成API密鑰並儲存後粘貼到外掛設置中。
- Rebrandly: 登入Rebrandly帳戶,在儀表板中找到開發者/API部分,生成API密鑰後儲存並粘貼到外掛設置中。
4. 保護 API Token 的最佳做法是什麼?
- 將 token 視為機密,不要提交到公共儲存庫;僅存儲在外掛設置中,永遠不要在前端HTML中顯示;如果服務提供者允許,限制 token 權限;定期更替(撤銷/再生成)token。
5. Bitly 提供了哪些外部服務資訊?
- API URL: https://dev.bitly.com/api-reference/
- 服務目的: 生成Bitly的短連結。
- 發送的數據: 原始URL + API token。
- 服務條款: https://bitly.com/pages/terms-of-service
- 隱私政策: https://bitly.com/pages/privacy

原文外掛簡介

All In One Link Shortener allows you to easily create short links for posts, pages, or any URL on your WordPress site. It supports multiple link shortening services including Bitly, TinyURL, Rebrandly, is.gd, t.ly and cutt.ly. You can generate short links using a shortcode and quickly copy them in the admin area.
This plugin is lightweight, fully compatible with WordPress, and provides an intuitive interface in the admin dashboard.
Features

Automatic shortlink generation on publish/update.
Supports providers: Bitly, TinyURL, Rebrandly, cutt.ly, is.gd, t.ly or native WordPress permalinks.
Admin column with copy-to-clipboard button.
Regenerate shortlinks via post actions or bulk actions.
WP-CLI support for developers.
Shortcode [aiols_shortlink id="123"].
API token setup in plugin settings.

How to Generate API Tokens
Bitly (Generic Access Token)

Sign in at Bitly.
Open Settings → API / Developer section.
Click “Generic Access Token” → Generate/Create.
Re-enter password if prompted.
Copy and store the token securely.
Paste the token in plugin settings → Save Changes.

TinyURL (API Key)

Sign in at TinyURL.
Open Developer / API or API Settings.
Click “Create API Key” and follow prompts.
Copy the generated key and store securely.
Paste into plugin settings → Save Changes.

Rebrandly (API Key)

Sign in at Rebrandly.
Open Dashboard → Developer / API section.
Click “Create New API Key” and follow prompts.
Copy and store the key securely.
Paste into plugin settings → Save Changes.

Cutt.ly (API Key)

Sign in at Cutt.ly.
In the left sidebar, go to API → API Key.
Your API Key will be visible on the right side under your account information.
If you don’t have one, click Generate API Key to create a new key.
Copy the generated key and store it securely.
Paste it into your plugin settings → Save Changes.

is.gd (No API Key Required)

Visit is.gd
You don’t need to create an account or API key — is.gd’s shortening service is open for public use.
To shorten a link using the API, simply use the following URL format: https://is.gd/create.php?format=json&url=YOUR_LONG_URL.
Replace YOUR_LONG_URL with the actual link you want to shorten.
You can test this directly in your browser or use it programmatically via your plugin.
For full API documentation, visit is.gd API Reference.

T.LY (API Key Required)

Visit T.LY and create a free account.
Generate your API key from your T.LY Dashboard.
To shorten a link using the API, send a POST request to https://api.t.ly/api/v1/link/shorten with your long URL and API token.
The API will return a JSON response containing short_url. Use this value as the shortened link.
For full API documentation, visit T.LY API Docs.

Security & Best Practices

Treat tokens as secrets; do not commit to public repositories.
Store only in plugin settings; never print in frontend HTML.
Limit token permissions if the provider allows.
Rotate (revoke/regenerate) tokens periodically or if compromised.

External Services

Bitly

API URL: https://dev.bitly.com/api-reference/
Purpose: Generate short links using Bitly.
Data Sent: Original URL + API token.
Terms of Service: https://bitly.com/pages/terms-of-service
Privacy Policy: https://bitly.com/pages/privacy

TinyURL

API URL: https://tinyurl.com/app/dev
Purpose: Generate short links using TinyURL.
Data Sent: Original URL + API key.
Terms of Service: https://tinyurl.com/app/terms
Privacy Policy: https://tinyurl.com/app/privacy-policy

Rebrandly

API URL: https://developers.rebrandly.com/reference/createlink
Purpose: Generate short links using Rebrandly.
Data Sent: Original URL + API key.
Documentation: https://developers.rebrandly.com/docs/get-started
Terms of Service: https://www.rebrandly.com/terms
Privacy Policy: https://cutt.ly/privacy

cutt.ly

API URL: https://cutt.ly/api-documentation/regular-api
Purpose: Generate short links using cutt.ly.
Data Sent: Original URL + API key.
Documentation: https://cutt.ly/api-documentation/regular-api
Terms of Service: https://cutt.ly/terms
Privacy Policy: https://cutt.ly/privacy
Contact us : https://cutt.ly/contact

is.gd API Information (No API Key Required)

API URL: https://is.gd/create.php?format=json&url=YOUR_LONG_URL
Purpose: Generate short links without requiring an API key.
Data Sent: Original long URL (no authentication required).
Documentation: https://is.gd/developers.php
Terms of Service: https://is.gd/terms.php
Privacy Policy: https://is.gd/privacy.php
Contact Us: https://is.gd/contact.php

T.LY API Information (API Key Required)

API URL: https://t.ly/docs
Purpose: Generate short links without requiring an API key.
Data Sent: Original long URL (no authentication required).
Documentation: https://t.ly/docs
Terms of Service: https://t.ly/terms
Privacy Policy: https://t.ly/privacy
Contact Us: https://t.ly/contact

Open Source

GitHub repository: https://github.com/shitalparmar443/all-in-one-link-shortener
Contributions via pull requests are welcome.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「All In One Link Shortener」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0 | 1.0.1 | 1.0.2 | 1.0.3 | trunk |

延伸相關外掛(你可能也想知道)

  • URL Shortify – Simple and Easy URL Shortener 》inks and make them look more professional so that your audience is more likely to click on them., , URL Shortify 可以協助您美化、管理,以及分享 Wor...。
  • URL Shortener by MyThemeShop 》, 後台演示, 如果您已厭倦使用第三方工具來縮短您網站冗長、無趣的 URL 並希望使用自己的域名來縮短它,那麼 MTS URL Shortener 是您所需的東西。, URL Short...。
  • Link Shortner 》連結縮短器可以幫助您產生短連結,並分享您網站內或外的任何網址。使用您自己的域名創建您想要的樣式的連結!。
  • URL Shortener Plugin For WordPress 》Exact Links URL 縮短器主要供 WooCommerce 網店企業家和聯盟營銷人員使用。 此外掛可幫助你做出數據驅動的決策,從而增加銷售,轉換率和收入。Exact Links ...。
  • Bitly URL Shortener 》Bitly URL Shortener(以前稱為 Codehaveli Bitly URL Shortener)使用 Bitly API 功能,在您發布新文章時,在您的 WordPress 管理面板中自動生成 bitly 短連...。
  • ShortLinks Pro – Affiliate Links, Link Shortening, Click Tracking & Marketing 》**總結:** , ShortLinks Pro 是最簡單的方式,使用您自己的域名縮短、追蹤、管理和分享任何URL。這是最完整的連結管理外掛,不僅提供縮短URL給WordPress網站...。
  • URL Shortener 》注意:我已經停止開發此外掛,因為我認為 URL 縮短服務的狀態似乎已經融合了,此外掛在我的開發項目中已沒有更多進展。, URL 短網址產生器允許您使用 URL 縮...。
  • Shorter Links 》Shorter Links 是一款 WordPress 外掛,能夠用自訂文字取代預設的 WordPress 短連結 URL,並且還能設定不同的基礎 URL。, 當文章被儲存時,外掛會建立一個自...。
  • URL Shortener | Conversion Tracking | AB Testing | WooCommerce 》Link Manager 外掛可以將您的長網址轉換為短網址,並使用自訂的 URL 結構,讓您的網址看起來更短更美觀。此外,您還可以設置感謝頁面來追蹤訪問者轉換率。此...。
  • wp Short URL – Best WordPress URL shortener 》建立、縮短並追蹤您的自訂品牌連結。以使用者友善的設計分析您的流量數據。, 這是營銷人員和附屬網站的完美工具。, 特色, , 建立品牌連結, 使用自己的域名縮...。
  • WPNeon GoCodes 2 》你是否曾經需要給某人一個簡短的 URL?也許你是一個播客,無法說出“訪問 mydomain.com/2008/01/03/my-post-with-a-long-url/ 以獲取更多信息”。那麼,如果你...。
  • URLYar URL Shortner 》URLYar URL 短址產生器 允許您使用 URLYar URL 短址產生器為文章/頁面生成短連結,並具備其他一些功能。, 功能:, * 提供 100% 翻譯的語言檔案,現在可在 wor...。
  • LinkFiliate – Advanced Affiliate Link Management, Branded Short Links, Click Tracking & Analytics 》**總結:**, LinkFiliate 是終極的 WordPress 外掛,可從您自己的網站管理、縮短和追蹤您的聯盟和行銷連結。, , **問題與答案:**, 1. 什麼是 LinkFiliate 外...。
  • Linkit expiration links 》**簡介:** Linkit 讓您可以直接從 WordPress 管理區域管理短網址。您可以:, - 建立帶有自訂短網址的鏈接, - 設定點擊限制或無限制,專業版可使用基於時間的...。
  • Custom Link Shortener 》**總結:** 這是一款具有高級功能的自定義 WordPress 網址縮短外掛,包括分析、網址輪換、位置追蹤和密碼保護功能。, , **問題與回答:**, 1. 這個外掛主要提...。

文章
Filter
Apply Filters
Mastodon