Social media sharing with image preview

138 Views Asked by At

I'm working on a Flutter website where I have integrated social media sharing options like Twitter, LinkedIn, WhatsApp, and Gmail. Each post on my app has an associated image, and I want to display this image preview along with the text when users share a post on social media.

I've attempted to include OG tags for image preview with Share_Plus. However, the image is not showing up. Additionally, I've used URL launcher with Twitter and LinkedIn share URLs, but the dialogs don't display my post's content.

I expected that including OG tags would enable image previews when sharing with Share_Plus. For Twitter and LinkedIn, I expected the share URLs to open dialogs with my post's specific content, including both text and image preview.

0

There are 0 best solutions below