﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebDuty &#187; Juitter</title>
	<atom:link href="http://webduty.ru/tag/juitter/feed" rel="self" type="application/rss+xml" />
	<link>http://webduty.ru</link>
	<description>Блог посвящённый веб-технологиям</description>
	<lastBuildDate>Tue, 10 Apr 2012 19:48:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter на вашем сайте с помощью Juitter</title>
		<link>http://webduty.ru/twitter-%d0%bd%d0%b0-%d0%b2%d0%b0%d1%88%d0%b5%d0%bc-%d1%81%d0%b0%d0%b9%d1%82%d0%b5-%d1%81-%d0%bf%d0%be%d0%bc%d0%be%d1%89%d1%8c%d1%8e-juitter.htm</link>
		<comments>http://webduty.ru/twitter-%d0%bd%d0%b0-%d0%b2%d0%b0%d1%88%d0%b5%d0%bc-%d1%81%d0%b0%d0%b9%d1%82%d0%b5-%d1%81-%d0%bf%d0%be%d0%bc%d0%be%d1%89%d1%8c%d1%8e-juitter.htm#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:06:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Juitter]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[плагин]]></category>

		<guid isPermaLink="false">http://webduty.ru/?p=791</guid>
		<description><![CDATA[Juitter &#8211; это jQuery-плагин, который позволяет размещать сообщения с Twitter&#8217;ра на вашем сайте. Он достаточно лёгок и быстр :) Вы можете выводить свои твиты, либо определённого пользователя, вы можете ограничить язык твитов, выводить твиты нескольких пользователей, фильтровать их по ключевым словам.

Вы можете настроить Juitter под свои требования, указать количество выводимых сообщений, частоту обновления, отображать аватары [...]]]></description>
			<content:encoded><![CDATA[<p>Juitter &#8211; это jQuery-плагин, который позволяет размещать сообщения с Twitter&#8217;ра на вашем сайте. Он достаточно лёгок и быстр :) Вы можете выводить свои твиты, либо определённого пользователя, вы можете ограничить язык твитов, выводить твиты нескольких пользователей, фильтровать их по ключевым словам.<br />
<img src="http://webduty.ru/wp-content/uploads/2009/07/cover10.jpg" alt="cover" title="cover" width="500" height="250" class="simple size-full wp-image-792" /><br />
Вы можете настроить Juitter под свои требования, указать количество выводимых сообщений, частоту обновления, отображать аватары пользователей или нет. Вы можете легко настроить его внешний вид, используя CSS.<span id="more-791"></span></p>
<h3>Установка</h3>
<p>Установить Juitter на свой сайт очень просто. Нужно подключить необходимые файлы:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;/app/js/jquery-1.3.1.min.js&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;/app/js/jquery.juitter.js&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;/app/js/system.js&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Настройки плагина хранятся в начале файла <em>jquery.juitter.js</em>. Разобраться не сложно.<br />
На странице необходимо указать слой, куда будут выводиться сообщения:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;div</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;juitterContainer&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/div<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Вот и всё.<br />
Дополнительную информацию можно узнать на <noindex><a rel="nofollow" href="http://juitter.com/"  target="_blank">сайте плагина</a></noindex>.<br />
<noindex><a rel="nofollow" href="http://webduty.ru/samples/3/sample.zip" class="download"  style="margin-left: 20px;width: 400px !important;">Cкачать архив c плагином и примером</a></noindex></p>
<p><a href="http://kirilltsarenko.ru" >Создание сайтов в новосибирске</a> лучше всех выполнят эти ребята.</p>
]]></content:encoded>
			<wfw:commentRss>http://webduty.ru/twitter-%d0%bd%d0%b0-%d0%b2%d0%b0%d1%88%d0%b5%d0%bc-%d1%81%d0%b0%d0%b9%d1%82%d0%b5-%d1%81-%d0%bf%d0%be%d0%bc%d0%be%d1%89%d1%8c%d1%8e-juitter.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

