-
Notifications
You must be signed in to change notification settings - Fork 19
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
New OG tags #322
Comments
Sounds good. Only challenge I see is how we can get the YouTube embed/preview when we share the track URL? Also, what happened to our own oembed endpoint? |
maybe we can use that, https://www.npmjs.com/package/ember-cli-meta-tags we're using https://github.com/adopted-ember-addons/ember-page-title Edit: not sure it is a priority though, just nice to have, as I think it makes sense when you share a track. |
it's not immediately clear but ember-cli-head is actually a dependency of ember-page-title, so we already have it - and can use it :] Example: |
Also, these meta tags enable the r4 player embed on twitter https://zesty-cold.glitch.me/3.html |
Perfect!
|
so when a user share a
track
url:youtube
videotitle + body
So then it is just a wrapper around the media (here youtube), with your description.
And when the media is shared, it can be listened directly, not in the context of the radio. Just that track that you're sharing right now. If the person likes the media, excerpt of the radio, they will click the radio4000 track link that was shared, and tune in.
In any case, nobody listens to playlists, or radios, in feeds that pull in content from og tags (twitter, facebook, chat...).
The text was updated successfully, but these errors were encountered: