Skip to content

Instantly share code, notes, and snippets.

@aktaumag
Created March 6, 2020 15:20
Show Gist options
  • Save aktaumag/bc68b55b954f8cacb5581796e150b9f7 to your computer and use it in GitHub Desktop.
Save aktaumag/bc68b55b954f8cacb5581796e150b9f7 to your computer and use it in GitHub Desktop.
@aktaumag
Copy link
Author

aktaumag commented Mar 6, 2020

<meta property="og:locale" content="ru_RU"/>
<meta property="og:title" content="<?php echo $title_tag; ?>"/>
<meta property="og:url" content="<?php echo $ws_uri_canonical; ?>"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="<?php echo $description_tag; ?>"/>
<meta property="og:site_name" content="Site Name"/>
<meta property="og:image" content="<?php echo 'https://sitedomen.ru'.$wsogimage; ?>"/>
<meta property="og:image:secure_url" content="<?php echo 'https://sitedomen.ru'.$wsogimage; ?>"/>
<?php $imageparam = getimagesize(htmlspecialchars('https://sitedomen.ru'.$wsogimage));  ?>
<meta property="og:image:type" content="<?php echo $imageparam['mime']; ?>"/>
<meta property="og:image:width" content="<?php echo $imageparam[0]; ?>"/>
<meta property="og:image:height" content="<?php echo $imageparam[1]; ?>"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment