6 Haziran 2012 Çarşamba


Blogger Jquery Son Twitler Eklentisi Widgets


Blogunuzun bir köşesinde , twitter hesabınızdan yazdığınız son yazılarınızı göstermek istermisiniz ?

Jquery ile hazırlanmış , son twitlerim eklentisi ile , twitter yazılarınızı blogger blogunuzdan ziyaretçilerinizle paylaşabilirsiniz..


Hemen anlatıma geçelim..

Blogunuzun yönetim panelinden Yerleşim >> Gadget Ekle >> HTML/JavaScript seçeneğini seçelim ve açılan panele aşağıdaki kodları ekleyelim..
<div id="twitter-ticker"><div id="top-bar"><div id="twitIcon"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidOw_DPDO7sIg7hQTkE_1pDPVPT59J4sL8o2a4V-RMa3ethyphenhyphen3pl2O1ZPVrTm5oeqnw8A_q8BoldzUNZDKSPqMwF5-eTcpzZFtqYm5pkBFaCZ9CVR70cD2EGBuddycf-xhGVyn7VBcXfLo/s1600/helperblogger.com-twitter.png" width="64" height="64" alt="Twitter icon" /></div><h2 class="tut">Son Yazdıklarım</h2></div><div id="tweet-container"><img id="loading" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiN9xkki5b9ep41FokGLCF5yoTV5pX_S2JLS1vWTJWBIbezWY59OsYA8L6hW8csmpyC8naNtZTtKFecgPQDWTCTBmVzI2c8hIBgJxDOUdDt5hIas_UM7_HrEKzw3ym6Bd5FsXBZWvY1-uM/s1600/helperblogger.com-loading.gif" width="16" height="11" alt="Loading.." /></div>
<div id="scroll"></div></div><style>/* CSS Document */h2.tut{/* This is the "MY TWEETS" title */ color: white;font-family: "Myriad Pro", Arial, Helvetica, sans-serif;font-size: 16px;padding: 12px 0 0 58px;text-transform: uppercase;/* The CSS3 text-shadow property */ text-shadow: 2px 1px 6px #333;}#twitter-ticker{/* Styling the ticker */
width: 300px;height: 300px;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqZig8Drbu2mUfvo3MZnS74C-mrVvgO-RTnpIiP2hJyypwfVdRpOA2mfke8k6ueKSEVHP4zsu0SojSSSQqMY2m6JZ9yDEikdl3FnjmFf8TgL3IzwB11MBo0euzVdyR8InLuZXHT3OmrR0/s1600/helperblogger.com-slickbg.png) no-repeat #f5f5f5;color: #666666;display: none;/* Rounded corners */ -moz-border-radius: 10px 10px 6px 6px;-khtml-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;text-align: left;}#tweet-container{/* This is where the tweets are inserted */ height: 230px;width: auto;overflow: hidden;}#twitIcon{/* Positioning the icon holder absolutely and moving it to the upper-left */ position: absolute;top: -25px;left: -10px;width: 64px;height: 64px;}#top-bar{height: 45px;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbtyvQdgA7fMCXTaaCvJjvwUfDNAnzrZFSnrbFukHMTs5GwqtSfptr3Qv669_dvbqBHImvqyN_Q8uO7CzlbNPqlUr6n1Ic4zawKF9DjDOcJbFzFDrQVNo31uDn1VrVrSGGw2d7WkXXkAE/s1600/helperblogger.com-top_bar.png) repeat-x;border-bottom: 1px solid white;position: relative;margin-bottom: 8px;/* Rounding the top part of the ticker, works only in Firefox unfortunately */ -moz-border-radius: 6px 6px 0 0;}.tweet{/* Affects the tweets */ padding: 5px;margin: 0 8px 8px;font-family: calibri;border: 1px solid #F0F0F0;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHiLfewcCSWduCuudBiCr1il49aBFD25Co-beUAF6-CFMGfPzobIwOuwBvBfNv6vFmj3wYoGbd8LTYULI3asnqWWlPPcVkArZarxsVP2gRTuavBlVe0aqtErtAvuxWopgAupmXrfnQhg4/s1600/helperblogger.com-transparent.png);width: auto;overflow: hidden;}.tweet .avatar, .tweet .user, .tweet .time{float: left;}.tweet .time{text-transform: uppercase;font-size: 10px;color: #AAAAAA;white-space: nowrap;}.tweet .avatar img{width: 36px;height: 36px;border: 2px solid #eeeeee;margin: 0 5px 5px 0;}.tweet .txt{/* Using the text container to clear the floats */ clear: both;}.tweet .user{font-weight: bold;}a, a:visited{/* Styling the links */ color: #00BBFF;text-decoration: none;outline: none;}a:hover{text-decoration: underline;}#loading{/* The loading gif animation */ margin: 100px 95px;}.jScrollPaneContainer{position: relative;overflow: hidden;z-index: 1;}.jScrollPaneTrack{position: absolute;cursor: pointer;right: 4px;top: 0;height: 100%;background: #ddd;}.jScrollPaneDrag{position: absolute;background: #999;cursor: pointer;overflow: hidden;}.jScrollPaneDragTop{position: absolute;top: 0;left: 0;overflow: hidden;}.jScrollPaneDragBottom{position: absolute;bottom: 0;left: 0;overflow: hidden;}a.jScrollArrowUp{display: block;position: absolute;z-index: 1;top: 0;right: 0;text-indent: -2000px;overflow: hidden;/*background-color: #666;*/ height: 9px;}a.jScrollArrowUp:hover{/*background-color: #f60;*/}a.jScrollArrowDown{display: block;position: absolute;z-index: 1;bottom: 0;right: 0;text-indent: -2000px;overflow: hidden;/*background-color: #666;*/ height: 9px;}a.jScrollArrowDown:hover{/*background-color: #f60;*/}a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover{/*background-color: #f00;*/}</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script><script type="text/javascript" src="http://code.helperblogger.com/jquery.mousewheel.js"></script><script type="text/javascript" src="http://code.helperblogger.com/jScrollPane-1.2.3.min.js"></script><script type="text/javascript" src="http://code.helperblogger.com/ticker-script.js"></script><script type="text/javascript">var tweetUsers=['
BloggerEklenti'];</script>
Yukarıdaki kod içinde geçen , kırmızı ile yazılmış BloggerEklenti Yerine kendi blog adresinizi , mavi le yazılmış olan width: 300px;height: 300px; değerlerini değiştirerek ise eklentinin genişlik ayarlarını düzenleyebilirsiniz..


