-
Notifications
You must be signed in to change notification settings - Fork 309
Handle message_embed
website previews
#1016
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
Labels
a-content
Parsing and rendering Zulip HTML content, notably message contents
Milestone
Comments
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Nov 18, 2024
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Dec 11, 2024
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Dec 11, 2024
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Dec 12, 2024
I saw a request for this in the Google Play Console:
|
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jan 21, 2025
The LinkPreview widget follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jan 21, 2025
The LinkPreview widget follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jan 21, 2025
The LinkPreview widget follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 10, 2025
The LinkPreview widget follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 10, 2025
The LinkPreview widget follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 20, 2025
Implements support for displaying website previews messages, follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 24, 2025
Implements support for displaying website previews messages, follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 24, 2025
Implements support for displaying website previews messages, follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 24, 2025
Implements support for displaying website previews messages, follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 24, 2025
Implements support for displaying website previews messages, follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 26, 2025
Implements support for displaying website previews messages, follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 26, 2025
Implements support for displaying website previews messages, follows the Web styling, like having different layout for larger viewports (> 576), and any other constraints that are empirically present on Web. Fixes: zulip#1016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I.e., this Zulip feature:
https://zulip.com/help/image-video-and-website-previews#configure-whether-website-previews-are-shown
which we've also called "inline URL preview".
The HTML elements for these look like
<div class="message_embed">
. Example message here:https://chat.zulip.org/#narrow/stream/101-design/topic/auto-linkification.20of.20issues/near/193181
On chat.zulip.org these are scarce because it's a realm-level setting which we turned off after a brief period enabled, so it's easy for us to forget about this feature. But on realms that have the setting turned on, they'll naturally be much more common.
These appeared in the results of the survey #917 / #190 of unimplemented content features. Thanks to @andersk for pointing out (#965 (comment)) that this is a current feature.
The text was updated successfully, but these errors were encountered: