rishi-raj-jain / itsmy.fyi

Take control of your online presence with itsmy.fyi - the true open-source alternative to Linktree.
https://itsmy.fyi
GNU Affero General Public License v3.0
175 stars 12 forks source link

itsmy.fyi - Siddharth Ponnapalli #97

Closed psiddharthdesign closed 1 year ago

psiddharthdesign commented 1 year ago

itsmy.fyi Profile Data

### itsmy.fyi Profile Data

---
slug: siddharthponnapalli
name: Siddharth Ponnapalli
about: Hey there👋, I'm Siddharth on itsmy.fyi!
image: https://pbs.twimg.com/profile_images/1613772710009765888/MbSblJYf_400x400.jpg

links: [["Portfolio", "https://p-siddharth.design"],["Twitter", "https://twitter.com/DesignSiddharth"],["Linkedin", "https://www.linkedin.com/in/siddharth-ponnapalli-780a4310a/"],["Youtube", "https://www.youtube.com/channel/UCigdECxUs8za45gU6wzn_jg"],["Music", "https://www.youtube.com/channel/UCPDc0JWQ7FeG6cHmdQhbyyA"]]

socials: [["Twitter", "https://twitter.com/DesignSiddharth"],["Linkedin", "https://www.linkedin.com/in/siddharth-ponnapalli-780a4310a/"],["Youtube", "https://www.youtube.com/channel/UCigdECxUs8za45gU6wzn_jg"],["Music", "https://www.youtube.com/channel/UCPDc0JWQ7FeG6cHmdQhbyyA"]]
og:
  image: https://pbs.twimg.com/profile_images/1613772710009765888/MbSblJYf_400x400.jpg

background:
  image: https://images.unsplash.com/photo-1559827260-dc66d52bef19?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80
---

The expected format for itsmy.fyi to parse your data would be:

## Required

slug: **required**, String (without quotes, newline, let's keep it simple!)
name: **required**, String (without quotes or newline)
image: **required**, String (without quotes or newline)
links: **required**, but can be empty array [], (examples: [["My Website", "https://rishi.app"], ["Web", "https://rishi.app", "https://rishi.app/static/favicon-image.jpg"]])
socials: **required**, but can be empty array [], (example: [["twitter", "https://twitter.com/rishi_raj_jain_"], ["linkedin", "https://linked.com/in/rishi-raj-jain"]])

## Optional

about: optional, String (without quotes or newline)
og:
    image: optional, String (without quotes or newline)
ga:
    enabled: boolean, true or false (without quotes or newline)
    configID: **required if enabled is true**, String (ex. "G-RANDOM")
background:
    color: optional, can be a String (ex. pink), Hexcode (ex. "#C1C1C1" with the quotes) or anything that background: CSS supports
    image: optional, an absolute URL
rishi-raj-jain commented 1 year ago

Bad luck! Here's what we found breaking in your data:

Invalid element inside 'links' array received.

I promise I'll handle this better, but you'd have to create a new issue for now.