Skip to content

Instantly share code, notes, and snippets.

@mitchdowney
Created June 30, 2014 05:31
Show Gist options
  • Save mitchdowney/c8cb119b4784142a8a6e to your computer and use it in GitHub Desktop.
Save mitchdowney/c8cb119b4784142a8a6e to your computer and use it in GitHub Desktop.
wtf opengraph?
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#">
<head>
<meta charset=”utf-8”>
{% block head_title %}
<title>Podverse - Find and share podcast highlights</title>
{% endblock %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Find and share highlights of your favorite podcasts. Connect with podcast listeners. Raise money for your podcast. Inspired by reddit.">
<link rel="publisher" href="">
{% block opengraph %}
<meta property="og:url" content="https://www.podverse.tv" />
<meta property="og:title" content="Podverse.tv - Find and share podcast highlights" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Find and share highlights of your favorite podcasts. Connect with podcast listeners. Raise money for your podcast. Inspired by reddit." />
<meta property="og:image" content="https://podverse.tv/static/img/podverse-logo-square.jpg" />
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment