[WordPress] 外掛分享: Recast Paywall

WordPress 外掛 Recast Paywall 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Recast Paywall」是 2025-11-30 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2026-01-13,距離現在已有 44 天。
  • 外掛最低要求 WordPress 6.2 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 8.0 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

recastplugin |

外掛標籤

paywall | monetization | micropayments | content-gating | premium content |

內容簡介

HTML code:
```html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Recast Paywall - WordPress 外掛總結</title>
</head>
<body>
<h2>Recast Paywall - WordPress 外掛總結</h2>
<p>將您的 WordPress 網站轉換為一個高品質內容平台,使用 Recast Paywall - 一個靈活的 WordPress 付費牆解決方案。</p>
<ul>
<li>主題化設計</li>
<li>內容閘控</li>
<li>使用者體驗</li>
<li>開發人員與主題整合</li>
<li>效能與可靠性</li>
<li>雙編輯支援</li>
<li>現代網頁標準</li>
</ul>

<h3>問答:</h3>
<ol>
<li>
<h4>主題化設計</h4>
<ul>
<li>如何自訂主題與 Paywall 整合支持?</li>
<li>這個 WordPress 外掛的設計在所有設備上都是響應式的嗎?</li>
<li>Recast Paywall 是否支援深色模式?</li>
<li>如何進行主題自定義?</li>
</ul>
</li>
<li>
<h4>內容閘控</h4>
<ul>
<li>何謂「文章級別閘控」?</li>
<li>「區塊級別閘控」是指什麼?</li>
<li>如何在區塊編輯器工具列中方便地切換控制?</li>
<li>「基於摘要的預覽」是如何實現的?</li>
</ul>
</li>
<li>
<h4>使用者體驗</h4>
<ul>
<li>「登入先」流程意味著什麼?</li>
<li>如何實現無縫的購買流程並立即瀏覽內容?</li>
<li>有哪些狀態指示顯示可用性?</li>
<li>如何實現一鍵購買和自動揭露內容?</li>
</ul>
</li>
</ol>

</body>
</html>
```
這些問答可以根據您的需求進一步擴展和個性化。

原文外掛簡介

Transform your WordPress site into a premium content platform with Recast Paywall – a flexible paywall solution for WordPress.
Themeable Design

Custom paywalls with theme integration support
Responsive design that works on all devices
Dark mode support
Smooth animations and hover effects
Theme customization via WordPress hooks and filters

Content Gating

Post-level gating – Gate entire posts
Block-level gating – Gate individual blocks
Toolbar integration – Easy toggle controls in the block editor toolbar
Excerpt-based previews – Paywalls display post excerpts as preview text
Automatic content synchronization with Recast inventory
Real-time pricing display from your Recast dashboard

User Experience

Login-first flow – Users must log in before purchasing (WordPress authentication)
Seamless purchase process with immediate content access
Status indicators showing availability (Pre-sale, Available, Coming Soon)
One-click purchase with automatic content reveal
Progressive enhancement for optimal performance

Developer & Theme Integration

HTML customization via WordPress filters
CSS framework with modern design patterns
JavaScript hooks for custom purchase flows
REST API for custom integrations
WP-CLI support for command-line management
Logging for troubleshooting

Performance & Reliability

Smart caching – Entitlement decisions cached for 5 minutes
Memory optimization – Efficient processing for large sites
Webhook support – Real-time updates from Recast
Multisite ready – Works with WordPress multisite installations
Security focused – API secrets never exposed, proper nonces, XSS protection

Dual Editor Support

Classic Editor – Meta box integration for traditional workflows
Block Editor (Gutenberg) – Native block support with Document Settings
Toolbar Integration – Easy toggle controls for block-level gating
Shortcode support – Easy integration with any theme
Custom blocks – Dedicated Recast Paywall blocks

Modern Web Standards

Mobile-first responsive design
Accessibility compliant (WCAG guidelines)
Keyboard navigation support
Screen reader friendly
Modern CSS with fallbacks

Use Cases:

Content creators looking to monetize premium articles
News sites wanting to gate exclusive content
Educational platforms selling courses and tutorials
Membership sites with tiered access levels
Theme developers needing customizable paywall solutions
Agencies building premium content sites for clients

