Profile Social Links With Markdown Frontmatter

Explore how to enhance your bio with social links using markdown frontmatter on Free2Z, reminiscent of Linktree/AllMyLinks.

April 13, 2024· 1 min read
1 score

Profile Social Links With Markdown Frontmatter

Free2Z now has experimental support for “profile metadata” via markdown YAML frontmatter. How to Add Socials

The first feature that this supports is social links as part of your bio, in the style of Linktree/AllMyLinks. This can help your Free2Z profile be your primary social media presence. A common use of this can be to link to your Free2Z profile from Instagram as a primary website link, allowing people to discover your Free2Z posts, your Twitter profile and your website.

A blank example of YAML frontmatter looks like this:

---# YAML goes here--- My profile bio text here.

Here is an example of how the social links can look:

Free2Z Profile Social Links Example

How to Add Socials

You can add social links to your profile bio by prefixing your bio with this text:

The --- mark the start and end of the markdown metadata section.

---socials:  twitter: 1337bytes  website: 1337bytes.com  # Where the key/value schema is:  # <social_site_id>: <username/id>--- My profile bio text.

Profile Edit Page YAML Frontmatter Example

Any feedback on how this schema could evolve would be appreciated. Additional features could be integrated into the YAML frontmatter such as custom theming (font colours/styling, etc).

Tags

Related Articles