FollowSpecifiedBlog
Allows the user to follow a specific WordPress blog by providing its blog Id or URL.
Stored Procedure Specific Information
Execute
Call this procedure to follow the specified blog.
To follow the specified blog, you must specify the following column: BlogUrl. A successful authentication is also required.
For example:
EXEC FollowSpecifiedBlog BlogUrl='http://ramaarya.blog';
Input
| Name | Type | Description |
| BlogUrl | String | The URL of the blog to follow. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation to follow the specified WordPress blog was successful. |
| Subscribed | Boolean | Indicates whether the user successfully subscribed to the specified WordPress blog. |
| Info | String | Provides additional details or messages returned by WordPress about the follow operation. |
| SubscriptionId | Integer | The unique identifier of the WordPress subscription created for the followed blog. |
| SubscriptionBlogId | Integer | The unique identifier of the WordPress blog that was followed. |
| SubscriptionURL | String | he URL of the WordPress blog that was followed. |
| SubscriptionDateSubscribed | String | The date and time when the user subscribed to the specified WordPress blog. |
| SubscriptionFeedId | String | The unique identifier of the feed associated with the blog subscription. |
| DeliveryMethodsEmailSendPosts | Boolean | Indicates whether new posts from the followed blog are sent by email. |
| DeliveryMethodsEmailSendComments | Boolean | Indicates whether new comment notifications from the followed blog are sent by email. |
| DeliveryMethodsEmailPostDeliveryFrequency | String | The frequency at which email notifications for new posts are sent. |
| DeliveryMethodsEmailDateSubscribed | Datetime | The date and time when the user subscribed to receive email notifications from the followed blog |
| NotificationSendPosts | Boolean | Indicates whether the user receives notifications for new posts from the followed blog. |
| MetaAggregate | String | Aggregated metadata for the follow subscription returned by the WordPress API. |