Testing audio embed card.
This commit is contained in:
parent
c47f6ba19d
commit
affa55cedd
|
@ -1,6 +1,12 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
|
<meta property="og:type" content="music.song" />
|
||||||
|
<meta property="twitter:card" content="player" />
|
||||||
|
<meta property="twitter:url" content="{{ siteurl }}{{ sitepath }}{{ filename }}" />
|
||||||
|
<meta property="twitter:player:height" content="400">
|
||||||
|
<meta property="twitter:player:width" content="400">
|
||||||
|
<meta property="twitter:player" content="{{ siteurl }}{{ sitepath }}{{ filename }}" />
|
||||||
<meta property="og:audio:url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
<meta property="og:audio:url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
||||||
<meta property="og:audio:secure_url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
<meta property="og:audio:secure_url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue