plugin-icon

Sesamy

投稿者: Sesamy·
Add paywall functionality with Sesamy (sesamy.com) to your WordPress website.
バージョン
3.0.11
有効インストール数
10
最終更新日時
Feb 7, 2025
Sesamy

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; }
無料Business プランを利用中
インストールすることで、WordPress.com の利用規約サードパーティプラグイン利用規約に同意したことになります。
最大テスト回数
WordPress 6.7.4
このプラグインをダウンロードして、 サイトに使用できます。