Viewing 1 replies (of 1 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hi Harald,

    LinkedIn likely rejects your Open Graph image for two reasons:

    1. Missing dimensions: The og:image:width and og:image:height tags are missing. LinkedIn requires these to avoid downloading the image to calculate its size, which can cause LinkedIn to reject the image on failure.
    2. Square ratio: The image is 1852×1752. LinkedIn expects a 1.91:1 landscape ratio (e.g., 1200×627).

    To fix these issues, use the Select Image button in the Social settings instead of a URL. Selecting from the Media Library lets you crop the image to the correct dimensions. It also ensures that the width and height tags are generated because TSF can store the image ID for image metadata retrieval.

    To bypass LinkedIn’s cache during testing, append a query string like https://example.com/?v=1 in the Post Inspector.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.