CODE XEM TIVI ONLINE (TRỰC TUYẾN)

Người đăng: kiemdaigia on Thứ Tư, 4 tháng 12, 2013

Để trang trí blog thêm đẹp, các bạn có thể tạo một số tiện ích gắn vào blog như: Đồng hồ, banner flash, hình ảnh động, xem thời tiết....Ngoài ra các bạn còn có thể gắn vào blog mình một tiện ích: XEM TI VI ONLINE khá đẹp mắt và hữu dụng.
Tiện ích này sẽ được nằm ẩn trong khung nhỏ, nếu muốn xem tivi bạn chỉ cần click vào mũi tên màu trắng phía dưới bên góc phải của khung, lập tức một màn hình tivi sẽ xuất hiện kèm theo một số kênh thông dụng như: Kênh SCTV1 - SCTV16, Kênh VTC1 - VTC16, các kênh truyền hình địa phương như: Truyền hình Vĩnh Long, Cần Thơ, Long An, Đồng Nai, ANTV...và một số kênh truyền hình khác....Khi không muốn xem nữa bạn bấm nút TẮT TIVI và bấm lần nữa nút màu trắng, khung tivi sẽ tự động kéo lên nằm ẩn như ban đầu.
Không nói nhiều nữa, mời bạn bấm vào XEM THỬ phía dưới để xem trước tiện ích này nha


Xem thử
 
 
Bạn chỉ việc thêm tiện ích HTML/Javacrip (nếu chưa biết cách thêm tiện ích HTML/Javacript thì mời bạn xem TẠI ĐÂY). Sau đó dán tất cả các đoạn code phía dưới vào:


<embed bgcolor="#FFFFFF" height="100" width="640" pluginspage="http://www.macromedia.com/go/getflashplayer" src="https://sites.google.com/site/dunghennessyflash/TV%20Online.swf?attredirects=0" type="application/x-shockwave-flash" ></embed>
<style type="text/css">
div.css3droppanel { /* Main wrapper for push down panel */
        position: relative;
        margin: 0;
        margin-bottom: 1em; /* margin with rest of content on page */
        }


div.css3droppanel > div { /* Content DIV DIV inside wrapper */
        height: 10px; /* initial height of content when hidden. Should be same height as bottom bar (see div.css3droppanel:after) */
        padding: 5px;
        -moz-box-sizing: border-box; /* ensure any padding and border declared inside content DIV doesn't increase DIV's declared dimensions */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        background: #000000; /* background of content DIV */
        position: relative;
        opacity: 0;
    -moz-transition: all 0.2s ease-in-out 0.1s;  /* CSS3 transition of UL state. Last 0.1s specifies delay before animation */
    -o-transition: all 0.2s ease-in-out 0.1s; /* instead of ease-in-out, also try cubic-bezier(0.25, 0.1, 0.25, 1.4) instead */
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
        }

div.css3droppanel:after { /* Add bottom bar beneath wrapper */
        content: '';
        display: block;
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 10px;
        box-shadow: 0 3px 8px gray, 3px 3px 4px brown inset;
        background: #5a1619; /* dark redish background and its gradient versions */
        background: -moz-linear-gradient(top,  rgba(118,36,41,1) 0%, rgba(117,5,11,1) 50%, rgba(56,38,39,0.72) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,36,41,1)), color-stop(50%,rgba(117,5,11,1)), color-stop(100%,rgba(56,38,39,0.72)));
        background: -webkit-linear-gradient(top,  rgba(118,36,41,1) 0%,rgba(117,5,11,1) 50%,rgba(56,38,39,0.72) 100%);
        background: -o-linear-gradient(top,  rgba(118,36,41,1) 0%,rgba(117,5,11,1) 50%,rgba(56,38,39,0.72) 100%);
        background: -ms-linear-gradient(top,  rgba(118,36,41,1) 0%,rgba(117,5,11,1) 50%,rgba(56,38,39,0.72) 100%);
        background: linear-gradient(to bottom,  rgba(118,36,41,1) 0%,rgba(117,5,11,1) 50%,rgba(56,38,39,0.72) 100%);
        }


