Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Add the ability to include rel="me" tags to links so we van verify our accounts on the fediverse #9858

Open
1 task done
phillippradoxyz opened this issue Dec 1, 2023 · 7 comments
Assignees
Labels
⭐ goal: addition undefined 🔢 points: 3 undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned)

Comments

@phillippradoxyz
Copy link

Is this a unique feature?

  • I have checked "open" AND "closed" issues and this is not a duplicate

Is your feature request related to a problem/unavailable functionality? Please describe.

Title says it all! I'd like to verify my biodrop account on my Mastodon profile, but I see no way to do it right now because I can't add the necessary rel="me" tag to links on my biodrop profile.

Proposed Solution

I have no idea the best way to fix or implement this. Just something I wanted to put out there.

Screenshots

No response

Do you want to work on this issue?

No

If "yes" to above, please explain how you would technically implement this

No response

@phillippradoxyz phillippradoxyz added ⭐ goal: addition undefined 🚦 status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) labels Dec 1, 2023
Copy link
Contributor

github-actions bot commented Dec 1, 2023

To reduce notifications, issues are locked until they are 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned) and to be assigned. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md

@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2023
@eddiejaoude
Copy link
Member

Thank you for raising the idea 👍

@eddiejaoude eddiejaoude added 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned) 🔢 points: 3 undefined and removed 🚦 status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) labels Dec 7, 2023
@github-actions github-actions bot unlocked this conversation Dec 7, 2023
Copy link
Contributor

github-actions bot commented Dec 7, 2023

The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md

@victorchrollo14
Copy link
Contributor

victorchrollo14 commented Dec 8, 2023

hey @eddiejaoude , Can I work on this issue.
Seems like to get a verification mark on the website link, we have added on our mastodon profile.
We need to do the following.
image

  • I added my mastodon link to my biodrop profile.

image

  • Then I added my biodrop link on mastodon, but it doesn't show verified mark.

image

@eddiejaoude
Copy link
Member

eddiejaoude commented Dec 9, 2023

@victorchrollo14 how to do you plan to solve it? I have assigned it to you

ℹ️ eddiejaoude has some opened assigned issues: 🔧View assigned issues

@victorchrollo14
Copy link
Contributor

image

According to maston's documentation, we need to have the link
<a rel="me" href="https://mastodon.social/@victor142">Mastodon</a> in the biodrop's page.

But in biodrop we are not embedding the user's links directly instead we use the following which takes care of redirecting to the actual url.

href={`${BASE_URL}/api/profiles/${username}/links/${link._id}`}

Solution 1

  • Whenever someone adds a maston's link, we embed it directly in the page instead of the normal approach of using a biodrop link that redirects to the actual link.

Solution 2

  • Maston's docs say that we can keep the link invisible, but it has to be on the page somewhere.
  • So we can go with the normal approach of using links in biodrop.
  • along with it, we need to embed the maston's link somewhere else the page, where it is unclickable and invisible to the users.

Are there any other better approaches we can take?

@eddiejaoude
Copy link
Member

eddiejaoude commented Dec 17, 2023

thank you 👍 I have shared this with the maintainers to discuss further

ℹ️ eddiejaoude has some opened assigned issues: 🔧View assigned issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
⭐ goal: addition undefined 🔢 points: 3 undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants