I've Read This archived
[Retired-WordPress-Envato] A simple plugin used to demonstrate how to use Ajax on the frontend of WordPress
by Tom McFarlin · github.com/tommcfarlin/ive-read-this · website
★ 10stars
5forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/tommcfarlin/ive-read-this/archive/refs/heads/master.zipAn example plugin developed to demonstrate how to include Ajax operations in the frontend of WordPress.
For users who are logged in, the plugin will display a checkbox at the bottom of each post that will allow them to mark a post as read. If the post has been marked as read, the user will simply see a label noting such.
- Tom McFarlin
- GPL
Installation
FTP
- Extract the plugin to a directory on your computer (it should be called
ive-read-this) - Upload to your wp-content/plugins directory
WordPress Dashboard
- Navigate to the 'Plugins' menu
- Click on 'Add New'
- Click on 'Upload'
- Locate the plugin's zip file on your computer
- Upload and install
Changelog
1.0 (September 17th, 2012)
- Initial release.