Fix og:image #2824

Closed
opened 2019-08-29 23:55:38 +02:00 by jsigwart · 4 comments
jsigwart commented 2019-08-29 23:55:38 +02:00 (Migrated from github.com)

https://developers.facebook.com/tools/debug/sharing/?q=beta.lbry.tv
http://www.opengraphtester.com/test/

Current tag: <meta property="og:image" content="/og.png" />

I think this should be: <meta property="og:image" content="https://beta.lbry.tv/og.png" />

Reading the OG spec, it appears this might work as well: <meta property="og:image:secure_url" content="https://beta.lbry.tv/og.png" />

https://developers.facebook.com/tools/debug/sharing/?q=beta.lbry.tv http://www.opengraphtester.com/test/ **Current tag:** ```<meta property="og:image" content="/og.png" />``` **I think this should be:** ```<meta property="og:image" content="https://beta.lbry.tv/og.png" />``` Reading the OG spec, it appears this might work as well: ```<meta property="og:image:secure_url" content="https://beta.lbry.tv/og.png" />```
jsigwart commented 2019-08-30 22:18:58 +02:00 (Migrated from github.com)
Also, Twitter card should be added. https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary-card-with-large-image.html
tzarebczan commented 2019-09-06 16:38:39 +02:00 (Migrated from github.com)

@jsigwart can you check this out again - we recently enabled the actual channel/claim OG images to show.

@jsigwart can you check this out again - we recently enabled the actual channel/claim OG images to show.
jsigwart commented 2019-09-06 16:49:13 +02:00 (Migrated from github.com)

Much better, still not working on Twitter yet. Facebook has a couple warnings that should be fixed:

Missing Properties
The following required properties are missing: og:title, fb:app_id

Facebook debugger here (I included sample media): https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fbeta.lbry.tv%2F%40FreeYourMindArt%3Ae%2F06Phoenix%3A9

Much better, still not working on Twitter yet. Facebook has a couple warnings that should be fixed: Missing Properties The following required properties are missing: og:title, fb:app_id Facebook debugger here (I included sample media): https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fbeta.lbry.tv%2F%40FreeYourMindArt%3Ae%2F06Phoenix%3A9
tzarebczan commented 2019-11-04 21:25:01 +01:00 (Migrated from github.com)
Closing for https://github.com/lbryio/lbry-desktop/issues/3176
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#2824
No description provided.