Method 1 — Upload ZIP from GitHub (Recommended)
This is the recommended method for installing directly from a GitHub release.
- Go to Releases on GitHub
- Download
simple-post-like.zipfrom the latest release - In your WordPress admin go to Plugins → Add New → Upload Plugin
- Click Choose File, select the downloaded zip, then click Install Now
- Click Activate Plugin
Method 2 — Manual Upload via FTP
Use this method if you prefer to upload files directly to your server.
- Download and unzip
simple-post-like.zipfrom the latest GitHub release - Upload the
simple-post-likefolder to/wp-content/plugins/on your server via FTP or SFTP - In your WordPress admin go to Plugins → Installed Plugins
- Find Simple Post Like in the list and click Activate
Method 3 — WordPress.org (coming soon)
Once the plugin is approved on WordPress.org, you will be able to install it directly from the WordPress admin:
- Go to Plugins → Add New
- Search for Simple Post Like
- Click Install Now, then Activate
After Activation
Once activated, Simple Post Like creates its database table and sets all default options automatically. No manual setup is required.
You will see a new menu item at Settings → Simple Post Like. The plugin is ready to use immediately with sensible defaults:
| Setting | Default |
|---|---|
| Display Style | Button |
| Post Types | Posts |
| Auto Injection | Enabled |
| Injection Position | After Content |
| Archive Injection | Enabled |
| Guest Likes | Enabled |
Head to Settings → Simple Post Like to configure the plugin to your liking, or go straight to Quick Start to see the like button in action.
Uninstalling
To remove Simple Post Like completely:
- Go to Plugins → Installed Plugins
- Click Deactivate under Simple Post Like
- Click Delete
Deactivating the plugin preserves all data in the database. Deleting the plugin removes the plugin files but also drops the likes data table and deletes all saved options cleanly via the uninstall hook.
Next Steps
- Quick Start — get the like button showing on your posts in two minutes
- Settings Overview — full reference for every setting