Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluesky Links Don’t Show Previews on WhatsApp #3411

Open
rcoenen opened this issue Jan 19, 2025 · 0 comments
Open

Bluesky Links Don’t Show Previews on WhatsApp #3411

rcoenen opened this issue Jan 19, 2025 · 0 comments

Comments

@rcoenen
Copy link

rcoenen commented Jan 19, 2025

Issue: Bluesky Links Don’t Show Previews on WhatsApp

Description

When sharing Bluesky links on WhatsApp, such as this post by Mark Cuban:

https://bsky.app/profile/mcuban.bsky.social/post/3lg4cwuz6nc2b

no preview is generated. Instead, the link appears as plain text, without any title, description, or image. This happens because the links lack proper Open Graph (OG) metadata, which WhatsApp uses to generate rich previews.

Steps to Reproduce

  1. Copy the link: https://bsky.app/profile/mcuban.bsky.social/post/3lg4cwuz6nc2b
  2. Share it on WhatsApp.
  3. Notice that no preview appears with the link.

Expected Behavior

The link should display a preview using Open Graph metadata, including:

  • Title: (e.g., "Mark Cuban's Post").
  • Description: (e.g., "Read Mark Cuban's latest post on Bluesky").
  • Thumbnail: (e.g., a profile picture or Bluesky logo).

Actual Behavior

The link appears as plain text, with no preview or additional details.

Suggested Fix

Add Open Graph metadata to Bluesky links to ensure platforms like WhatsApp can generate previews. This should include:

  • og:title (e.g., "Mark Cuban's Post").
  • og:description (e.g., "Read Mark Cuban's latest post on Bluesky").
  • og:image (e.g., a profile picture or a default Bluesky thumbnail).
  • og:url (the URL of the link being shared).

Priority

High – Fixing this issue will improve engagement by making Bluesky links more visually appealing and informative when shared on WhatsApp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant