Files
dss.api/templates/social/facebook/mix.html
2015-06-11 21:45:34 +01:00

17 lines
650 B
HTML

<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<meta property="fb:app_id" content="{{ app_id }}" />
<meta property="og:url" content="{{ mix_url }}/" />
<meta property="og:site_name" content="Deep South Sounds"/>
<meta property="og:type" content="deepsouthsounds:mix" />
<meta property="og:title" content="{{ title }}" />
<meta property="og:description" content="{{ description }}" />
<meta property="og:image" content="{{ image_url }}" />
</head>
<body>
</body>
</html>