Clean up and improve generated OpenGraph tags (#4901)
- Return all images as og:image - Return videos as og:image (preview) and og:video - Return profile:username on profiles
Showing
- app/helpers/application_helper.rb 4 additions, 0 deletionsapp/helpers/application_helper.rb
- app/serializers/oembed_serializer.rb 1 addition, 1 deletionapp/serializers/oembed_serializer.rb
- app/views/accounts/_og.html.haml 9 additions, 8 deletionsapp/views/accounts/_og.html.haml
- app/views/accounts/show.html.haml 1 addition, 1 deletionapp/views/accounts/show.html.haml
- app/views/stream_entries/_og_description.html.haml 2 additions, 2 deletionsapp/views/stream_entries/_og_description.html.haml
- app/views/stream_entries/_og_image.html.haml 18 additions, 4 deletionsapp/views/stream_entries/_og_image.html.haml
- app/views/stream_entries/show.html.haml 5 additions, 5 deletionsapp/views/stream_entries/show.html.haml
- spec/views/stream_entries/show.html.haml_spec.rb 4 additions, 4 deletionsspec/views/stream_entries/show.html.haml_spec.rb
Loading
Please register or sign in to comment