PHP code example of justoverclock / og-meta-tag
1. Go to this page and download the library: Download justoverclock/og-meta-tag library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
justoverclock / og-meta-tag example snippets
<meta property="og:site_name" content="Website Name">
<meta property="og:type" content="website">
<meta property="og:image" content="https://url-to-my.jpg">
<meta property="og:description" content="Flarum is the best forum in the world.">
<meta property="og:title" content="Flarum Developer">
<meta property="og:url" content="https://flarum.it">
sh
composer update justoverclock/og-meta-tag:"*"
php flarum cache:clear