30 Ekim 2012 Salı

Blogger Yazı Boyutu Değiştirme Eklentisi



Blogger Yazı Boyutu Değiştirme Eklentisi

Blogunuzda ziyaretçilerinizin yazı boyutunu değiştirmesini istermisiniz ? Bu blogger eklentimizde , sitenize giren ziyaretçiler , konularınız içindeki yazıların boyutuyla oynayabilir, yani isterlerse küçültebilir , isterlerse büyültebilirler..

Yararlı bir eklenti olduğunu düşündüğümüz bir blogger eklentisi olan Blogger Yazı Boyutu Değiştirme Eklentisini blogunuza eklemek için aşağıdaki adımları takip edin..

ilk olarak aşağıdaki kodumuzu buluyoruz..
</head>
Bu kodumuzun hemen üstüne , aşağıdaki kodu ekliyoruz..
<!-- eklentileri.blogspot.com kod başlangıcı -->
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js' type='text/javascript'/>
<script>
$(document).ready(function(){

//ID, class and tag element that font size is adjustable in this array
//Put in html or body if you want the font of the entire page adjustable
var section = new Array(&#39;span&#39;,&#39;.section2&#39;);
section = section.join(&#39;,&#39;);

// Reset Font Size
var originalFontSize = $(section).css(&#39;font-size&#39;); 
$(&quot;.resetFont&quot;).click(function(){
$(section).css(&#39;font-size&#39;, originalFontSize);
});
// Increase Font Size
$(&quot;.increaseFont&quot;).click(function(){
var currentFontSize = $(section).css(&#39;font-size&#39;);
var currentFontSizeNum = parseFloat(currentFontSize, 10);
var newFontSize = currentFontSizeNum*1.2;
$(section).css(&#39;font-size&#39;, newFontSize);
return false;
});

// Decrease Font Size
$(&quot;.decreaseFont&quot;).click(function(){
var currentFontSize = $(section).css(&#39;font-size&#39;);
var currentFontSizeNum = parseFloat(currentFontSize, 10);
var newFontSize = currentFontSizeNum*0.8;
$(section).css(&#39;font-size&#39;, newFontSize);
return false;
});
});
</script>
<!-- eklentileri.blogspot.com kod sonu -->
Yukarıdaki işlemi yaptıktan sonra , şimdi ise aşağıdaki kodumuzu buluyoruz.
<div class='post-header-line-1'/>
Bulduğunuz kodun hemen altına , aşağıdaki kodlarımızı ekliyoruz..
<!-- eklentileri.blogspot.com kod baslangıcı -->
<b:if cond='data:blog.pageType == "item"'>
<table border='0' style='float:right; margin-left:5px;'><tr><td><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr_vU-5lEdJ6DVwL_ZfA8E1a9Icq27z2VI0d28nVuEjZgB_6szGf6Z4sWWbmFVOLs6GQQktMyfS_T4MZRy60Zp_wnvAGH-Ydcevqv-Wisg_hKY3ayWSXxKveUFwDiMRsYZpFzTXeniJvI/s1600/font-size-blogger-gadget.png'/> | <a class='increaseFont' style='cursor: pointer; cursor: hand;' title='Larger Text'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFCRN7vP0_ahug7DP7iGvY2eEBG0go_CXrpWCE4aX9J2gs99Xm_EeAHb3gJ1IQ6Inkai2hDG9ABZzJ22RB3erCYZq9gFtELXDm8pbKMrzbq6b-Exyawg5CI0x9wy9oXoh9UZa4Iht9a5Q/s1600/bigger-font+-+Copy.png'/></a> 
<a class='decreaseFont' style='cursor: pointer; cursor: hand;' title='Smaller Text'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitTIL-BTZmYmjsu5K8veMBOXnHMM8EQxTZGi7h5Cpg6ho7CiSJD4Tipn_7LdDdfxVArZFNptGJijMqyn0EC1RsffUC20hVC_44K2y1Ja1wT8GkwDkRzdXFPBb14chNYhhZ7f6KTsTd6NI/s1600/smaller-font.png' style='cursor: hand;'/></a> 
<a class='resetFont' style='cursor: pointer; cursor: hand;' title='Reset Text Size'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKrCSNOH3qSsQ-1d8piVvg5othLQHgSCKZOb3dyKNOhCpHhn7hU2-fjgI8AVW94352AIRadsnzSQipBFHsyIcBhmQK0wh-9RCHlnxOqHVVZvkFJDsJSA1t9JAFGWD9eX2R3rq20_1l15s/s1600/reset-font.png' style='cursor: hand;'/></a></td></tr></table>
</b:if>
<!-- eklentileri.blogspot.com kod sonu -->
Son olarak bu kodu bulun.
<data:post.body/>
Bu kodla değiştirin
<span><data:post.body/></span>
Artık Blogger Yazı Boyutu Değiştirme Eklentisine sahipsiniz...güle güle kullanın..DEMO


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

Blogger Yazı Boyutu , Blogger Yazı Boyutu değiştirme , Blogger Yazı Boyutu ayarlama , Blogger Yazı ayarları , Blogger Metin Boyutu , Blogger Metin Boyutu ayarlama , Blogger Text Resize