WPIntell

Source evidence

Image Size

Simple Auto-Poster for Bluesky · support · 2024-11-20T19:41:00+00:00

complaintsentiment
mediumseverity
0.87relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Frank unresolved
@lunaraurora I just installed and it seems to be working great, except for the images. I was using Buffer to post to Bluesky and it posted the images correctly (square 640×640 pixels) I’m not sure how your app works but it only shows 50% of the image height and clicking on it takes the user to the page on my website. Too tell the truth that’s preferable to what buffer was doing. Posting an image and posting a link. I don’t care if the displayed images is resized but is there a way to show the full height and width? The page I need help with: [ log in to see the link] Frank, Perhaps Emma, the plugin developer, will respond to this. It may be a matter for a future development. All I can offer you is some explanation of how the plugin works, and thus why the images might not be optimal. The plugin uses the Bluesky API, which provides a mechanism for inserting post data directly into the Bluesky database. The key parts are the title, description, and image. These parts are retrieved as OpenGraph data from the published website, not from the WP database. This is a process known as scraping. So, it matters what your WP template is posting in the headers. (This is also the process used by Facebook and Twitter, so getting it right will affect all three.) Check your WP posts. Look at the source code to see what headers are being posted. If the header contains a <meta property=”og:image” …> tag, check the image to see its width and height. The plugin does not create thumbnails or modify the images posted. It pulls the image data from the published website and then passes this og:image content to Bluesky. The ideal post image on Bluesky is 16:9, or 1200×675 px. If you use an image with other dimensions it will be scaled to fit. I believe that width is the controlling dimension, so a 600×600 image will be scaled to 1200 wide, and cropped to 675 high. It is possible, but unlikely, that your WP template might not use og:image tags, but might have a fb:image, twitter:image, or X:image. See if you can modify your template to add the og:image tag. Note to Bluesky developers: a helpful feature would be a mechanism to force Bluesky to re-scrape a website.

Comments

1 shown
njesson 2024-11-21T18:45:00+00:00

Frank, Perhaps Emma, the plugin developer, will respond to this. It may be a matter for a future development. All I can offer you is some explanation of how the plugin works, and thus why the images might not be optimal. The plugin uses the Bluesky API, which provides a mechanism for inserting post data directly into the Bluesky database. The key parts are the title, description, and image. These parts are retrieved as OpenGraph data from the published website, not from the WP database. This is a process known as scraping. So, it matters what your WP template is posting in the headers. (This is also the process used by Facebook and Twitter, so getting it right will affect all three.) Check your WP posts. Look at the source code to see what headers are being posted. If the header contains a <meta property=”og:image” …> tag, check the image to see its width and height. The plugin does not create thumbnails or modify the images posted. It pulls the image data from the published website and then passes this og:image content to Bluesky. The ideal post image on Bluesky is 16:9, or 1200×675 px. If you use an image with other dimensions it will be scaled to fit. I believe that width is the controlling dimension, so a 600×600 image will be scaled to 1200 wide, and cropped to 675 high. It is possible, but unlikely, that your WP template might not use og:image tags, but might have a fb:image, twitter:image, or X:image. See if you can modify your template to add the og:image tag. Note to Bluesky developers: a helpful feature would be a mechanism to force Bluesky to re-scrape a website.