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

Open graph tags #95

Merged
merged 2 commits into from
Jun 16, 2016
Merged

Open graph tags #95

merged 2 commits into from
Jun 16, 2016

Commits on Jun 16, 2016

  1. Use FB open graph tags in main layout so all pages are more shareable…

    … on FB
    
    - Also add og:image tag to guide pages so the stack icon shows up if it's
      available.
    - Note FB open graph tags require external URLs
    durden committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    62db30d View commit details
    Browse the repository at this point in the history
  2. FB open graph does not support SVG images only use png/jpg/jpeg on gu…

    …ide pages
    
    - Add explicit width/height and description to satisfy open graph debugger warnings
    - This will fallback to the user's avatar image if the stack image isn't the
      right format.
    - We're planning on transitioning to png for stack images so this should
      automatically work once that change happens.
        - Follow #89 for more discussion on that topic.
    durden committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    3e9d915 View commit details
    Browse the repository at this point in the history