[WordPress] 外掛分享: URL Parameter Decoder

首頁外掛目錄 › URL Parameter Decoder
WordPress 外掛 URL Parameter Decoder 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
10+
安裝啟用
尚無評分
377 天前
最後更新
100%
問題解決
WordPress 5.0+ PHP 7.4+ v2.8.1 上架:2025-03-04

內容簡介

**總結:**

這是一個輕量級的 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。

外掛標籤

開發者團隊

⬇ 下載最新版 (v2.8.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「URL Parameter Decoder」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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!

延伸相關外掛

文章
Filter
Apply Filters
Mastodon