Link preview + Marketplace user profile > how do I show the specific user?

Hi- I’m trying to figure out how do I show the specific user in a link preview?

It’s a user profile in a marketplace, so the page is the same across users, and it pulls the data (from Supabase) of the specific user. Currently, the link preview is showing up as the pic below, and I’m hoping it would display some of the user info instead.

You can dynamically put in the SEO for the user at the page level. Then it will pull that info for the preview. I am doing this for my blog plink previews like this:

The only issue I see with what you are trying to do is privacy rules. You have to be careful. You might be exposing too much of your user data. I would have split out the parts you want public into a different dataType.

Hi- thanks for this. Do you mind letting me know how you set it up please?

Played around a bit. Is this how you set it up on Bubble?

Is that how you are displaying your data on your page? I’m not sure why you have a list of objects first item. :blush:

I mostly just use "objects" vs. “object.” More a habit thing than good use case.

should be a list of 1, selecting the first item.

Oh, ok. Well, in theory, if that is how you have your page setup, then it should work. You should be able to do an image as well.