Оффлайн страничка Elegance Under - от MysterIoes
Оффлайн страничка Elegance Under - рип от MysterIoes
Установка:
-------------------
В файле js/custom.js меняем дату и логин Твиттера
======================
<div class="scriptcode">
var startdate = new Date("May 5, 2012 00:00:00") // дата начало отключения сайта
var newdate = new Date("Oct 1, 2013 00:00:00"); // дата окончания отключения сайта
</div>
<div class="scriptcode">
jQuery(function($){
$(".twitterbody").tweet({
join_text: "auto",
username: "UBLDesigns", // Вводим свой логин Твиттера
avatar_size: 48,
count: 1,
auto_join_text_default: "we said,",
auto_join_text_ed: "we",
auto_join_text_ing: "we were",
auto_join_text_reply: "we replied",
auto_join_text_url: "we were checking out",
loading_text: "loading tweets..."
});
});
</div>
Всё!
/* Автор рипа: MysterIoes */
[attachment=8524]