div.css3droppanel input[type="checkbox"] { /* style invisible checkbox element used to toggle state of push down panel */
        position: absolute;
        right: 50px; /* right position of checkbox */
        width: 60px; /* width of checkbox */
        height: 42px; /* height of checkbox */
        bottom: -34px; /* bottom offset of checkbox */
        z-index: 10;
        cursor: pointer;
        opacity: 0;
        }

div.css3droppanel input[type="checkbox"]:checked ~ div { /* when checkbox is checked, expand content within wrapper */
        height: 650px; /* height of content to expand to. Scrollbar will be shown if content overflows this height */
        opacity: 1;
        overflow: auto;
        }

div.css3droppanel label { /* style label that's positioned below wrapper's bottom bar, and will toggle checkbox when interacted with */
        position: absolute;
        right: 50px; /* right position of label */
        width: 60px; /* width of label */
        height: 42px; /* height of label */
        bottom: -34px; /* bottom offset of label */
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        cursor: pointer;
        z-index: 5;
        background: #5a1619; /* dark redish background and its gradient versions */
        background: -moz-linear-gradient(top,  rgba(118,36,41,1) 0%, rgba(117,5,11,1) 50%, rgba(124,31,32,0.72) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,36,41,1)), color-stop(50%,rgba(117,5,11,1)), color-stop(100%,rgba(124,31,32,0.72)));
        background: -webkit-linear-gradient(top,  rgba(118,36,41,1) 0%,rgba(117,5,11,1) 50%,rgba(124,31,32,0.72) 100%);
        background: -o-linear-gradient(top,  rgba(118,36,41,1) 0%,rgba(117,5,11,1) 50%,rgba(124,31,32,0.72) 100%);
        background: -ms-linear-gradient(top,  rgba(118,36,41,1) 0%,rgba(117,5,11,1) 50%,rgba(124,31,32,0.72) 100%);
        background: linear-gradient(to bottom,  rgba(118,36,41,1) 0%,rgba(117,5,11,1) 50%,rgba(124,31,32,0.72) 100%);
        box-shadow: 0 3px 8px black, 5px 5px 6px brown inset, 0 -3px 3px rgba(152,41,47,0.7) inset, 0 5px 0 rgba(255,255,255,0.7) inset;
        }

div.css3droppanel label:hover { /* style of label when mouse rolls over it */
        box-shadow: 0 3px 8px black, 5px 5px 6px brown inset, 0 -3px 3px rgba(152,41,47,0.7) inset, 0 5px 0 rgba(255,255,255,0.7) inset, 0 0 15px rgba(255,255,255,0.8) inset;
        }

div.css3droppanel label:after { /* generated down arrow */
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-color: white transparent transparent transparent;
        top: 18px;
        left: 18px;
        box-shadow: 0 0 7px gray inset;
        }

</style>

<!--[if lte IE 8]>

<style>

/* Hide panel from IE8 and below */

div.css3droppanel {
        display: none;
        }

</style>

<![endif]-->

<div class="css3droppanel">
<input type="checkbox" id="paneltoggle" />
<label for="paneltoggle" title="Click to open Panel"></label>
<div class="content">

<!--panel content goes here-->

<p>
<style>
button {
border : 1px solid #6a8da4;
cursor : pointer;
width:83px;
height:22px;
text-transform:uppercase;
font-size:10px;
}
button:hover {
color: #ffffff;
border : 1px solid #000000;
cursor : pointer;
width:83px;
height:22px;
text-transform:uppercase;
font-size:10px;
}
</style>
<iframe bottommargin="0" frameborder="0" id="MPlayer" leftmargin="0" marginheight="0" marginwidth="0" name="MPlayer" nosize="" rightmargin="0" scrolling="no" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgP4N4N_EFI8mD3HGcbfI91Z1kZUpAuwDCQBtkolcP6ZmXmiWv3hWTA1YKmESccTf6N9Lp0ub4HyvQOIJbc5afpyYMm3LVpeTWGAYw6-NVBQX-ldZ6T3wTTonEqd2Ntc5uteEc6JQLctKg/s1600/picture.jpg" style="height: 450px; width: 630px;" topmargin="0"></iframe>
<div id="channel_center" style="height: 130px; max-height: 130px; overflow: auto; text-align: center; width: 620px;">
<button onclick="document.getElementById('MPlayer').src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiA5H9i2rq19zkoelZbtVFgtf64O9l0Xn04ifJv-kaLB1EAhfzQ9Pf34djcv3P2NxRHG7xa6fvZleTUbTkMAXt_GPmS7lKlNXaptr2IbL3L6kshSufFYb51ttYDtnCo_vuMOZFPfpwxLqg/s1600/picture.jpg'"><span style="color: red; font-size: xx-small;"><b>TẮT TIVI</b></span></button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-viet-nam-vtv-truc-tuyen-online&amp;xem=vtv1'">VTV1</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-viet-nam-vtv-truc-tuyen-online&amp;xem=vtv2'">VTV2</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-viet-nam-vtv-truc-tuyen-online&amp;xem=vtv3'">VTV3</button><button onclick="document.getElementById('MPlayer').src='http://anhaoca.zz.mu/Tivi/VTV4.htm'">VTV4</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?tab=Truyen-Hinh&xem=hanoi1%28vtc%29&type=2'">HàNội 1</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh&amp;xem=hanoi2'">HàNội 2</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh&amp;xem=thvl1'">VĩnhLong 1</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh&amp;xem=thvl2'">VĩnhLong 2</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?tab=nghe-radio-viet-nam-truc-tuyen-online&xem=vov-tv&type=2'">VOV</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?tab=Truyen-Hinh&xem=dong-nai-1&type=2'">ÐồngNai 1</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh&amp;xem=dong-nai-2'">ĐồngNai 2</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?tab=web&xem=yantv&type=2'">YanTV</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh&amp;xem=hau-giang'">HậuGiang</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?tab=Truyen-Hinh-Viet-Nam-VTV-Truc-Tuyen-Online&xem=vtv-danang&type=2'">ĐàNẳng</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?tab=web&xem=mtv&type=2'">MTV</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh&amp;xem=quang-nam'">QuảngNam</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh&amp;xem=binh-thuan'">BìnhThuận</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh&amp;xem=long-an'">LongAn</button><button onclick="document.getElementById('MPlayer').src='http://anhaoca.zz.mu/Tivi/CANTHO2.htm'">Cần Thơ 2</button><button onclick="document.getElementById('MPlayer').src='http://anhaoca.zz.mu/Tivi/CANTHO1.htm'">Cần Thơ 1</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh&amp;xem=trt1-hue'">TRT1Huế</button><button onclick="document.getElementById('MPlayer').src='http://anhaoca.zz.mu/Tivi/BRT.htm'">BRT</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?tab=Truyen-Hinh&xem=htv7%28vtc%29&type=2'">HTV7</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?tab=Truyen-Hinh&xem=htv9%28vtc%29&type=2'">HTV9</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-viet-nam-vtv-truc-tuyen-online&amp;xem=vtv1(vtc)'">VTV1(VTC)</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-viet-nam-vtv-truc-tuyen-online&amp;xem=vtv2(vtc)'">VTV2(VTC)</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-viet-nam-vtv-truc-tuyen-online&amp;xem=vtv3(vtc)'">VTV3(VTC)</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-viet-nam-vtv-truc-tuyen-online&amp;xem=vtv4(vtc)'">VTV4(VTC)</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-viet-nam-vtv-truc-tuyen-online&amp;xem=vctv12(styletv)'">VCTV12</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc1'">VTC1</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc2'">VTC2</button><button onclick="document.getElementById('MPlayer').src='http://farm.vtc.vn/media/vtcnews/resources/swf/flv/flvplayer.swf?file=vtc31&amp;streamer=rtmp://117.103.225.4:1935/live&amp;menu=false&amp;autostart=true&amp;stretching=uniformcontrolbar=over'">VTC3</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc4'">VTC4</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc6'">VTC6</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc7'">VTC7</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc8'">VTC8</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc9'">VTC9</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc10'">VTC10</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc14'">VTC14</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc16'">VTC16</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv1'">SCTV1</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv2'">SCTV2</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv3'">SCTV3</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv4'">SCTV4</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv5'">SCTV5</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv6'">SCTV6</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv7'">SCTV7</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv8'">SCTV8</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv9'">SCTV9</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv10'">SCTV10</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv11'">SCTV11</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv12'">SCTV12</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv13'">SCTV13</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv14'">SCTV14</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv15'">SCTV15</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv16'">SCTV16</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-cap-sctv-truc-tuyen-online&amp;xem=sctv17'">SCTV17</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=nghe-radio-viet-nam-truc-tuyen-online&amp;xem=vov-gt-hn'">VOV-HN</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=nghe-radio-viet-nam-truc-tuyen-online&amp;xem=vov-gt-tphcm'">VOV-TPHCM</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=nghe-radio-viet-nam-truc-tuyen-online&amp;xem=vov-tv'">VOV-TV</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=nghe-radio-viet-nam-truc-tuyen-online&amp;xem=vov1'">VOV1</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=itv'">ITV</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=itv_music'">ITV_Music</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc1(vtc)'">VTC1(VTC)</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc2(vtc)'">VTC2(VTC)</button><button onclick="document.getElementById('MPlayer').src='http://tv.xunghe.vn/newwindow.php?type=4&amp;tab=truyen-hinh-kts-vtc-truc-tuyen-online&amp;xem=vtc9(vtc)'">VTC9(VTC)</button><button onclick="document.getElementById('MPlayer').src='http://tv24.vn.xunghe.vn/?xem-kenh=antv.stream'">ANTV</button>
</div>

