mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-31 21:25:46 +00:00
19 lines
699 B
HTML
Executable File
19 lines
699 B
HTML
Executable File
<!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:type" content="deepsouthsounds:song" />
|
|
<meta property="og:audio" content="{{ audio_url }}" />
|
|
<meta property="og:audio:type" content="audio/vnd.facebook.bridge" />
|
|
<meta property="og:title" content="{{ title }}" />
|
|
<meta property="og:description" content="{{ description }}" />
|
|
<meta property="og:image" content="{{ image_url }}" />
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|