Skip to content

Commit

Permalink
#109: Added secure_url because Facebook was complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Citrine committed Oct 30, 2016
1 parent 5094422 commit d67ff0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/tracks/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<meta property="og:description" content="{{ str_limit($track->description, $limit = 200, $end = '...') }}">
<meta property="og:site_name" content="Pony.fm" />
<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="music:duration" content="{{ round($track->duration) }}" />
<meta property="fb:admins" content="1165335382" />
Expand Down

0 comments on commit d67ff0b

Please sign in to comment.