Авторизуйтесь по паролю
gresius 28.10.2014 meta-теги Все вопросы » Общие вопросы 2624
vitnet - 2015-05-0528 октября 2014 14:54 - #36869
if( $subaction == 'showfull' ) { code to execute}
gresius - 2015-05-0528 октября 2014 15:04 - #36870
vitnet - 2015-05-0528 октября 2014 15:12 - #36871
gresius - 2015-05-0528 октября 2014 15:20 - #36872
<meta property="og:image" content="https://i.ytimg.com/vi/{$xfieldsdata['youtube']}/maxresdefault.jpg">
if( $subaction == 'showfull' ) { <meta property="og:image" content="https://i.ytimg.com/vi/{$xfieldsdata['youtube']}/maxresdefault.jpg">}
if( == 'showfull' ) {
vitnet - 2015-05-0528 октября 2014 16:25 - #36874
if ($config['allow_rss']) $metatags .= <<<HTML<link rel="alternate" type="application/rss+xml" title="{$rss_title}" href="{$rss_url}" />HTML;
if( $subaction == 'showfull' ) { $metatags .= <<<HTML\n<meta property="og:image" content="https://i.ytimg.com/vi/{$xfieldsdata['youtube']}/maxresdefault.jpg" />HTML;}
gresius - 2015-05-0528 октября 2014 16:51 - #36875
iframe { width: 100%; height: 400px; /* Высота по умолчанию */ } /* Мобильные устройства */ @media (max-width: 768px) { iframe { height: 300px; } } /* Очень маленькие экраны */ @media (max-width: 480px) { iframe { height: 250px; } }