주제: 이올린 플러그인
http://lunamoth.biz/ 보시면 태그 옆에 O 아이콘이 이올린 관련 태그로 이동입니다. 일단 소스 수정을 통해 만들어봤고, 플러그인으로 만들어보려 이것저것 살펴봤는데 저로서는 한계가 있군요...; 플러그인으로의 컨버전 부탁드리겠습니다
관련글
http://firejune.com/index.php?pl=787
http://picodive.skynet.co.kr/tt/39
http://www.hyopang.com/tt/yeorikun/165
태터/blog/item.php
태터/blog/index.php
태터/blog/category/index.php
태터/blog/search/index.php
에서 다음과 같이 수정입니다
if(sizeof($entryTags)>0){
$tags=array();
foreach($entryTags as $entryTag)
array_push($tags,"<a href=\"$blogURL/tag/".encodeURL($entryTag['name']).'" rel="tag">'.htmlspecialchars($entryTag['name']).'</a>'.
" <a href=\"http://eolin.com/tag/".htmlspecialchars($entryTag['name'])."\" target='_blank' onfocus='this.blur()'><img src='/images/eolin.gif' alt='Eolin' title='Eolin' style=\"filter:gray; -moz-opacity:0.5;\" onMouseOver=\"this.style.filter='';makevisible(this,0);\" onMouseOut=\"this.style.filter='gray';makevisible(this,1);\" /></a>");