Với thủ thuật này các link liên kết ngoài sẽ có biểu tượng bên cạnh.
Cách thực hiện như sau:
Truy cập vào Blogger:
- Bạn truy cập vào tài khoản Blogger: Bảng điều khiển (Dashboard) ..>>.. Thiết kế (Design) ..>>.. Chỉnh sửa HTML (Edit HTML)
- Tìm (Ctrl-F) đoạn tag </head>
Chèn mã JQuery:
- Dán vào trước đoạn tag </head> đoạn mã dưới đây:
- Lưu mẫu (Save Template).<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">
/*
jQuery - External Links
Created by Andrea Cima Serniotti - http://www.madeincima.eu
*/
$(document).ready(function () {
// ---- External Links ----------------------------------------------------------------------------------------------------
$("a[href*='http://']:not([href*='"+location.hostname+"']),[href*='https://']:not([href*='"+location.hostname+"'])").attr("target","_blank").attr("title","Opens new window").addClass("external");
});
</script>
<style type="text/css">
.external{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSP-xdR_FIMGS73kdczbz2pNCVGA25kVyNkgMktPMy4valV95LuG6eQbhLMqO3gqw0ov0Xh9IMbUi9t4bMgAVEASpI59F8THRB6Tk5xyIxHyxZd_tteaXDdTm_Ec2fSiDXKqPFoPU5mMA/s1600/external_link.gif) top right no-repeat;padding-right:18px}
</style>
Giờ đây các liên kết ngoài của blog sẽ được mở bởi cửa sổ trình duyệt mới. Bạn có thể tham khảo chi tiết bài gốc tại Bài gốc - Tiếng Anh
Đăng nhận xét