JackieChun
Well-known member
- Affected version
- 2.3.2
If you upload the open graph image via the admin panel but intentionally don't upload the "icon" or "large icon" images (these should be named more accurately btw), XenForo automatically uses your og image as apple-touch-icon. Here's the output I'm seeing:
This is unwanted behavior because the open graph image specs (and purpose) are totally different from Apple or Android icons. Og uses the 1.91:1 ratio while the Android/Apple are square. If you use Google's best practices, which recommends listing all your Android icons in a separate web manifest file and a separate icon for Apple devices, XenForo will override your choices by creating an icon from your OG image instead.
Please make a note for 2.3.4
Code:
<link rel="apple-touch-icon" href="/img/og.webp" />
This is unwanted behavior because the open graph image specs (and purpose) are totally different from Apple or Android icons. Og uses the 1.91:1 ratio while the Android/Apple are square. If you use Google's best practices, which recommends listing all your Android icons in a separate web manifest file and a separate icon for Apple devices, XenForo will override your choices by creating an icon from your OG image instead.
Please make a note for 2.3.4