XF 1.5 Aks: displayed image when sharing posts on facebook

lac luoc

Member
I want when I shared the article on facebook facebook will receive entries to represent images like photos below:
Capture.webp
I have followed the above guidelines, but many are not. Looking forward to your help. Thanks!
 
I believe you want facebook to include an image from your thread. xenforo will only display your forum logo. You'd need a hack that would include meta data for each thread.
Code:
<meta property="og:image"  content="http://www.your-domain.com/path/image.jpg" />
 
Top Bottom