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
- Add a Friendica link on your LinkStack page
- On your Friendica instance, add your LinkStack page as your Homepage
- 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!
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
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!