Like Post
Likes the currently visible post with protection against accidental unliking.
What It Does
Section titled “What It Does”- Detects the like button on current post
- Checks if post is already liked
- Likes the post (if not already liked)
- Prevents toggling (unliking) already-liked posts
Configuration Options
Section titled “Configuration Options”| Option | Type | Description |
|---|---|---|
| Use Selector | Boolean | Use smart element detection (default: true) |
| Use Bounds Fallback | Boolean | Auto-center fallback if selector fails (default: true) |
| Toggle Protect | Boolean | Prevent unliking already-liked posts (default: true) |
| Wait After | Number | Seconds to wait after like (default: 0.5) |
Important: Toggle Protection
Section titled “Important: Toggle Protection”When Toggle Protect is enabled:
- If post is already liked → skips (doesn’t unlike)
- If post is not liked → likes it
This prevents accidentally unliking posts you’ve already interacted with.
When to Use
Section titled “When to Use”- After navigating to a post (via Media Select or search)
- As part of engagement workflows
- After opening a post from feed or hashtag