</p>

<!-- end panel content -->

</div>

</div>


Tiếp tục bạn bấm Lưu lại là xong.
Vì tiện ích này có chiều ngang hơi lớn, do đó các bạn nên kéo tiện ích này nằm trên khu vực bài đăng thì đẹp hơn.
Chúc các bạn có thời gian giải trí vui vẻ trên Blog của mình nha.
Tiện ích trên đã bị lỗi một số kênh (mình sẽ cố gắng chỉnh sửa lại trong thời gian sớm nhất), vì vậy bạn có thể tham khảo kiểu 2 TẠI ĐÂY.


More about

6 template blogspot đẹp tháng 12 năm 2013

Người đăng: kiemdaigia

Đây là những template blogspot cuối cùng của năm 2013 này rất là đẹp và đáng dùng
Giới thiệu tới các bạn

đầu tiên template blogspot du lịch dành cho blog làm du lịch mang tên traveling blogger template
Màu xanh dương rất là mát mẻ site này quá đẹp



Demo traveling blogger template | tải template blogspot

Thứ hai template blogspot sản phẩm nước hoa mang tên Together
Màu hống sữa quyễn rũ thích hợp cho bán nước hoa


demo | tải


Thứ ba template blogspot món ăn mang tên SmartHealth
Màu xanh nhạt thích hợp cho bán hoặc giới thiệu món ăn bằng trái cây rau củ quá



demo | tai

Thứ 4template blogspot công ty mang tên MyBiz
Màu xám sáng thích hợp cho website giới thiệu công ty mình thích site naỳ


demo | Tai


Thứ 5template blogspot bán quần áo mang tên FashionGlamour
Màu xám sáng phà hồng mính sẽ chọn mẫu này khi bán quần áo

demo | tai


Thứ 6template blogspot đồ họa mang tên DesignPress
xem và cảm nhận

demo | tai







More about

5 template blogspot đẹp tháng 11 năm 2013

