D djbaxter in memoriam 1947-2022 Aug 15, 2018 #1 Where do I add an image for social sharing, specifically for members sharing on Twitter or Facebook?
Chris D XenForo developer Staff member Aug 15, 2018 #2 Use the Admin CP search to look for the "publicMetadataLogoUrl" style property. On that page you can also set a retina resolution logo, and a favicon URL. Upvote 0 Downvote
Use the Admin CP search to look for the "publicMetadataLogoUrl" style property. On that page you can also set a retina resolution logo, and a favicon URL.
D djbaxter in memoriam 1947-2022 Aug 15, 2018 #3 Entered the URL to the image there but it doesn't show up[ on Twitter. It does seem to work for Facebook. On another (vBulletin) site, I had to specify Twitter separately as: Code: <meta name="twitter:card" content="summary"> <meta name="twitter:image" content="https://bizwarriors.com/forum/bizwarriors.logo.og.png"> Upvote 0 Downvote
Entered the URL to the image there but it doesn't show up[ on Twitter. It does seem to work for Facebook. On another (vBulletin) site, I had to specify Twitter separately as: Code: <meta name="twitter:card" content="summary"> <meta name="twitter:image" content="https://bizwarriors.com/forum/bizwarriors.logo.og.png">
Chris D XenForo developer Staff member Aug 15, 2018 #4 We already take care of that. If you look in the source, it's already there, so it should show on Twitter: HTML: <meta property="og:image" content="https://bizwarriors.com/forum/bizwarriors.logo.og.png" /> <meta property="twitter:image" content="https://bizwarriors.com/forum/bizwarriors.logo.og.png" /> <meta property="twitter:card" content="summary" /> According to the card validator here, it should work: https://cards-dev.twitter.com/validator Upvote 0 Downvote
We already take care of that. If you look in the source, it's already there, so it should show on Twitter: HTML: <meta property="og:image" content="https://bizwarriors.com/forum/bizwarriors.logo.og.png" /> <meta property="twitter:image" content="https://bizwarriors.com/forum/bizwarriors.logo.og.png" /> <meta property="twitter:card" content="summary" /> According to the card validator here, it should work: https://cards-dev.twitter.com/validator
D djbaxter in memoriam 1947-2022 Aug 16, 2018 #5 You're right. It works perfectly in the card validatior. But I don't see it when I view it in my account on Twitter. It must be a caching issue. I'll try again later. Upvote 0 Downvote
You're right. It works perfectly in the card validatior. But I don't see it when I view it in my account on Twitter. It must be a caching issue. I'll try again later.
D djbaxter in memoriam 1947-2022 Aug 16, 2018 #6 Yes. I cleared my browser cache and checked again. It's working just as it should. Upvote 0 Downvote