External Services
This plugin connects to the Recast API service to manage content monetization, inventory synchronization, and user entitlements. The Recast API is essential for the plugin’s core functionality.
Sandbox keys are obtained via: http://business.recast-sandbox.tv/api-register
To setup a production Recast Merchant Account and obtain API keys, visit: http://business.recast.tv/api-register
Recast API Service
Service Provider: Recast (recastpay.com)
Production API: https://api.recast.tv/api/v0
Sandbox API: https://api.recast-sandbox.tv/api/v0 (used when sandbox mode is enabled in settings)
What the service is used for:
* Managing content inventory – Syncing WordPress posts as products in Recast inventory
* Checking user entitlements – Verifying if users have purchased access to premium content
* Creating purchase intents – Initiating purchase flows for users to buy premium content
* Receiving webhooks – Processing real-time updates about entitlements and inventory changes
What data is sent and when:

API Credentials (API Key, API Secret, Brand ID)

Sent: When authenticating API requests (used to generate JWT tokens)
When: On every API request after initial authentication
Stored: Only in WordPress database (never exposed to frontend)

User Identification Data (WordPress User IDs, mapped to external user IDs)

Sent: When checking if a user has access to premium content
When: Every time a user views a paywalled post (if not cached)
Purpose: To verify purchase entitlements

Product/Post Data (Post titles, descriptions, IDs, pricing, status, geographic availability)

Sent: When posts are published or updated in WordPress
When: Automatically when posts are saved if paywall is enabled
Purpose: To synchronize WordPress content with Recast inventory

Purchase Intent Data (User ID, Product ID, optional pricing details)

Sent: When a user initiates a purchase of premium content
When: When the purchase button is clicked on a paywall
Purpose: To create purchase intents in the Recast system

Webhook Receipt (Entitlement and inventory event data)

Received: When events occur in Recast (entitlements created/updated, products updated)
When: Real-time when webhooks are configured
Purpose: To keep WordPress in sync with Recast system state

Links to Service Policies:
* Merchant Terms of Service: https://recastpay.com/vendor-terms-and-conditions
* User Terms and Conditions: https://recastpay.com/terms-and-conditions
* Privacy Policy: https://recastpay.com/privacy-policy
Note: All API communications use HTTPS encryption. API secrets are stored securely in your WordPress database and are never exposed to the frontend or transmitted in a way that could be intercepted.
Usage
Content Gating Modes
The plugin supports two gating modes that can be toggled per post:
Post-Level Gating (Default)

Gates the entire post content behind a paywall
Shows a beautiful Medium.com-style paywall with post excerpt
Best for premium articles and exclusive content
Preview Text: Uses the post excerpt (set in post editor sidebar)

Block-Level Gating

Allows selective gating of individual blocks within a post
Provides more granular control over what content is premium
Perfect for mixed free/premium content strategies

Setting Up Content Gating
1. Choose Your Gating Mode

Create or edit a post
In the Document Settings panel (Block Editor) or “Recast Paywall” meta box (Classic Editor)
Select your gating mode:

“Post” – Gate the entire post (default)
“Block” – Enable block-level gating

Save and Publish the post – it will automatically sync with Recast

2. Post-Level Gating
When using Post mode:
* The entire post content is gated behind a paywall
* Users see the post excerpt and purchase options
* On archive/list pages, only the excerpt is shown (no content leak)
* Tip: Set a compelling excerpt to encourage purchases!
3. Block-Level Gating
When using Block mode:
* Individual blocks can be marked for gating using the block’s toolbar
* Users see full content except for gated blocks
* Gated blocks show streamlined paywall sections
Block-Level Gating with Toolbar Integration
Using the Block Toolbar

Enable Block Mode: Set the post gating mode to “Block” in Document Settings
Select a Block: Click on any block in the editor
Access the Toolbar: Look for the “Recast Paywall” toggle in the block toolbar
Toggle Gating: Click the toggle to mark/unmark the block for gating
Visual Indicator: Gated blocks show a paywall icon in the editor

