LikeAPost
Adds a like to a specific WordPress post and updates the post's like count accordingly.
Input
| Name | Type | Description |
| PostId | Integer | The unique identifier of the WordPress post being liked. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the like action for the specified post completed successfully. |
| PostId | Integer | The unique identifier of the WordPress post being liked. |
| SiteId | Integer | The unique identifier of the WordPress site where the liked post is hosted. |
| ILike | Boolean | The unique identifier of the user who liked the post. |
| LikerId | Integer | The unique identifier of the user who liked the post. |
| LikerLogin | String | The WordPress username of the user who liked the post. |
| LikerEmail | String | The email address of the user who liked the post. |
| LikerName | String | The display name of the user who liked the post. |
| LikerFirstName | String | The first name of the user who liked the post. |
| LikerLastName | String | The last name of the user who liked the post. |
| LikerNiceName | String | The URL-friendly version of the liker's display name used in profile URLs. |
| LikerURL | String | The website URL associated with the user who liked the post. |
| LikerAvatarURL | String | The URL of the avatar image for the user who liked the post. |
| LikerProfileURL | String | The URL of the WordPress profile page for the user who liked the post. |
| LikerIPAddress | String | The IP address associated with the user who liked the WordPress post. |
| LikerSiteId | Int | The unique identifier of the WordPress site associated with the user who liked the post. |
| LikerSiteVisibile | Boolean | Indicates whether the liker's WordPress site is publicly visible. |
| LikerDefaultAvatar | Boolean | Indicates whether the user who liked the post is using the default WordPress avatar image. |
| MetaAggregate | String | Aggregated metadata for the post like action returned by the WordPress API. |