this post was submitted on 10 Jun 2023
583 points (97.6% liked)
Lemmy.World Announcements
29099 readers
6 users here now
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news ๐
Outages ๐ฅ
https://status.lemmy.world/
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Support e-mail
Any support requests are best sent to info@lemmy.world e-mail.
Report contact
- DM https://lemmy.world/u/lwreport
- Email report@lemmy.world (PGP Supported)
Donations ๐
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Join the team
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hmm, you're doing it right, when you click through from the community search there should be a big subscribe button in the sidebar. If not, I'm honestly not sure why that would be!
Figured it out! You click on the result, and then you'll be taken to the community, but opened in the same instance. From there, you can hit subscribe!
Yep! Someone actually made a bookmarklet yesterday so if you find yourself accidentally having opened a remote community link you can hit the bookmark to be taken back to the lemmy.world version...hang on...
javascript:(function() {const myInst="lemmy.world";let currUrl=window.location.toString().split("/");let currInst=currUrl[2];currUrl[2]=myInst;let newUrl=currUrl.join("/")+"@"+currInst;window.location=newUrl;})()
Just drag that code up to your bookmarks bar, it really helps take a lot of the jank out of things.
Image of what comes up just in case I'm blind