|
|
@ -17,9 +17,12 @@
|
|
|
|
@push('meta')
|
|
|
|
@push('meta')
|
|
|
|
|
|
|
|
|
|
|
|
<meta property="og:description" content="{{ $status->caption }}">
|
|
|
|
<meta property="og:description" content="{{ $status->caption }}">
|
|
|
|
<meta property="og:image" content="{{$status->mediaUrl()}}">
|
|
|
|
<meta property="og:image" content="{{$status->thumb()}}">
|
|
|
|
<link href='{{$status->url()}}' rel='alternate' type='application/activity+json'>
|
|
|
|
<link href='{{$status->url()}}' rel='alternate' type='application/activity+json'>
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
|
|
|
|
@if($status->viewType() == "video" || $status->viewType() == "video:album")
|
|
|
|
|
|
|
|
<meta property="og:video" content="{{$status->mediaUrl()}}">
|
|
|
|
|
|
|
|
@endif
|
|
|
|
@endpush
|
|
|
|
@endpush
|
|
|
|
|
|
|
|
|
|
|
|
@push('scripts')
|
|
|
|
@push('scripts')
|
|
|
|