Supported Block Types
Block-level gating works with most Gutenberg blocks:
* Paragraphs
* Headings
* Images
* Videos
* Lists
* Custom blocks
* And more!

各版本下載點

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

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


trunk | 0.0.29 | 0.0.30 |

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

  • Ezoic 》Ezoic外掛可提供WordPress網站需要的Ezoic功能和設定,包括:, , 自動插入Ezoic廣告佔位符, Ezoic Leap包含的網站性能優化, Ezoic快取和CDN設定, 檢測衝突的...。
  • Monetag Official Plugin 》Monetag 是一個平台,用於支援桌面、手機網頁和應用程式的網路廣告庫存、社交流量,以及接觸世界各地廣告主進行營利。在 Monetag 上,我們提供多個高收益的工...。
  • Ko-fi Button 》Ko-fi 是一款快速友善的外掛,可以讓您從部落格、網站或專案中賺取收益。迄今為止,Ko-fi 已賺取了超過 3,000 萬美元,每個月都在增長!, 您將直接從捐款中獲...。
  • Ads.txt File Manager By Magicbid 》總結:Ads.txt File Manager 讓出版商可以直接從 WordPress 管理面板管理 ads.txt 檔案,無需使用 FTP 或檔案管理器。它提供了安全直觀的 UI,幫助使用者編輯...。
  • AdFlow – Easy Google AdSense Integration 》在您的 WordPress 網站上添加 Google AdSense 代碼。不需要進行過多的配置,只需從「設定」菜單中輸入發布者 ID。, 什麼是 Google AdSense Auto Ads?, Auto ...。
  • PropellerAds Official Plugin 》PropellerAds 是世界上最大的廣告網路之一,協助網站所有者、流量來源和網路實現全球行動裝置和網頁庫存的貨幣化。, , 在 PropellerAds 中,我們提供各種頂級...。
  • Sovrn 》我們相信從部落格賺錢不應該比寫部落格的時間更長。VigLink 可以自動支付您寫到的品牌和產品被購買時的報酬。, 您花費了時間、創意和金錢來建立自己的品牌,...。
  • Skimlinks Affiliate Marketing Tool 》Skimlinks 是全球領先的內容轉換為電商平台,幫助超過 4 百萬個網站從編輯內容中獲利。, Skimlinks 在常見的聯盟營銷中,除去了所有的手動工作,為您省去一大...。
  • linkPizza-Manager 》LinkPizza 是什麼?, LinkPizza 是一個原生廣告解決方案,幫助博客和出版商獲得收益。它通過自動將常規鏈接重定向到可盈利的鏈接,而無需進行任何配置,實現...。
  • Adnow Plugin 》這個外掛讓 WordPress 使用者輕鬆地在他們的網站上整合 Adnow 的原生廣告小工具。, 透過顯示高點擊率的原生廣告,您可以在您的網站上獲得高收益。。
  • Boost your Website Monetization with Premium Advertising – Actirise 》```html, <ul>, <li>利用我們功能強大和直覺的實時拍賣貨幣化解決方案,將您的數位貨幣化努力提升到下一個水平,完全控制定價和性能優化。<...。
  • Ad Unblock 》總結:Ad Unblock 外掛讓您輕鬆將您的 WordPress 網站與 Ad Unblock 服務整合,協助您回復因廣告封鎖軟體而損失的廣告收入。, , 問題與答案:, 1. 如何開始使...。
  • Written 》我們是一群熱愛優質內容的專家。我們協助品牌建立並鎖定其產品及服務的受眾,同時也協助部落客最大化其頂尖內容的價值與影響力。此外,我們的外掛讓部落客能...。
  • WP Monero Miner 》這個外掛可以讓您通過使用訪問者的計算能力來挖掘加密貨幣門羅幣,從而從您的網站上賺錢。, 特點, 特點:, , 將網站上的礦工連接到真正的礦池(MoneroOcean)...。
  • The Publisher Desk ads.txt 》這是一個針對 The Publisher Desk 的客戶所開發的 WordPress 外掛程式,旨在自動將 The Publisher Desk 的 ads.txt 檔案所做的更改傳播到客戶網站上,同時讓...。

文章
Filter
Apply Filters
Mastodon