<<< Bu Yazı için Arama Sonuçları  >>>

Blogger Jquery Son Twitler Eklentisi , Blogger Jquery Son Twitler Widgets , Blogger  Son Twitler Eklentisi , Blogger Jquery Son Twitter yazılarım Eklentisi , Blogger Twit Gösterme eklentisi , Blogger Son Yazdığım Twitter Yazılarım


Blogger Jquery Son Twitler Eklentisi

| | | | | | | | Devamı » 6 Haziran 2012 Çarşamba Unknown 0 yorum

4 Nisan 2012 Çarşamba

Blogger Jquery Slider Menu Eklentisi

Blogger blogunuzda slider menü kullanmak istermisiniz ? oldukça güzel bir eklenti olan Jquery Slider Menu Eklentisini blogger blogunuza eklemek için şağıdaki anlatılanları yapmanız yeterli..

Blogger blogunuzdaki ziyaretçilerinize önemli konularınızı , duyurularınızı göstermek için güzel bir eklenti...Kullanımı ve görüntüsüde oldukça hoş..

Hemen anlatıma geçelim..

Aşağıdaki kodumuzu bulalım..
]]></b:skin>
Hemen üstüne alttaki kodlarımızı ekleyelim..
/*--Main Container--*/
.main_view {
float: left;
position: relative;
}
/*--Window/Masking Styles--*/
.window {
height:250px; width: 500px;
overflow: hidden; /*--Hides anything outside of the set width/height--*/
position: relative;
}
.image_reel {
position: absolute;
top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
position: absolute;
bottom: 40px; right: -7px;
width: 178px; height:47px;
z-index: 100; /*--Assures the paging stays on the top layer--*/
text-align: center;
line-height: 40px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIOKB5gQUKoZ0i-OcK1phUSGPlZ6gET00uTiiOGXZjKAFL1FRW7ZW1I64py_mwhwOzqJ9G783Hu2kfYPGBt0hU9Xp3bldjDXI0psqw62TSUZ7peoF8Px0BWLNnYxULK3jJxLilEvO-nLDc/s1600/paging_bg2.png) no-repeat;
display: none; /*--eklentileri.blogspot.com--*/
}
.paging a {
padding: 5px;
text-decoration: none;
color: #fff;
}
.paging a.active {
font-weight: bold;
background: #920000;
border: 1px solid #610000;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
Şimdide bu kodu bulalım..
</head>
Bu kodumuzunda hemen üstüne aşağıdaki kodlarımızı ekleyelim..
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>

$(document).ready(function() {

//Set Default State of each portfolio piece
$(&quot;.paging&quot;).show();
$(&quot;.paging a:first&quot;).addClass(&quot;active&quot;);

//Get size of images, how many there are, then determin the size of the image reel.
var imageWidth = $(&quot;.window&quot;).width();
var imageSum = $(&quot;.image_reel img&quot;).size();
var imageReelWidth = imageWidth * imageSum;

//Adjust the image reel to its new size
$(&quot;.image_reel&quot;).css({&#39;width&#39; : imageReelWidth});

//Paging + Slider Function
rotate = function(){
var triggerID = $active.attr(&quot;rel&quot;) - 1; //Get number of times to slide
var image_reelPosition = triggerID * imageWidth; //eklentileri.blogspot.com

$(&quot;.paging a&quot;).removeClass(&#39;active&#39;); //Remove all active class
$active.addClass(&#39;active&#39;); //Add active class (the $active is declared in the rotateSwitch function)

//Slider Animation
$(&quot;.image_reel&quot;).animate({
left: -image_reelPosition
}, 500 );

};

//Rotation + Timing Event
rotateSwitch = function(){
play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
$active = $(&#39;.paging a.active&#39;).next();
if ( $active.length === 0) { //If paging reaches the end...
$active = $(&#39;.paging a:first&#39;); //go back to first
}
rotate(); //eklentileri.blogspot.com
}, 7000); //Timer speed in milliseconds (3 seconds)
};

rotateSwitch(); //Run function on launch

//On Hover
$(&quot;.image_reel a&quot;).hover(function() {
clearInterval(play); //Stop the rotation
}, function() {
rotateSwitch(); //Resume rotation
});

//On Click
$(&quot;.paging a&quot;).click(function() {
$active = $(this); //Activate the clicked paging
//Reset Timer
clearInterval(play); //Stop the rotation
rotate(); //Trigger rotation immediately
rotateSwitch(); // Resume rotation
return false; //Prevent browser jump to link anchor
});

});
</script>
Yukarıdaki işlemleri yaptıysanız , kaydet diyelim..


Yerleşim kısmından blog kayıtları ( önerilir) üstüne gadget olarak aşağıdaki kodlarımızı ekleyelim..
<div class="container">

<div class="folio_block">

<div class="main_view">

<div class="window">
<div class="image_reel">

<a href="
http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5UYBukdipjob8v2Ey-130fOgqoKINgg2f5wYwWRGQlHFSekEuSlgGXokiYdIufUdv26q7GT5viXuPpJsHa2VWsoIEooLAYftBoaPozZssSkMmrX4AZqjJfmpl5L_b5pfC0iPm9V6VIKTP/s1600/slider-image-1.jpg" alt="" /></a>


<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHzp0Ui9Oo1wfJjcUPKxSWXRtfyuwLSA6__3G7G1nvGG9fpVu5xufuxWSRQt7L2FBT8HmHj7LHRZATjG82h5yBtrY4q_4K5DgD9KoVQjWd-R3Rj7UVviGDB0zSs_22N01RP54NA_imQg7y/s1600/slider-image-2.jpg" alt="" /></a>


<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgI2vgsbFt08hvNRFqpMSjwc3ZOPcIYZN1yGlU-bhiYGVWdRk7CRbsy43RAevYfnfsgAi6Hnrho-G4M_qs_yzg1hi10x3yCFJULUJxrQciMjVF2mnR8TyES_2ctYGwLMpnLo60yEC8XBb6p/s1600/slider-image-3.jpg" alt="" /></a>


<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4tTfQbK-6e7reKnVWFq5_NWiFueCh17E_MJXO2-cGMhttPgbRkKvukqkoM5kgToecdVpnQahmfc8KIvhQKh4_Zy6tQ-PwyxvhJS7_Jk1mD7WFMajBR1nHHxcLRD0gzGLYKZpy85EiCXuQ/s1600/slider-image-4.jpg" alt="" /></a>

<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMzHNQtJeNi9jz-sOZq0_Ye2LH_wBwZ8PjmNu4liBxwrcBRQsVIC5esj7tqnOn-pkoBHoUpPZVcNRZdr7DZi4-aek6TRpsdXga6YxNmoCrHEYbmQc2ytHe4b0RcUePGyXzTdukEnclMd-G/s1600/slider-image-6.jpg" alt="" /></a>


</div>
</div>
<div class="paging">

<a href="#" rel="1">1</a>
<a href="#" rel="2">2</a>
<a href="#" rel="3">3</a>
<a href="#" rel="4">4</a>
<a href="#" rel="5">5</a>

</div>
</div>

</div>

</div>
Yukarıdaki kırmızı olan yerleri kendinize göre düzenleyin..DEMO


<<< Bu Yazı için Arama Sonuçları  >>>

Blogger Jquery Slider Menu Eklentisi , Blogger Jquery Slider Menu  , Blogger Jquery  Menu Eklentisi , Blogger Jquery  Menu , Blogger  Slider  Eklentisi , Blogger Jquery  Eklentisi , Blogger Slayt Menu

Blogger Jquery Slider Menu Eklentisi

| | | | | | | | Devamı » 4 Nisan 2012 Çarşamba Unknown 0 yorum