Social Post

The Social Post content type is used for adding social media posts to the site. Social Posts are typically fetched from social networks using a module like the Social Feed Fetcher.

Fields

NameMachine nameRequiredDescription
Titledrupal’s defaultYesTitle of the social post content item.
IDfield_idYesPost ID in the social network. This is a system field used by the post fetcher to identify the social post.
Imagefield_sp_imageNoImage field for saving the post image. Supports jpg, png, and gif formats.
Linkfield_linkNoContains the link to the original post on the social network.
Platformfield_platformYesThe name of the platform where the post was imported from (e.g., Facebook, Twitter, Instagram).
Postfield_postYesThe text content of the post. May contain HTML markup.
Postedfield_postedYesThe date and time when the post was originally posted on the social network.

URL pattern

The content type uses the following URL pattern:

/social_post/[node:title]

Last modified March 11, 2025: feat: improve docs (3e852052)