Share123.vn thông báo: Kể từ ngày 01/03/2019 chúng tôi sẽ chuyển hệ thống sang Webseo.com.vn, quý khách mua Template blogspot đẹp có thể truy cập vào hệ thống mới tại đây
Đăng bởi Huy Tập lúc 17/7/13 4
Thủ thuật này đã được nhiều bạn chia sẻ trên mạng, ở đây share123.vn chỉ thống kê lại cho bạn nào mới chưa biết, đây là một tiện ích khá hay và thú vị, tuy js có hơi nặng chút nhưng chấp nhận được. Thủ thuật này có thể dùng làm để hiển thị bài viết mới nhất theo nhãn hoặc bài viết mới nhất của toàn blog theo slider cuộn ngang có 2 nút điều khiển.
Hướng dẫn tạo slider bài viết mới có nút điều khiển
Demo slider bài viết mới có nút điều khiển

Cách làm:
Bước 1: Đăng nhập Blog => Mẫu => Chỉnh sửa HTML => nhấn Ctrl+F (Nội tuyến) => Tìm </head>
Paste đoạn code sau vào trước </head> <!-- Slide bai viet moi - up by share123.vn -->
<script src='https://sites.google.com/site/share123vn/Jquery1.3.2.js' type='text/javascript'/>
<script language='javascript' type='text/javascript'>
var currenttab = 1;
var maxtab = 3; // số tab cuộn qua ví dụ bạn có 15 bài thì chọn là 3, 20 bài chọn 4...
var round_t = setTimeout(&quot;roundHotNews()&quot;,5000); //thời gian bài viết tự động scroll
/* <![CDATA[ */ function slide_forward() {
currenttab++;
if (currenttab > maxtab) currenttab = 1;
if (currenttab <= maxtab) {
var leftpx = (currenttab-1) * (-1000);
$('#slide_animation').animate({ left: leftpx }, 500);
}
clearTimeout(round_t);
}
function slide_backward() {
currenttab--;
if (currenttab < 1) currenttab = maxtab;
if (currenttab >= 1) {
var leftpx = (currenttab-1) * (-1000);
$('#slide_animation').animate({ left: leftpx }, 500);
}
clearTimeout(round_t);
}

function roundHotNews()
{
if(currenttab == 1) currenttab=2;
else if(currenttab == 2) currenttab=3;
else if(currenttab == 3) currenttab=1;
if (currenttab >= 1) {
var leftpx = (currenttab-1) * (-1000);
$('#slide_animation').animate({ left: leftpx }, 500);
}
round_t = setTimeout("roundHotNews()",5000); //thời gian bài viết tự động scroll
}/* ]]> */
</script>

<style>
.slideHighlight {
    margin:auto;
color:#000;
width: 1000px; /* độ rộng của tiện ích*/
background: #e3e4e5 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-C_ipsO_sblutJlcekNO5r7DSQ9gWnTxvn3yMdUAK7jNHiPGp2qpQ8ckhpD6IKHafaBRj55DqbapaO7ThcgR8IA575cmpWOGIkiS173UinWUtEgGtx8XCL5YYQwhCYsQCE7jFvuui7bk/) repeat-x 0px 1px;
-moz-border-radius-topright: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
height:120px;}
.slideHighlight .viewpost{float:left;width: 100%;height:120px;overflow:hidden;padding:0px;}
.slideHighlight .viewpost .view {float:left;width: 100%;height:120px;overflow:hidden;position:relative}
#slide_animation{left:0;position:absolute;top:0}
.slide{float:left;width:5000px;}
.vnscrollitem{
font-family:arial;
float:left;
padding:3px 3px 5px 4px;
font-size:12px;
line-height:1.3em;
display:block;
width:242px; /* độ rộng mỗi bài viết*/
height:87px; /* chiều cao của mỗi bài viết*/
border-right:1px dashed #ddd;
margin-top:-1px;
text-align:left;}

