內容簡介
在 WordPress 控制台中建立短連結並進行重定向,可以對簡單的連結以及正則表達式進行匹配。
特點:
快速高效(不使用重寫規則)
簡單易用
全局變量:添加變量,例如聯盟ID、IP地址,到重定向鏈接中。
自定義變量:您也可以定義自己的變量進行添加。
全局前綴:在所有連結之前添加像 /go/ 這樣的字符串。這將確保不必要地查詢數據庫。
連結匹配選項:
開始於:匹配以某種樣式開始的URL
包含:匹配包含某種樣式的URL
正則表達式:您可以捕獲URL的一部分並在重定向 'fore example example.com/watch/(.*)’ 中復用它。
外掛標籤
開發者團隊
原文外掛簡介
Create short links and redirect in your WordPress dashboard, both simple links as well as regular expression matching.
Features:
Fast and efficient (doesn’t use rewrite rules)
Simple and easy
Global Variables: Add variables such as Affiliate ID, IP Address to the redirected link.
Custom Variables: You can also define your own variables to add.
Global Prefix: prefix a string like /go/ before all links. This will make sure the database is not queried unnecesarily
Link Matching Options
Starts with: match the url if it start with a pattern
Contains: match the url if it contains a pattern
Regular Expressions: you can capture a portion of the url and reuse it in the redirect ‘fore example example.com/watch/(.*)’
