Magpie HTML - v0.1.3
    Preparing search index...

    Interface SocialProfilesMetadata

    Social profile metadata.

    Contains social media profile URLs and handles from various platforms.

    interface SocialProfilesMetadata {
        twitter?: string;
        facebook?: string;
        instagram?: string;
        linkedin?: string;
        youtube?: string;
        github?: string;
        tiktok?: string;
        pinterest?: string;
        mastodon?: string;
        reddit?: string;
        other?: Record<string, string>;
    }
    Index

    Properties

    twitter?: string

    Twitter/X username (without @)

    facebook?: string

    Facebook profile/page URL

    instagram?: string

    Instagram username or URL

    linkedin?: string

    LinkedIn profile/company URL

    youtube?: string

    YouTube channel URL

    github?: string

    GitHub username or organization URL

    tiktok?: string

    TikTok username or URL

    pinterest?: string

    Pinterest username or URL

    mastodon?: string

    Mastodon profile URL

    reddit?: string

    Reddit username or URL

    other?: Record<string, string>

    Other social profiles (platform: url/username)