Làm sao để mã hóa bản quyền cho template Blogspot
Không cho thay đổi tác giả khi chia sẻ template cho blogger
Bảo vệ bản quyền template bằng jQuery cho Blogger
Cách mã hóa bản quyền cho template Blogspot
Thuần hóa các mẫu Template dành cho Blogger /Blogspot
Sửa giao diện Blogger bị mã hóa Javascript thật dễ dàng
Add a footer for the momentum template
Adding Copyright to Twenty Fourteen template - WordPress
How to Copyright a Blog on Blogspot
Hướng dẫn Add Logo, Skin, Thêm Server Gkplugins cho
Xem Clip Hướng dẫn bên dưới
Bước 1 : Thêm đoạn code sau bên trên thẻ </head>.
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js'/>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function () {
$('#copyright').html('<a href="http://otodanangvn.blogspot.com/" >Hoàng Kim Mạnh</a>');
setInterval(function () {
if (!$('#copyright:visible').length) window.location.href = 'http://123sharecode.blogspot.com/' }, 1000) }) //]]> </script>
Bước 2 : Chèn đoạn code sau dưới footer bên dưới đoạn code
<div id='footer-wrapper'>.<a href="http://otodanangvn.blogspot.com/" id="copyright">Hoàng Kim Mạnh</a>Thế là xong bây giờ ai sửa đường dẫn ở bước 2 thì sẽ chuyển đến trang http://123sharecode.blogspot.com/ :))