Altered og meta tags

This commit is contained in:
Fergal Moran
2014-03-16 21:37:44 +00:00
parent 43bbfda902
commit 39536f8d35
2 changed files with 19 additions and 13 deletions

1
.gitignore vendored
View File

@@ -28,3 +28,4 @@ dsskeys
*.map
./dds.sublime-project
./dds.sublime-workspace
reload

View File

@@ -1,16 +1,21 @@
<!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 }}/" />
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:type" content="deepsouthsounds:song" />
<meta property="og:title" content="{{ title }}" />
<meta property="og:description" content="{{ description }}" />
<meta property="og:image" content="{{ image_url }}" />
</head>
<body>
</body>
</html>
<meta property="og:site_name" content="Deep South Sounds"/>
<meta property="og:type" content="music.song" />
{% comment %}
<meta property="og:audio" content="{{ audio_url }}">
<meta property="og:audio:type" content="audio/mpeg">
{% endcomment %}
<meta property="og:title" content="{{ title }}" />
<meta property="og:description" content="{{ description }}" />
<meta property="og:image" content="{{ image_url }}" />
</head>
<body>
</body>
</html>