Exemple #1
0
?>
    <meta name="twitter:creator" content="<?php 
echo $this->author;
?>
">
    <meta name="twitter:card" content="summary">
    <meta property="og:type" content="article" /> 
    <meta property="og:title" name="twitter:title" content="<?php 
echo $this->title;
?>
" />
    <?php 
if (!empty($this->main_image)) {
    ?>
    <meta property="og:image" name="twitter:image" content="<?php 
    echo implode('', BootWiki::parseRoute());
    echo $this->main_image;
    ?>
" />
    <link href="<?php 
    echo $this->main_image;
    ?>
" rel="image_src">
    <?php 
}
?>
    <base href="<?php 
echo BASEURL;
?>
/">