Skip to content
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

Add Open Graph preview functionality #1653

Open
wants to merge 4 commits into
base: stable
Choose a base branch
from

Commits on Oct 26, 2023

  1. Add OpenGraph preview

    Create OpenGraphPreview component to fetch and parse metadata. Integrate into LinkPreview to show if no other preview available. Implement polished styling for clean, readable design.
    MMDJafari committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4cd79c0 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    MMDJafari committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4e1930c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Exclude internal URLs and subpaths

    Exclude internal URLs and subpaths (i.e., URLs that start with the same origin as the current window location) from being checked for Open Graph tags
    MMDJafari committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    eb7b77f View commit details
    Browse the repository at this point in the history
  2. Use CORS proxy to fetch OG tags for websites that do not have CORS ac…

    …cess
    
    This change will allow us to display link previews for websites that we were not able to display them for before
    MMDJafari committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    117c88e View commit details
    Browse the repository at this point in the history