
前言介紹
- 這款 WordPress 外掛「URL Parameter Decoder」是 2025-03-04 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2025-03-31,距離現在已有 331 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 論壇上目前有 2 個提問,問題解答率 100% ,不低,算是個很有心解決問題的開發者團隊了!
外掛協作開發者
feedlead | engagerizer |
外掛標籤
url | base64 | decoder | encoded | parameters |
內容簡介
**總結:**
這是一個輕量級的 WordPress 外掛,名為URL Parameter Decoder,可以解碼 URL 參數(包括 base64 和 URL 編碼),並使用簡單的快捷方式在您的文章/頁面上將它們顯示出來。適用於需要通過 URL 傳遞動態內容並保持清晰可讀輸出的情況。
**問題與答案:**
1. 這個 WordPress 外掛的名稱是什麼?
- 答:URL Parameter Decoder
2. 這個外掛具有哪些主要功能?
- 答:解碼 base64 編碼和 URL 編碼的參數、為您定義的每個參數創建自動快捷方式、在參數缺少時提供回退的默認值、僅在特定文章和頁面上啟用、安全功能以防止 XSS 和其他注入攻擊、支援顯示已解碼和原始參數值。
3. 使用者該如何進行基本設置?
- 答:安裝並啟用外掛、進入 WordPress 管理員的「工具」選項中找到「URL Decoder」、添加想要解碼的參數、為每個參數設置選擇性的默認值、選擇應處理這些參數的文章和頁面、保存設置。
4. 外掛提供了哪些快捷方式供使用者使用?
- 答:對於每個添加的參數(如「first_name」),會自動創建兩個快捷方式:[decode_first_name] – 顯示已解碼的值、[encoded_first_name] – 顯示原始編碼值。
5. 提供了什麼樣的 URL 構築示例?
- 答:Base64 編碼:https://yoursite.com/page/?name=SGVsbG8gV29ybGQh、URL 編碼:https://yoursite.com/page/?name=Hello%20World、多個參數:https://yoursite.com/page/?name=John&email=john%40example.com。
原文外掛簡介
URL Parameter Decoder is a lightweight WordPress plugin that decodes URL parameters (both base64 and URL-encoded) and displays them on your posts / pages using simple shortcodes. Perfect for dynamic content that needs to be passed through URLs while maintaining clean, readable output.
Key Features
Decodes both base64-encoded and URL-encoded parameters
Creates automatic shortcodes for each parameter you define
Provides fallback default values when parameters aren’t present
Selective activation on specific posts and pages only
Security features to prevent XSS and other injection attacks
Support for displaying both decoded and original parameter values
User Instructions
Basic Setup
Install and activate the plugin
Go to Tools → URL Decoder in your WordPress admin
Add the parameters you want to decode (e.g., “first_name”, “email”, “message”)
Set optional default values for each parameter
Select which posts and pages should process these parameters
Save your settings
Using Shortcodes
For each parameter you add (let’s say “first_name”), two shortcodes are automatically created:
[decode_first_name] – Displays the decoded value
[encoded_first_name] – Displays the original encoded value
URL Construction Examples
Base64 encoded: https://yoursite.com/page/?name=SGVsbG8gV29ybGQh
URL encoded: https://yoursite.com/page/?name=Hello%20World
Multiple parameters: https://yoursite.com/page/?name=John&email=john%40example.com
Use Cases for URL Parameter Decoder
Direct Mail QR Code Scan (Personalized Mail)
Perfect for direct mail campaigns generated by services like Engagerizer.com:
Personalized Landing Pages: Create a QR code that contains the recipient’s name, account number, or other personal identifiers encoded in base64. When scanned, they land on a page that greets them by name without requiring login.
Tracking Campaign Effectiveness: Include campaign-specific identifiers in the QR code to track which mailings generate the most engagement.
Special Offers: Encode customer-specific discount codes or promotional offers that display automatically when they scan the QR code.
Customer Onboarding: For welcome packages, encode customer information that pre-fills forms when they scan a QR code, reducing friction in the setup process.
Prefill Forms: Prefill your recipient’s information into a subscription form or order form.
Zoom Video Conference Chat and other chat platforms
Enhance virtual meeting experiences with encoded URL parameters:
Personalized Sales Pages: Create chat links with encoded participant information (first name, last name, avatar image, etc.) that automatically displays when they click the link.
Custom Welcome Messages: Include URL-encoded welcome messages or instructions that display on your landing page.
Role-Based Access: Encode participant roles or permissions that determine what content or features they can access during the meeting.
Additional Use Cases
Event Marketing
Generate unique QR codes for event tickets with encoded attendee information
Create personalized event agendas based on attendee preferences
E-commerce
Product recommendations based on encoded purchase history
Personalized landing pages from marketing emails with product details encoded in the URL
Membership Sites
Simplified login process using encoded member information from email links
Member-specific content that displays based on membership level encoded in URLs
Educational Platforms
Course-specific content that loads based on student information in the URL
Pre-filled assessment forms with student identifiers passed via encoded parameters
These use cases leverage the plugin’s ability to securely pass and decode information through URLs, creating more personalized and streamlined user experiences without sacrificing security.
Instructions – Engagerizer Users
About Engagerizer: Engagerizer is the best platform for creating personalized direct mail marketing including personalized QR codes and personalized maps with driving directions from the prospect’s address to the business.
QR Code Variables: All standard and custom variables are available plus the personalized map image and other personalized images you created.
Instructions – ITS Users
About ITS: Inside The Show is your secret superpower to captivate your virtual audiences. ITS will transform your live virtual sessions into impressive audience experiences.
Bulk Chat Base64 encoded Variables
= Full Name
= First Name
= Avatar image (Zoom avatar url)
Static Variables: Add static variables to identify the secession / training name. For example, the training was called ‘Explosive Sales With Email Marketing’. Your variable would be training=Explosive%20Sales%20With%20Email%20Marketing. I also use static variables for coupon codes and discount percentages.
Displaying the Avatar Image: Using the shortcodes you can display your image with HTML: . You can also enter these shortcodes into any image display function in WordPress (please note – you will not see an image preview).
Troubleshooting
Variables are not displaying on your post / page
Ensure that you selected the WordPress post / page in the settings.
Ensure that you are using the correct short code – copy and paste it from the settings page.
Ensure that your URL is properly structured with the same variable names you have setup.
Use default text to aid in setting up your page. Save the page then reload, the default text should display if no variable data is present.
Support the Plugin
If you find URL Parameter Decoder useful, please take a moment to rate it and leave a review. Your feedback helps improve the plugin and lets others know about its capabilities.
Why Reviews Matter
They help other WordPress users discover useful plugins
They provide valuable feedback on what works and what could be improved
They motivate continued development and support of the plugin
Thank you for using URL Parameter Decoder!
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「URL Parameter Decoder」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Custom Post Type Permalinks 》自訂文章類型永久連結允許您編輯自訂文章類型的永久連結結構。, 更改自訂分類目錄的永久鏈接,以“example.org/post_type/taxonomy_name/term_slug̶...。Custom Permalinks 》name or slug), add the filter that looks like this:, function yasglobal_exclude_posts( $post ) {, // Replace '2' with ID of the post you want to ...。
Featured Image from URL (FIFU) 》h3>WordPress 外掛 - 用於顯示外部特色圖片、影片、音訊等等, FIFU 自 2015 年來已幫助全球數千個網站節省了儲存空間、處理時間和版權費用。, 如果您已經厭倦...。
Simple Page Redirect 》這個外掛可以將任何文章/頁面/自訂文章型別/作品集重新導向到任何內部或外部網址。它為所有預設和自訂文章型別的單頁添加了文字選項。, 啟用外掛後,在文章編...。
Shortcode Redirect 》這款「Shortcode Redirect」外掛讓網站擁有者在網站的頁面或文章上查看特定的秒數之後,自動將使用者重新導向到其他網站。外掛的使用方式非常簡單,只需在貼...。
URL Params 》URL Params WordPress 插件允許您訪問 URL 中查詢字符串中的 URL 參數。, 這個插件甚至允許您在短代碼中指定一個默認值,如果該參數沒有設置,那麼如果您想說...。
Permalink Manager for WooCommerce 》Permalink Manager for WooCommerce旨在提供更美觀的網址,使其更易於閱讀。, 主要優勢, , 使用301狀態重定向重複的頁面, 可獨立配置產品、分類和標籤, 選擇...。WP Force Lowercase URLs 》對於所有非管理員的 URL(不包括文件名),將大寫 URL 重定向至小寫版本。, 如有任何錯誤或功能請求,請在以下鏈接回報。, 錯誤:, , 回報位址:Github 問題...。
Featured Image by URL 》Featured Image by URL :, Featured Image by URL 允許使用來自外部 URL 的圖片作為您文章、頁面和類似 WooCommerce 產品等自訂文章類型的特色圖片。包括支...。Root Relative URLs 》這是一個 WordPress 外掛,可將所有 URL 格式轉換為 root-relative URLs,以實現在暫存 / 生產主機環境之間以及在移動設備上進行調試 / 測試時的無縫切換,而...。
Bitly's WordPress Plugin 》喜歡使用 WordPress 嗎?還喜歡 Bitly 嗎?安裝這個外掛後,您將能夠縮短連結並從 WordPress 中查看點擊率。您的新連結將保存到 Bitly 中以供參考和深入分析...。
Simple Mobile URL Redirect 》這是一個簡單的行動裝置重導向外掛程式,適用於使用不同網址來呈現行動裝置內容的使用者。只需要輸入完整路徑的網址,即可讓使用者前往行動裝置專屬的內容。。
WP Post Redirect 》使用 WP Post Redirect 外掛,您可以在訪問您的文章時進行重定向,並將其指向外部連結。, 啟用後,在「新文章」畫面中,您將看到一個新的 metabox,允許您設...。
Smart User Slug Hider 》Smart User Slug Hider 外掛可隱藏作者頁面的使用者名稱,以增強安全性。, 使用方式, 本外掛自動將使用者名稱替代為 16 位元數字代碼字串,不需要任何設定。...。Permalinks Customizer 》自定義永久網址助手(Permalinks Customizer)可為公開訪問的不同文章類型和分類定義不同的永久網址結構。您可以使用 WordPress 中已定義的標籤,如此處所述...。