Người đăng: kiemdaigia on Thứ Tư, 20 tháng 11, 2013

Lâu lắm rồi mình mới lại có dịp giới thiệu series chia sẻ template blogspot đẹp
Xin giới thiệu các bạn template blogspot miễn phí
Hôm nay mình xin giới thiệu cho các bạn những mẫu template đẹp và đáng dùng

đầu tiên template blogspot Positmood
dành cho bạn nào thích thể hiện tính cách cá nhân và cái tôi dạng này dùng cho blog cá nhân rất là độc
template-blogspot-mien-phi
Bạn có thể trải nghiệm nó trước tại demo
Và tải template blogspot miễn phí tại đây

Thứ hai template blogspot RBSIMPLE

Cái này mà dùng cho blog dạng tin tức đảm bảo quá tuyệt vời với tính năng slider trượt rất là mượt mà.
template-blogspot-mien-phi
Hãy trải nghiệm tại đây và miến phí tải template blogspot đẹp này tại đây

template blogspot miễn phí thứ 3

Cái tên nói lên tất cả Main Photo dùng cho ai là một người thích bố cục thoáng và nhấn mạnh tập trung những bức ảnh độc đáo thì bạn nên dùng cái này
template-blogspot-mien-phi-2
Hãy trải nghiệm nó tại đây và tải về template blogspot miễn phí
More about

đóng cửa comment trong blogspot

Người đăng: kiemdaigia on Chủ Nhật, 17 tháng 11, 2013

đóng cửa comment trong blogspot.

đóng cửa comment trong blogspot

Thoi gian vừa rồi nhận được rất nhiều comment mang tính chất spam nên mình đã đóng của comment trên blogspot.
Chắc tới mình chuyển sang hệ comment khác.
Mình đã xóa hơn 30 nghìn commnet vô ích.

Hiện tại mình đã nâng cấp lên comment của google + nên rất dễ dàng cho các bạn cooment

Các bạn có thể xem hướng dẫn tại bài viết thêm comment google plus cho blogpsot
More about

1 nghìn website gov và edu pr 8 tha hồ cày blacklink chất lượng

Người đăng: kiemdaigia on Thứ Bảy, 16 tháng 11, 2013

Chào cả nhà. lâu lắm mới quay lại viết bài.hôm nay mình sẽ chia sẻ cho các bạn danh sách 1 nghìn website gov và edu pr cao tha hồ làm blacklink.

Đây toàn là site nước ngoài, commnet không qua kiểm duyệt và rất dễ làm.

Các bạn không phải vất vả đi kiếm từng blacklink một cho khổ ở đây có 1 triệu site cho bạn tha hồ cày cuốc trong seo.

Đều kiện nhận blacklink rất đơn giản là hãy chia sẻ bài này lên google và face của các bạn sau đó copy đường link gửi qua yahoo của mình hoặc qua email mình sẽ gửi danh sách cho bạn tha
HỒ TỪ KHÓA LÊN TOP

"1 nghìn website gov và edu pr 8 tha hồ cày blacklink chất lượng"
list-high_pr_backlinks
MÌNH ĐÃ THÀNH CÔNG NHỜ DANH SÁCH NÀY.

Hàng này chất nên mình cũng không làm rầm rộ và viết bài mang tính quảng cáo nhiều. cái này danh cho ai cần thôi. nhanh tay đăng ký nhé
More about

FLASH ĐÀN NGỰA CHẠY DƯỚI CHÂN BLOG

Người đăng: kiemdaigia on Thứ Ba, 12 tháng 11, 2013

Để Blog thêm đẹp, các bạn có thể chèn nhiều tiện ích flash cho blog như: Flash đầu trang, Flash ở bên Sidebar...Flash dưới chân Blog.
Hôm nay, dunghennessy chia sẻ với các bạn một file flash "khá" đẹp và sinh động đó là đàn ngựa chạy dưới chân blog.
Bạn bấm vào thẻ Xem thử để trải nghiệm trước tiện ích này nha.

