Для одноклассников пока нет.
http://fontawesome.io/icons/#brand
https://developers.google.com/structured-data/rich-snippets/articles
<div itemscope itemtype="http://schema.org/NewsArticle"> <h2 itemprop="headline">Article headline</h2> <h3 itemprop="alternativeHeadline">The headline of the Article</h3> <span itemprop="description">A most wonderful article</span> <span itemprop="articleBody">The full body of the article</span> <img itemprop="image" src="thumbnail1.jpg" alt="thumbnail 1 summary"/> <img itemprop="image" src="thumbnail2.jpg" alt="thumbnail 2 summary"/> <meta itemprop="datePublished" content="2015-02-05T08:00:00+08:00"/> </div>
Дополнительно, строку:
$metatags['title'] = $titl_e . $page_extra . ' » ' . $config['home_title'];
заменить на:
$metatags['title'] = $titl_e . $page_extra;
В v.10.4 строку в engine.php:
if (($subaction != '' or $newsid != '') and $news_found) $titl_e = $metatags['title'];
if (($subaction != '' or $newsid != '') and $news_found) $titl_e = $metatags['title']. ' » ' . 'свой текст';
...................
CSS3 tabs with beveled corners
Нужно хоть раз и иногда после читать документацию. Выше подсказали. :)
Перестроение публикаций и есть открыть-сохранить, после кеш попробуй очистить.
@font-face { font-family: 'Roboto Regular'; font-style: normal; font-weight: 400; src: local('Roboto Regular'), local('Roboto-Regular'), url(http://example.org/css/fonts/roboto/roboto-regular.eot), url(http://example.org/css/fonts/roboto/roboto-regular.eot?#iefix) format('embedded-opentype'), url(http://example.org/css/fonts/roboto/roboto-regular.woff) format('woff'), url(http://example.org/css/fonts/roboto/roboto-regular.ttf) format('truetype'), url(http://example.org/css/fonts/roboto/roboto-regular.svg) format('svg');}.text { font-family: 'Roboto Regular', arial; font-size: XXpx; }
Не используйте нестандартные шрифты.