주제: 치환자와 북마크 링크 질문입니다.
현재 Delicious.com에 북마크하도록 링크를 만드는 중입니다.
<a href="http://delicious.com/save?jump=yes&url=블로그링크[##_article_rep_link_##]&title=[##_article_rep_title_##]"></a>
<a href="http://delicious.com/save" onclick="window.open('http://delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent('<?php the_permalink() ?>')+'&title='+encodeURIComponent('<?php the_title() ?>'),'delicious', 'toolbar=no,width=550,height=550'); return false;"></a>
윗 코드가 현재 제가 사용하고 있는 주소고 이 상태로는 마크업 검사에서 12개의 오류를 내뿜고 있습니다. 아래 코드는 Delicious에서 워드프레스 이용자들을 위해 권고하는 주소 형태입니다. 단순히 URL와 Title 부분에 치환자를 대치시키면 정상적으로 북마크 기능이 작동하지 않습니다. 다른 방식으로 주소와 타이틀을 집어넣어야하는 것 같은데 잘 모르겠네요.