このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Browsing History

説明

Save user’s browsing history and list them.

This plugin is simple. You can save the user’s browsing history just a install and display them anywhere you want with just a shortcode.

The logged-in user’s data is saved in the user meta. Other user’s data is saved to Web Storage (localStorage).

Usage

  • Shortcode: [ccc_browsing_history_list_results title="" posts_per_page="" class="" style=""]

You can show only specific post types.
* Shortcode: [ccc_browsing_history_list_results post_type="post"]
* Shortcode: [ccc_browsing_history_list_results post_type="post, page, custom"]

default: “any”, It doesn’t need “post_type”.

Discover More

This plugin is developed on GitHub

インストール

  1. Upload browsing-history to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use shortcodes to display the browsing history list.

評価

2022年4月23日
I was so happy to find this plugin. I wanted to have my members to track the posts that they viewed. Spent quite a lot of time trying to find the plugin, but this one solved my issue immediately. Although I would wish to have more control over the UI, it is very simple and it works perfectly!
2件のレビューをすべて表示

貢献者と開発者

Browsing History はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Browsing History” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Browsing History” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.3.1

Tested on WordPress 6.0.

See the release notes on GitHub.