Skip to content

Friendica not included for Rel=Me #971

@genius6

Description

@genius6

LinkStack version

4.8.6

Description

Currently, it seems that only Mastodon, Firefish and Streams are configured to allow Rel=Me links. However, Friendica does support this feature, and would benefit from being added to the list.

Details about your system

System is irrelevant for this entry

How to reproduce

  1. Add a Friendica link on your LinkStack page
  2. On your Friendica instance, add your LinkStack page as your Homepage
  3. See that Friendica can't verify the LinkStack page since the Rel="Me" component on the link is missing

Possible Solution

In meta.blade.php, change the following:
$relMe = "mastodon, firefish, streams";
for
$relMe = "mastodon, firefish, streams, friendica";

Additional Context

I am not sure if the best solution would be to simply add Friendica, or make it a parameter somehow? I am guessing other platforms could support it as well...

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions