☼ Cách tiến hành:
1- Đăng nhập (login) vào Blog
2- Vào Mẫu (Template)
3- Chọn Chỉnh sử HTML (Edit HTML)
4- Thêm đoạn code bên dưới vào trước thẻ </body>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'/>
<script>
$('.comment-content a[rel$=nofollow]').replaceWith(function(){return ($(this).text());});
</script>
Lưu ý: Nếu blog của bạn đã có thư viện Jquery rồi thì xóa phần màu xanh đi.- Nếu bạn muốn gỡ bỏ hoàn toàn các liên kết từ các ý kiến, hãy dùng mã này để thay thế
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'/>
<script>
$('.comment-content a[rel$=nofollow]').hide());
</script>
- Với mẫu thread comment của blogger các bạn dùng mã sau:<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'/>
<script>
$('.comment-body p a[rel$=nofollow]').replaceWith(function(){return ($(this).text());});
</script>
5- Lưu mẫu lại và xem kết quả!
Hy vọng điều này sẽ giúp bạn trong việc hạn chế các thư rác trong phần bình luận của bạn vàkhông bị làm phiền bởi các comment spamlink nữa.
No comments:
Post a Comment