Summary
GetPublishedSocialContent()
GetSocialPublishUrl()
GetSocialPublishUrlByName()
Returns content to share on a social network as specified by the region ID. For use only in landing pages or the Social Forward feature.
| Marketing Cloud Engagement | ✅ Yes |
| Marketing Cloud Next | ❌ No |
1GetPublishedSocialContent(regionId)The GetPublishedSocialContent() function has one parameter:
regionId (string): Required. The region ID for the social content area.This example returns the content contained in SocialRegion.
1%%[
2 GetPublishedSocialContent('SocialRegion')
3]%%