Description
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=""]
Detailed usage is under preparation.
Installation
- 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.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Browsing History” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Browsing History” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.1
Modify the handle names of wp_enqueue_script.
1.2.0
Modify markup of thumbnails and modify CSS.
1.1.0
Add shortcode attribute (style=""
) and modify CSS.
1.0.0
Initial release.