I have tried every combination of og:type, og:description, og:title as well as other tags and can not come up with a preview like twitter does on iMessage. I'm thinking this preview may be hardcoded only for Twitter? The top image is what I want, the bottom image is all I can get.
Does anyone know if it's possible to make an iMessage link preview like Twitter?
Asked Answered
I discovered that Twitter is in fact hard coded into the link presentation framework in iOS. You can see the strings found in the LinkPresentation framework.
Which file is this in exactly? –
Tatter
The executable file for LinkPresentation.framework –
Giveaway
Wow, great find. I had the exact same question but didn't think to dig this deep. Wish Apple would give other links this UI functionality too. –
Plexiglas
Did you try this ?
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="Your Website Title"/>
<meta name="twitter:title" content="Your Website Link"/>
<meta name="twitter:description" content="Some description…."/>
Does not work, discovered apple has twitter hard coded in. –
Giveaway
© 2022 - 2025 — McMap. All rights reserved.