Tùy chỉnh
Thay Linh ảnh banner màu đỏ của bạn muốn hiển thị trên banner
Thay URL_link_0, URL_link_1, URL_link_2 thành linh liên kết tới trang cần quảng cáo tương ướng với mỗi bức ảnh ở bên trên.
Chú ý số 3000 ám chỉ 3000 mili giây, tương đương 3 giây chỉ khoảng cách giữa các lần chuyển banner. Bạn có thể điều chỉnh con số này tùy ý.
Bạn muốn thêm báo nhiêu Ảnh cũng được nhé ! với cú pháp
ban[n] = new Image(); ban[n].src = "URL_banner_n"; link[n] = "URL_link_n";
Code
<b:if cond='data:blog.pageType != "item"'>
<script type="text/javascript">
// Banner Rotation Script by Bloggerism
var ban = new Array();
var link = new Array();
var index = 0;
ban[0] = new Image();
ban[0].src = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ5cKW40XTlD57kaM3T3V-mfTqWgPLTjyofraZ9oDpObYafP4XF3Ovkwm9U-CdcYFZFFD66C6kqTX-fSS6rZx9cw8t4ayENBfYw9MWZeC4I_l0MFDJoj7ud98o8t574BX4rELwT8dwzj8/s1600/p+%2528105%2529.jpg";
link[0] = "URL_link_0";
ban[1] = new Image();
ban[1].src = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvZcPQVzTSKXkwNRFlAoP-ZpxrZ0Vj7-9jTKByMPq81wibr3XB_tf2OEZiFur54aQI6gwUwYQ-Y3mVZYCZEj29fqPhtZnqjJdjjI7GKcVZUI_LZm3C2DbFN-x-qYDFgyvKIu2v_JfrjrI/s1600/p+%2528106%2529.jpg";
link[1] = "URL_link_1";
ban[2] = new Image();
ban[2].src = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJ6YAsqMYf_XvYAZvr9V_tf6sJGH64r0iW7X3JQgokaA0UpqbdoGx6LnROQ15H2KVVzerKaaJB21tUHzydhZ4wkFrKzqcQxcMv37u4f8LyHElFqhG142HoL1Ux1h3XwhAhybteVRnzaGo/s1600/p+%2528107%2529.jpg";
link[2] = "URL_link_2";
index = Math.random() * (ban.length);
index = Math.floor(index);
function rotator()
{if (index == ban.length) index = 0;
if (document.images) {
document.images.rotation.src = ban[index].src;
}
else {
document.getElementById('rotation').src=ban[index].src;
}
index++;
setTimeout('rotator()',3000);
}
function go() {window.open(link[index-1]);}
</script>
<img id="rotation" style="cursor:pointer;" src="" onclick="go();"/>
<script type="text/javascript">rotator();</script></b:if>
0 nhận xét:
Đăng nhận xét