Sayfa İle Kayan Google + Eklentisi

google 1
google, google +1

 Sitemizde de kullandığımız sayfa ile kayan Google + eklentisini sizde kendi blogunuzda uygulamak istiyorsanız ;

1.Adım :  TASARIM > GADGET EKLE > HTML/JAVASCRIPT EKLE daha sonrasında aşağıdaki kodları kod kutusuna yapıştırın.( reklam içermeyen bir eklenti) 🙂

<pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"><code>&lt;style type=&quot;text/css&quot;&gt;
#pageshare {position:fixed; bottom:15%; margin-left:-80px; float:left; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:;padding:0 0 2px 0;z-index:10;}
#pageshare .sbutton {float:left;clear:both;margin:5px 5px 0 5px;}
&lt;/style&gt;
&lt;div id='pageshare' title=&quot;&quot;&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://apis.google.com/js/plusone.js&quot;&gt;&lt;/script&gt;
&lt;g:plusone size=&quot;tall&quot;&gt;&lt;/g:plusone&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both;font-size: 9px;text-align:center;&quot;&gt;
&lt;/div&gt;
</code></pre>