Xem thử


"Đàn ngựa chạy" này sẽ luôn luôn xuất hiện ở cuối màn hình cho dù bạn có kéo thanh trượt đi đến đâu thì nó vẫn xuất hiện ở chân blog.
Rất đơn giản, bạn chỉ cần thêm tiện ích HTML/Javacript (nếu chưa biết cách thêm HTML/Javacript thì mời bạn xem TẠI ĐÂY). Sau đó copy tất cả các đoạn code phía dưới dán vào.

<div class="content"><a style="position: fixed; bottom:-10px; right:-10px;"><embed src=
"https://sites.google.com/site/dungflash/danngua2.swf" width=
"1300" height="150" type="application/x-shockwave-flash" wmode=
"transparent" allowscriptaccess="never"></embed></a></div>

Tuỳ theo độ phân giải của màn hình, bạn có thể thay đổi kích thước của file flash bằng cách thay đổi thông số ở mục Width (chiều ngang) và height (chiều cao) để có được file flash đẹp nhất, cuối cùng bấm Lưu lại. Bây giờ bạn vào blog của mình sẽ thấy một "đàn ngựa chạy dưới chân blog"....
Chúc các bạn thành công...





More about

Banner flash 20/11 Nhà Giáo Việt Nam

Người đăng: kiemdaigia on Thứ Hai, 4 tháng 11, 2013

Theo lời yêu cầu của một số bạn, hôm nay dunghennessy tạo ra 6 file flash banner với chủ đề Chúc mừng ngày Nhà Giáo Việt Nam 20/11
Ứng với mỗi mẫu là đường link file flash phía dưới, bạn có thể bấm vào thẻ Xem các mẫu để xem trước file flash hoặc bấm vào thẻ Download để tải về.
Để dán file flash banner này vào blog, bạn thêm tiện ích HTML/Javacript (nếu chưa biết cách thêm mời bạn xem TẠI ĐÂY), sau đó copy đoạn code phía dưới dán vào và thay đổi đường link file flash vào dòng lệnh màu xanh "Dán link file flash của bạn ở đây", cuối cùng bấm Lưu là xong.

<center><embed bgcolor="#FFFFFF" height="250" width="960" pluginspage="http://www.macromedia.com/go/getflashplayer" src="Dán link file flash của bạn ở đây " type="application/x-shockwave-flash" >
</embed></cemter>


Mời các bạn theo dõi phía dưới nha.

https://sites.google.com/site/dunghennessyflash/banner2011.1.swf
Xem mẫu 1  Download



https://sites.google.com/site/dunghennessyflash/banner2011.2.swf
Xem mẫu 2  Download



https://sites.google.com/site/dunghennessyflash/banner2011.3.swf
Xem mẫu 3  Download




https://sites.google.com/site/dunghennessyflash/banner2011.4.swf
Xem mẫu 4  Download



https://sites.google.com/site/dunghennessyflash/banner2011.5.swf
Xem mẫu 5  Download



https://sites.google.com/site/dunghennessyflash/banner2011.6.swf
Xem mẫu 6  Download




Các file flash ở trên đều được làm với kích thước chung là 960x 250...Tuỳ theo giao diện mỗi blog sẽ có chiều dài banner ở header khác nhau, nếu bạn muốn chỉnh sửa kích thước hoặc thay đổi chữ hiển thị, màu chữ, màu nền..., bạn vui lòng gởi yêu cầu dưới ô comment tôi sẽ chỉnh lại kích thước cho bạn và nhớ ghi địa chỉ mail của bạn để mình gởi file flash đã chỉnh sửa cho bạn nha.
Nhân dịp ngày 20/11, dunghennessy xin chúc các Thầy Cô luôn vui khoẻ, may mắn, hạnh phúc và đạt nhiều thành công mới thắng lợi mới trong sự nghiệp cũng như trong cuộc sống.
HAPPY TEACHER'S DAY!!!



More about