wordpress_set_twitter_cards
Configure Twitter Card meta tags for WordPress posts to control how content appears when shared on social media platforms.
Instructions
Set Twitter Card meta tags for social sharing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"postId": {
"type": "number"
}
},
"required": [
"postId"
],
"type": "object"
}