Skip to content

Social Media Links

Overview

The Social Media Links plugin enables users to create a linktree-like page to manage and display their social media profiles. This functionality is triggered when the screen with the custom property handle_sml is entered.

Usage

To use the Social Media Links feature, follow these steps:

  1. Define a custom property handle_sml in the screen's Custom Properties to indicate that this screen will display social media links.
  2. Define custom properties sml_name, sml_bio, sml_image, and sml_width to customize the display.
  3. Add custom properties for each social media link using the format sml_[number], where [number] is a unique identifier (e.g., sml_1, sml_2).
  4. For each sml_[number] property, enter a value that includes the link text and URL separated by a newline. For example:
    My YouTube Page
    https://youtube.com/@aliveforms
    

Custom Properties

  • handle_sml: Set this to true to enable the Social Media Links feature for the screen.
  • sml_name: The name that will be displayed at the top of the links section (e.g., "Your Name").
  • sml_bio: A short bio or description that provides context about you or your brand (e.g., "Your short bio or description goes here.").
  • sml_image: An optional URL to an image that will be displayed as a profile picture (e.g., https://example.com/profile.jpg).
  • sml_width: An optional property that sets the maximum width of the links container (e.g., 500px or 70%).
  • sml_name: John Doe
  • sml_bio: Web Developer and Designer.
  • sml_image: https://example.com/profile.jpg
  • sml_width: 400px
  • sml_1: YouTube Page
  • https://youtube.com/@aliveforms
  • sml_2: LinkedIn Profile
  • https://linkedin.com/in/johndoe
  • sml_3: Twitter Profile
  • https://twitter.com/johndoe

Benefits

  • Easily manage and display all your social media links in a single location.
  • Customize the presentation with a name, bio, and profile image.
  • Improve engagement by providing direct access to your social media profiles.