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:
- Define a custom property
handle_sml
in the screen's Custom Properties to indicate that this screen will display social media links. - Define custom properties
sml_name
,sml_bio
,sml_image
, andsml_width
to customize the display. - 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
). - For each
sml_[number]
property, enter a value that includes the link text and URL separated by a newline. For example:
Custom Properties
handle_sml
: Set this totrue
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
or70%
).
Example of Social Media Link Properties
- 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.