Racehorse
    Preparing search index...

    Interface FacebookShareLinkContent

    interface FacebookShareLinkContent {
        contentUrl?: string;
        hashtag?: string;
        pageId?: string;
        peopleIds?: string[];
        placeId?: string;
        quote?: string;
        ref?: string;
    }
    Index

    Properties

    contentUrl?: string

    The URL for the content being shared.

    hashtag?: string

    The hashtag for this content

    pageId?: string

    The ID of the Facebook page this share is associated with.

    peopleIds?: string[]

    The array of IDs for taggable people to tag with this content.

    placeId?: string

    The ID for a place to tag with this content.

    quote?: string

    The quote to display for this link.

    ref?: string

    The value to be added to the referrer URL when a person follows a link from this shared content on feed.