.slidebackward{
cursor:pointer;
float: right;
margin:8px 3px 0px 0px;
width: 13px;
height: 10px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifw2KOX0T5-YUeR5W8H4cSWJYLw-GmYZu5NkJKw65YrKT_bDFIY7oI9nrAaNvyru4w-GUZb_Z8w1MbudpOVtH3Tc9n1bVgZWGz4e7mh6msN-lCVaSE9OrS50bYcRINelTHHtREdos7u_k/) -10px 0px no-repeat;
}
.slideforward {
cursor:pointer;
float: right;
margin:8px 15px 0px 0px;
width: 13px;
height: 10px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifw2KOX0T5-YUeR5W8H4cSWJYLw-GmYZu5NkJKw65YrKT_bDFIY7oI9nrAaNvyru4w-GUZb_Z8w1MbudpOVtH3Tc9n1bVgZWGz4e7mh6msN-lCVaSE9OrS50bYcRINelTHHtREdos7u_k/) 0px 0px no-repeat;
}
.vnscrollitem a {
line-height:1.1em;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#333;}
.vnscrollitem a:hover{
color:#666;
text-decoration:underline;}

.vnscrollitemimg {
border:1px solid #ccc;
margin-right:4px;
float:left;
width:80px;
height:83px;
padding:2px;
float:left;
}</style>
<!--end-->
Bước 2: Chèn đoạn code sau vào vị trí bạn muốn hiển thị trong Chỉnh sửa HTML, còn bạn nào ko biết chèn vào đâu, thì có thể tạo 1 widget HTML/Javascript ở vị trí bất kỳ và và dán đoạn code sau vào trong nó. <!--silder bai viet moi up by share123.vn-->
<script language='JavaScript'>
imgr = new Array();
imgr[0] = &quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTcvtkVex4IZYAhcBRYgDux4wwVPSjxcWYsMSHjKlp_tp3g1vAMj0c9hBssKmz2GXgYftdwVKCfkT0AGR8sCa7c5zH73QkSTOOvHE7bHChWRWfPSIEvIysS6od4hdXXS3_FCKT5nqsmoj6/&quot;;
showRandomImg = true;
aBold = true;
text = &quot;&quot;;
showPostDate = true;
summaryPost = 0; //số kí tự phần tóm tắt
numposts = 15; //số bài viết hiển thị
"Học Seo Web"; //thay thành tên nhãn của blog bạn
home_page = "http://www.share123.vn/"; //thay thành địa chỉ blog của bạn
</script>
<div class='slideHighlight'>
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNGq013feliSWgIPNja9SlwnvRCeY4MNwKWkFs4p2PMuOtBNZuC8OM0cxkKTcUrmzEsMUerByQQw5DzWFfMTzOqJ33CGCxwqtQlI_zlWtvoIYeUlf-YYg3d7VfH9cdOkovmgfd6lfviYY/' style='margin:0px 0px 0px 1px;'/>
<div class='slideforward' onclick='slide_forward()'/><div class='slidebackward' onclick='slide_backward()'/>
<div class='viewpost'><div class='view'><div class='slide' id='slide_animation'>
<script src='https://sites.google.com/site/share123vn/rescroll_label_new.js' type='text/javascript'/>
</div></div></div></div>
<!--end-->
Các bạn chú ý đoạn js : <script src='https://sites.google.com/site/share123vn/rescroll_label_new.js' type='text/javascript'/> Đây là đoạn js để hiển thị bài viết mới nhất theo nhãn, bạn nào muốn hiển thị bài viết mới nhất toàn Blog thì thay đoạn js trên bằng đoạn js này nhé <script src='https://sites.google.com/site/share123vn/rescroll_post_new.js' type='text/javascript'/> Chúc bạn thành công.
Tags:

4 nhận xét:

  1. Bạn tạo giống như slider bài viết có nút điều khiển của bạn đi. Bạn tiết lộ cho mình biết với... cái đó của bạn đẹp lắm.
    Cho mình xin được không? gởi cho mình qua mail: luaphucamhp@yahoo.com
    Thanks

    Trả lờiXóa
  2. Bạn ơi sao mình làm mà ko đc nhỉ http://www.tinhoc247.net/

    Trả lờiXóa
    Trả lời
    1. thủ thuật này cứ theo hướng dẫn là dc mà bạn

      Xóa

Lưu ý: Khi để lại Nhận xét bạn nên click vào ô "Thông báo cho tôi" ở dưới để nhận phản hồi từ Admin

Tag liên kết

Đó chưa phải tất cả ... Chúng tôi còn 100 mẫu blog đẹp khác. View all Mẫu Template Blogger

Hãy nhanh tay gọi điện ngay đến chúng tôi theo số 0988227905 hoặc đặt hàng thiết kế ngay hôm nay theo mẫu form bên dưới.

Chúng tôi sẽ hoàn thành trong thời gian sớm nhất cho quý khách

Hãy truy cập để trải nghiệm dịch vụ của chúng tôi
Đã có
lượt Khách Hàng quan tâm đến dịch vụ của chúng tôi

Sử dụng nội dung ở trang này và dịch vụ tại Share123.vn có nghĩa là bạn đồng ý với Thỏa thuận sử dụng và Chính sách phát triển của chúng tôi.

www.Share123.vn - Website chuyên thiết kế blogspot, zip blogger, thiết kế blog chuẩn seo, blogger responsive, Thủ thuật Blogspot, Free Template Blogspot, kho giao diện blog đẹp, premium template blogger, free template blogger, Với kinh nghiệm nhiều năm trong nghề thiết kế Temple, design skin web chúng tôi cam kết tạo ra những sản phẩm chất lượng, tối ưu đến tay người dùng, thiết kế theo yêu cầu của quý khách, cùng đội ngủ support chuyên nghiệp nhiệt tình, ...

Copyright 2013 © Share123.vn - Blogger Team. All right Reserved - Hotline: 0988.227.905 - Email: nguyenhuytap@gmail.com - website: www.share123.vn

0988227905
Floating Image X