B1:Vào phần chỉnh sửa HTML của Template, chèn code trước thẻ </head>
<script>
function myFunction(url){
console.log("redirect", url);
window.location = url;
}
</script>
B2:Ở mỗi bài đăng, để chế độ xem html và chèn code này vào cuối bài
<script> myFunction("điền url trang web")...