PHP Classes

File: resources/views/components/social-meta.blade.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   mtube   resources/views/components/social-meta.blade.php   Download  
File: resources/views/components/social-meta.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mtube
Application to share videos between users
Author: By
Last change:
Date: 2 years ago
Size: 495 bytes
 

Contents

Class file image Download
<meta name="twitter:card" content="{{ $card }}" />

<meta property="og:type" content="{{ $type }}">
<meta property="og:title" content="{{ $title }}" />

@if ($description)
    <meta name="description" content="{{ $description }}">
    <meta property="og:description" content="{{ $description }}">
@endif

@if ($image)
    <meta property="og:image" content="{{ $image }}" />
@endif

<meta property="og:url" content="{{ $url }}" />
<meta property="og:locale" content="{{ app()->getLocale() }}" />