mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
#109: Added secure_url because Facebook was complaining
This commit is contained in:
parent
5094422107
commit
d67ff0b888
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
<meta property="og:description" content="{{ str_limit($track->description, $limit = 200, $end = '...') }}">
|
<meta property="og:description" content="{{ str_limit($track->description, $limit = 200, $end = '...') }}">
|
||||||
<meta property="og:site_name" content="Pony.fm" />
|
<meta property="og:site_name" content="Pony.fm" />
|
||||||
<meta property="og:audio" content="{{ $track->getStreamUrl('MP3') }}" />
|
<meta property="og:audio" content="{{ $track->getStreamUrl('MP3') }}" />
|
||||||
|
<meta property="og:audio:secure_url" content="{{ $track->getStreamUrl('MP3') }}" />
|
||||||
<meta property="og:audio:type" content="audio/mpeg" />
|
<meta property="og:audio:type" content="audio/mpeg" />
|
||||||
<meta property="music:duration" content="{{ round($track->duration) }}" />
|
<meta property="music:duration" content="{{ round($track->duration) }}" />
|
||||||
<meta property="fb:admins" content="1165335382" />
|
<meta property="fb:admins" content="1165335382" />
|
||||||
|
|
Loading…
Reference in a new issue