Làm thế nào để hiển thị quảng cáo gọn nhẹ mà chứa được nhiều quảng cáo?
Hướng dẫn cho mình cách tạo quảng cáo hiển thị thay phiên nhau trên
Website, Blogspot...
- Hiển thị quảng cáo luôn phiên nhau là 1 điều Hợp lý đối với Website,
Blog nào còn ít chỗ trống. Bài viết này itviet360 giới thiệu tới các bạn
Code Javascript cho quảng cáo của bạn trở nên gọn nhẹ và sinh động
hơn...
Demo tại Blog (theo yêu cầu): Hình ảnh đẹp
- Ở đây itviet360 có 3 hình ảnh tương ứng với 3 link:
1. Link: Dịch vụ SEO Web giá rẻ
2. Link: Tải game miễn phí
3. Link: Tải game Avatar
Tương với với 3 hình ảnh (ở Code dưới)
Code:
<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/AVvXsEgwu5q5rIeA0xGCUiexdXreQNB0UKFsDBZPgkzOoxDmRe-qzkjz4PzAIiCQzKP_jQAt0bq7c5jAZ5cHpBWUdDZPoHwNqUY5mbnnPUDPvqT20m0bNM-vrlargrd9QoKWAbOqtecQFh1avk1Z/s1600/seo-gia-re.gif";
link[0] = "http://www.itviet360.com/p/dich-vu-seo-web-gia-re-giai-phap-tot.html";
ban[1] = new Image();
ban[1].src = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj42msmygSn2twgbdJH9pZiiJ97vXdKPfIGDvuDSit3GBCi2DKMYoc6D963FVQ-G64OsG79GZfxkGKK537AToXUPD7154FfPLkWkw4mdGITPlCjO1FcX-5OErZWdHmUCqGgZP3F-1HYkCKj/s1600/taigame2-logo.png";
link[1] = "http://taigame2.blogspot.com";
ban[2] = new Image();
ban[2].src = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfsLESPFCmtNeztHI2svsxLLkf9LPKExchO5aU4TcPVRD3Ux9wieNghRLXf7xua6eFkL5RTVHBgZOtZ_STP_KrFydT46OpieAhjTkH56i_BwSl_A7pAEYEaq5Y500YkwlILw-6bx61lkBL/s1600/banner-avatar-1.gif";
link[2] = "http://www.itviet360.com/2013/07/tai-game-avatar-222-cho-dien-thoai-android-ios.html";
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>
- Hướng dẫn làm thủ thuật trên Blogspot
1. Vào bảng điều khiển Blogger -> bố cục (layout) -> thêm tiện ích (Add a widget) -> HTML/Javascript
2. Dán Code trên vào tiện ích vừa thêm :) và lưu lại xem kết quả
( itviet360.com)
1 comments:
Vay tín chấp không cần chứng minh thu nhập, thủ tục đơn giản lãi suất cạnh tranh. Duyệt vay trong vòng 1 – 2 ngày. Khoản cho vay lớn, phục vụ các mục đích tiêu dùng, mua sắm, cưới hỏi, kinh doanh…Các chuyên gia sẵn sàng tư vấn online 24/7 miễn phí trên toàn quốc các sản phẩm vay tín chấp VPBank, vay tiêu dùng VPBank , vay tín chấp HDBank.
Post a Comment