Feature #29617
openPage link embeds/Open graph
0%
Description
I tried to search for duplicates, but couldn't find anything similar potentially proposed earlier.
It's probably a low priority feature, but I think it would be great with proper page embeds which could possibly also display a short and dynamic summary (a first paragraph of a page for instance) just like on Wikipedia, see the attachment.
Files
Related issues
Updated by Go MAEDA about 6 years ago
- Related to Feature #15333: oEmbed Support for tickets/wiki added
Updated by Anonymous almost 6 years ago
Would just like to propose a minor draft to at least get something started on this topic, something like this needs to be added after the last meta tag in base.html.erb to at least get things to embed correctly.
<meta property="og:title" content="<%= html_title %>" /> <meta property="og:description" content="description variable which will capture summary" />
I also noticed, if <%= html_title %> helper is called more than once somewhere, it will duplicate itself the number of times equal to the call count... is this a bug or intended behavior?