This is the development repository for Browsing History, a WordPress plugin that saves user's browsing history and lists them. You can also download the plugin package installation from the WordPress.org Plugin Directory.
Contributors: takashimatsuyama
Donate link:
Tags: browsing history, accessibility, design
Requires at least: 4.8
Tested up to: 6.0
Requires PHP: 5.4.0
Stable tag: 1.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Save user’s browsing history and list them.
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).
- 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".
- Upload
browsing-history
to the/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Use shortcodes to display the browsing history list.
Tested on WordPress 6.0.
Add a shortcode attribute to show only specific post types.
Fixed PHP 8.0 warning.
Modify the handle names of wp_enqueue_script.
Modify markup of thumbnails and modify CSS.
Add shortcode attribute (style=""
) and modify CSS.
Initial release.