Remove link preview if there's an inline image
I noticed something odd today. I created a post which had an image inline and a hyperlink, and it showed both the image and the hyperlink's preview. Is there anyway to prevent this?
You can click on the 3 dot and remove the link preview.
Shahjahan JewelΒ Good to know! Thank you.
Shahjahan JewelΒ Do you happen to know in the dev docs there is info about how to attach an image? I built an airtable - > FC integration and right now are being attached inline which doesn't seem like the correct way and is resulting in the issue.
BobΒ So if you paste an image it will be added as inline but if you click the image icon then upload then it will be added as the post image.
Shahjahan JewelΒ Yes, I'm aware. That's why I asked about if there is something in the developer docs about how to attach an image, because I'm doing this programatically.
Sharing a screen recording would be helpful, you can also open a support ticket.
Tawsif Ahmed RiyadΒ Jewel pretty much answered it, and I didn't realize that I was putting the images inline. I'm doing this programmatically, from Airtable to Fluent Community, so the n8n workflow I built is sticking the images in the description -- thus there's a link preview AND the image preview. If they were attached the correct way it doesn't look like that happens. I just need to figure out how to attach them correctly via the API. That is what I was asking about.
Shahjahan JewelΒ Is it possible to remove a link from the description but keep the preview?