
內容簡介
**總結:**
Smart DL Redirect是一個輕量且強大的WordPress外掛,讓您可以在文件下載開始之前添加基於計時器的插頁。適用於聯盟營銷人員、下載網站所有者、資源共享部落格以及任何想要通過廣告或訊息延遲下載的用戶。
**問題與答案:**
1. Smart DL Redirect可以幫助哪些類型的網站擁有者?
- 聯盟營銷人員、下載網站所有者、資源共享部落格人員以及任何想要通過廣告或訊息來延遲下載的用戶。
2. 當訪客點擊下載連結後會發生什麼?
- 訪客會被重定向到一個自定義的“正在準備下載”頁面,該頁面會顯示倒數計時器、廣告或自定義HTML,然後自動重定向到實際文件。
3. Smart DL Redirect外掛的重定向行為是什麼?
- 這個外掛將訪客的瀏覽器重定向到您提供的文件URL,外掛並不在服務器端進行下載、主機或代理文件。作者在供應文件時應只提供信任的連結。
4. 外掛中的廣告/片段消毒是如何實現的?
- 任何在外掛設置中輸入的廣告/片段HTML都會在輸出之前使用wp_kses_post()進行消毒。請注意,wp_kses_post()會剝離<script>標籤和其他潛在危險元素。如果您的廣告提供商需要內聯腳本,請遵循其建議的安全安裝說明或使用可信賴的廣告外掛。
5. Smart DL Redirect的主要功能有哪些?
- 倒數計時器 - 設定下載開始之前的延遲時間(以秒為單位)。
- 自動重定向 - 當倒數計時器結束時自動開始文件下載。
- 手動回退連結 - 如果下載失敗,用戶可以點擊手動下載連結。
- 廣告放置或自訂HTML - 在等待區域插入廣告、促銷橫幅或指示。
- 簡單的短代碼使用 - 只需在任何文章或頁面中添加[smart_dl file="https://example.com/file.zip"]。
- 輕量且快速 - 沒有外部依賴項,為性能優化。
6. Smart DL Redirect的授權方式是什麼?
- Smart DL Redirect根據GPLv2或更高版本進行授權。請查看https://www.gnu.org/licenses/gpl-2.0.html了解詳情。
外掛標籤
開發者團隊
原文外掛簡介
Smart DL Redirect is a lightweight and powerful WordPress plugin that lets you add a timer-based interstitial page before a file download starts.
It’s perfect for:
– Affiliate marketers
– Download site owners
– Resource-sharing blogs
– Anyone who wants to delay download with ads or messages
Once a visitor clicks a download link, they are redirected to a customizable “preparing download” page, where a timer counts down, shows ads or custom HTML, and then auto-redirects to the actual file.
Important — redirect behavior: This plugin redirects the visitor’s browser to the file URL you provide — the plugin does not download, host, or proxy the file server-side. Authors should only supply links to files they trust.
Ad/snippet sanitization: Any ad/snippet HTML entered in the plugin settings is sanitized using wp_kses_post() before output. Note that wp_kses_post() strips
