Whenever you're dealing with a post in your template, you're actually working with a Post
object.
Attribute | Description |
id | ID of the post. |
accountId | The account ID this post was made from. |
ownerId | The entry ID this post was made on. |
ownerSiteId | The site ID this post was made on. |
owner | Entry (opens new window) this post was made on. |
ownerType | The class name of the element this post was made on. |
settings | Serialized content that was used to send out this post. |
success | Boolean whether the post was successfully sent to social media platforms. |
response | A short response from the social media provider. |
data | A full response from the social media provider. |
Method | Description |
getAccount() | Returns the account this post was made from. |