[WordPress] 外掛分享: Sesamy

WordPress 外掛 Sesamy 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Sesamy」是 2023-11-19 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2025-02-07,距離現在已有 86 天。
  • 外掛最低要求 WordPress 5.0.1 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

markussesamy |

外掛標籤

sesamy | paywall |

內容簡介

總結:
Sesamy 外掛為 WordPress 網站添加了使用 Sesamy 在文章和自訂文章類型中的付費牆功能,無需自己編寫程式進行整合。

問題與答案:
問題1:Sesamy 外掛的功能是什麼?
答案1:
- 配置外掛應該啟用付費牆的文章類型
- 能夠在每篇文章中啟用/停用付費牆
- 根據單次購買和 Sesamy 通行證的訪問級別,對文章設定存取級別
- 為每篇文章設定自訂價格和/或通行證
- 能夠根據內容的安全性配置保護級別

問題2:使用該外掛需要什麼?
答案2:使用該外掛需要在 Sesamy 網站 (sesamy.com) 註冊帳戶。

問題3:該外掛有哪些可用於修改默認輸出的過濾器?
答案3:
- sesamy_content:修改文章內容的過濾器
- sesamy_content_container:修改內容容器的過濾器
- sesamy_paywall_seo:修改付費牆 SEO 的過濾器

原文外掛簡介

The Sesamy plugin adds paywall functionality for posts and custom post types using Sesamy to your WordPress website without having to write code to integrate yourself.
Features:

Configure which post types plugin should enable the paywall
Ability to turn the paywall on/off per post
Access levels to posts based on both single-purchase and Sesamy passes.
Set a custom price and/or pass per article
Ability to configure protection level based on how secure your content is
Ability to bulk edit paywall settings when bulk editing posts in WordPress Admin

Please note that using this plugin requires an account with Sesamy (sesamy.com).
Filters
The following filters can be used to modify the default output from the plugin:
add_filter( 'sesamy_content', 'my_sesamy_content', 10, 2);
function my_sesamy_content( $post, $content ) {
return $content;
}

add_filter( 'sesamy_content_container', 'my_sesamy_content_container', 10, 1);
function ( $content_container ){
return $content_container;
}

add_filter( 'sesamy_paywall_seo', 'my_paywall_seo_callback', 10, 2);
function my_paywall_seo_callback( $default_seo, $post ) {
return $default_seo;
}

// The preview in the paywall
add_filter( 'sesamy_paywall_preview', 'my_sesamy_paywall_preview', 10, 1);
function my_sesamy_paywall_preview( $default_preview ) {
return $default_preview;
}

各版本下載點

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

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


2.0 | 1.0.5 | 1.0.6 | 1.0.7 | 1.0.8 | 1.0.9 | 2.0.1 | 2.0.4 | 2.0.5 | 2.0.6 | 2.0.7 | 2.1.0 | 2.1.1 | 2.2.2 | 2.3.0 | 2.3.1 | 2.3.2 | 3.0.0 | 3.0.1 | 3.0.4 | 3.0.5 | 3.0.8 | trunk | 1.0.10 | 3.0.10 | 3.0.11 |

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

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon