[1] wp'de yazı yazarken verdiğimiz linkleri ne kadar CSS ile süslleyerek
belli etsekte bu eklenti sayesinde, gideceÄŸi yeri belirleyeceÄŸimiz gibi
eğer bir dosya ise uzantısını belli edebiliyoruz.
hakkında
wordpress'te site içine yada dışına giden bağlantıları veya bağlantılardaki dosya uzantısını gösterir.Örnek olarak;dış bağlantı
Bağlantı örnekleri:
Dosya Uzantısına Örnekler:
general external link [2]
external, Wikipedia [3]
dış bağlantı, EkşiSozluk [4]
dış bağlantı, Flickr [5]
dış bağlantı, FTP [6]
e-posta [7]
dış bağlantı, sosyomat [8]
PDF Dosyası.pdf [9]
Archive Dosyası.zip [10]
Excel Dosyası.xls [11]
Word Dosyası.doc [12]
download
Kurulum
Öncelikle Link Indication eklentisini download kısmından indirin, ve
zipli dosyayı açın.ve wordpress'in yüklü olduğu dizinde plugins
klasörünün içine atın.
Eklentiyi yönetim panelinden aktif edin.
Zipli dosyanın içindeki resimleri kullandığınız temanın <images> klasörünün içine kopyalayın ve aşağıdaki kodları yine temanızın <style.css> dosyasına yada geçerli olan CSS dosyasına kopyalayın.
[code]
/* For Link Indication Eklentisi */
a.liexternal { padding-right: 12px; background: url(<?php bloginfo('template_directory'); ?>/images/link-icon_external_01.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(<?php bloginfo('template_directory'); ?>/images/link-icon_wikipedia_02.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(<?php bloginfo('template_directory'); ?>/images/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(<?php bloginfo('template_directory'); ?>/images/link-icon_ftp_01.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(<?php bloginfo('template_directory'); ?>/images/link-icon_mail_01.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(<?php bloginfo('template_directory'); ?>/images/link-icon_pdf_01.png) no-repeat right; }
a.liyoutube { padding-right: 19px; background: url(<?php bloginfo('template_directory'); ?>/images/youtube.gif) no-repeat right; }
a.liflickr { padding-right: 9px; background: url(<?php bloginfo('template_directory'); ?>/images//link-icon_flickr.png) no-repeat right; }
a.lizip { padding-right: 13px; background: url(<?php bloginfo('template_directory'); ?>/images/link-icon_zip_01.png) no-repeat right; }
a.lidoc { padding-right: 13px; background: url(<?php bloginfo('template_directory'); ?>/images/link-icon_word_10x10.png) no-repeat right; }
a.lixls { padding-right: 13px; background: url(<?php bloginfo('template_directory'); ?>/images/link-icon_excel_10x10.png) no-repeat right; }
a.lisosyomat { padding-right: 15px; background: url(<?php bloginfo('template_directory'); ?>/images/sosyomat.gif) no-repeat right; }a.lieksi { padding-right: 15px; background: url(<?php bloginfo('template_directory'); ?>/images/eksi.ico) no-repeat right; }[/code]
Kullanım
Eklentiyi kurduktan sonra yönetim oanelinden tercihler-->Link Indication sekmesine gidelim.Burada hangi linklerin yanında hangi görselin bulunacağını ayarlamamız gerekiyor.Bağlantı Türleri bölümünden <Search string> tablosuna görsellerin gösterilmesini istediğimiz adresi, <CSS class> tablosuna da CSS'de eklememiz gereken Class yazacağız.Kurulumda en çok kullanılan bağlantılar için CSS kodlarını vermiştim..
Lisans
EKlenti Michael Woehrer [13] tarafından yazılmış olup GNU General Public License [14] ile korunmaktadır.Eklenti sayfasına buradan [15] ulaşabilirsiniz.
[1] http://www.flickr.com/photos/39017927@N00/330150862
[2] http://www.google.com/
[3] http://en.wikipedia.org/wiki/WordPress
[4] http://sozluk.sourtimes.org/show.asp?t=wordpress
[5] http://www.flickr.com/
[6] http://www.pilaki.orgftp://ftp.pardus.org.tr/pub/pardus/kurulan/2007/Pardus-Kurulan-2007.iso
[7] http://www.pilaki.orgmailto:test@test.com
[8] http://www.sosyomat.com/etiket/wordpress-tr
[9] http://sw-guide.de/wordpress/link-indication-plugin/document.pdf
[10] http://sw-guide.de/wordpress/link-indication-plugin/archive.zip
[11] http://sw-guide.de/wordpress/link-indication-plugin/excel.xls
[12] http://sw-guide.de/wordpress/link-indication-plugin/word.doc
[13] http://sw-guide.de/
[14] http://tr.wikipedia.org/wiki/GNU_%C3%96zg%C3%BCr_Belgeleme_Lisans%C4%B1
[15] http://sw-guide.de/wordpress/link-indication-plugin/
» yorumlari goster!
Gerçekten başarılı bir eklenti. İndirdiğimiz dosyanın içinde sozluk iconu yok acaba onu siz mi eklediniz ?
evet bazı ikonları kendim ekledim.paketi sonradan eklemiştim..unutmuşum..eklemeye çalışayım..
cidden süper bi eklenti tşk
bende çalışmadı
eklentiyi etkinleştirmeye ççalıştığım zaman link-indication.php yi açıyor ve plugins bölümü bir daha açılmıyor
Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!
You must be logged in to post a comment.