Search the Community
Showing results for tags 'twitter'.
-
Данное решение выводит список последних твиттов из вашего твиттера. Подключаем скрипт в шаблоне <strong>index.tpl</strong> {* Последнии твитты*} <script src="design/{$settings->theme}/js/mylatesttweets.js"></script> Сам фаил скрипта скачиваем тут: <a href='http://simpladesign.ru/wp-content/uploads/2012/06/mylatesttweets.js'>mylatesttweets.js</a> так же в фаил <strong>index.tpl</strong> добавляем: <script type="text/javascript"> var twitter; YAHOO.util.Event.onDOMReady( function() { window.twitter_callback_search = function (twitt
-
Еще одно решение меню категорий на базе Twitter Bootstrap: <!-- Меню каталога --> <div class="dropdown clearfix" style="margin-top :50px;"> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu" style="display: block; position: static; margin-bottom: 5px; *width: 180px;"> {function name=categories_tree} {if $categories} {foreach $categories as $c} {if $c->visible} {if $c->subcategories} <li class="dropdown-submenu"><a tabindex="-1" href="catalog/{$c->url}" data-category="{$c->id}">{$c-&g