1. Home
  2. Docs
  3. Social Feeder
  4. Developers
  5. Feed Data Model

Feed Data Model

The Feed data model (class) is returned inside the feeds collection of the Social Feeder data model.

Properties

Property Type Description

profile_image_url

string

Profile image url (if available).

feeder

string

Social network feeder slug (twitter|instagram|facebook).

feed_id

string

Record ID on the social network.

url

string

Feed url.

time

number

UNIX timestamp.

content

string

Feed content (text|message).

media_url

string

Media url, when available.

media_thumb

string

Media thumbnail url, when available.

media_type

string

Media type (image|video), when available.

media_embed

string

Mediad embed HTML code, when available.

date_format

string

Assigned date format.

date

string

Returns dynamic property generated based on the time and date_format properties.
Was this article helpful to you? Yes No