So i’m currently trying to make a twitter like site, and @ mentions are something that is puzzling me.
So i’m currently trying to go into a post and turn any @name stuff into the same text but have that text link to a page which is set up to be a user’s profile.
the url for the page is set up as [appname].bubbleapps.io/member/[username]-[unique id]
would anyone know how this would be done if it is possible?