程式碼:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript">
jQuery("a").each(function(index) {
var r = new RegExp("^http://whhnote");
if (!r.test(jQuery(this).attr('href'))) {
jQuery(this).attr('target', '_blank');
}
});
</script>
將程式碼中"http://whhnote"改成自己部落格的網址。
(例如本站:http://xiazizi)
(修改HTML前先備份template,備份說明)
「設計」→「修改HTML」找到</body>,在上面加入程式碼儲存範本。
將程式加入後會自動分辨連結,站內連結在相同視窗開啟,外部連結在新視窗中開啟。
加入書籤 :
0 意見:
張貼留言