Home » Blogger & Blogspot
Nhúng Google Page (Google+ Badge) |
Nhúng Google Page (Google+ Badge) lên Website |
Hướng dẫn xóa Created By Sora Templates theme Blogspot |
Mã Hex Created By Sora Templates |
Xóa Created By Sora Templates |
Theme bán hàng cho Blogspot DEMO - DOWNLOAD |
Theme bán hàng đẹp nhất DEMO - DOWNLOAD |
Theme bán hàng công nghệ cho Blogspot DEMO - DOWNLOAD |
Theme bán hàng thời trang cho Blogspot DEMO - DOWNLOAD |
Theme bán hàng tổng hợp cho Blogspot DEMO - DOWNLOAD |
Theme bán hàng tổng hợp cho Blogspot DEMO - DOWNLOAD |
Cách tạo Menu xổ cho Blogspot |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script><script type="text/javascript" src="https://sites.google.com/site/tessssssssblog/drop_menu.js"></script><style type="text/css">html .jqueryslidemenu{height: 1%;} <!--[if lte IE 7]> </style>
jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
}
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}
.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}
.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}
/* ######### CSS classes applied to down and right arrow images ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
<div id="myslidemenu" class="jqueryslidemenu">
<ul>
<li><a href="http://bittuot.blogspot.com/">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a href="#">Folder 1</a>
<ul>
<li><a href="#">Sub Item 1.1</a></li>
<li><a href="#">Sub Item 1.2</a></li>
<li><a href="#">Sub Item 1.3</a></li>
<li><a href="#">Sub Item 1.4</a></li>
</ul>
</li>
<li><a href="#">Item 3</a></li>
<li><a href="#">Folder 2</a>
<ul>
<li><a href="#">Sub Item 2.1</a></li>
<li><a href="#">Folder 2.1</a>
<ul>
<li><a href="#">Sub Item 2.1.1</a></li>
<li><a href="#">Sub Item 2.1.2</a></li>
<li><a href="#">Folder 3.1.1</a>
<ul>
<li><a href="#">Sub Item 3.1.1.1</a></li>
<li><a href="#">Sub Item 3.1.1.2</a></li>
<li><a href="#">Sub Item 3.1.1.3</a></li>
<li><a href="#">Sub Item 3.1.1.4</a></li>
<li><a href="#">Sub Item 3.1.1.5</a></li>
</ul>
</li>
<li><a href="#">Sub Item 2.1.4</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://bittuot.blogspot.com/">Item 4</a></li>
</ul>
<br style="clear: left" />
</div>
<html>
<head>
<title>Demo Test</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript" src="https://sites.google.com/site/tessssssssblog/drop_menu.js"></script>
<style type="text/css">
html .jqueryslidemenu{height: 1%;} <!--[if lte IE 7]>
</style>
<style>
.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
}
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}
.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}
.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}
/* ######### CSS classes applied to down and right arrow images ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
</style>
</head>
<body>
<div id="myslidemenu" class="jqueryslidemenu">
<ul>
<li><a href="http://bittuot.blogspot.com/">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a href="#">Folder 1</a>
<ul>
<li><a href="#">Sub Item 1.1</a></li>
<li><a href="#">Sub Item 1.2</a></li>
<li><a href="#">Sub Item 1.3</a></li>
<li><a href="#">Sub Item 1.4</a></li>
</ul>
</li>
<li><a href="#">Item 3</a></li>
<li><a href="#">Folder 2</a>
<ul>
<li><a href="#">Sub Item 2.1</a></li>
<li><a href="#">Folder 2.1</a>
<ul>
<li><a href="#">Sub Item 2.1.1</a></li>
<li><a href="#">Sub Item 2.1.2</a></li>
<li><a href="#">Folder 3.1.1</a>
<ul>
<li><a href="#">Sub Item 3.1.1.1</a></li>
<li><a href="#">Sub Item 3.1.1.2</a></li>
<li><a href="#">Sub Item 3.1.1.3</a></li>
<li><a href="#">Sub Item 3.1.1.4</a></li>
<li><a href="#">Sub Item 3.1.1.5</a></li>
</ul>
</li>
<li><a href="#">Sub Item 2.1.4</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://bittuot.blogspot.com/">Item 4</a></li>
</ul>
<br style="clear: left" />
</div>
</body>
</html>
Chỉnh sửa HTML để xóa bản quyền blogger |
Thay code để tắt thuộc tính Attribution |
Tắt thuộc tính Attribution và Lưu |
Xóa hẳn thuộc tính Attrbution |
Xóa thuộc tính bản quyền của Attrbution hoàn toàn |
Cách thêm code thống kê Alexa cho blogspot, Website |
Hướng dẫn tạo blogspot |
Tạo blogspot mới đơn giản |
Tạo tiêu đề và địa chỉ cho blogspot |
Tạo blogspot đơn giản |
Tạo blogspot và thống kê chi tiết |
Tối ưu thẻ Meta Description chuẩn seo cho blogspot |
Hướng dẫn cài đặt thẻ meta description cho blogspit blogger |
Tối ưu thẻ meta description cho bài viết blogspot |
Tối ưu chuẩn Seo Search Label cho Blogspot |
File robot chuẩn cho BlogspotCopy Code
User-agent: Mediapartners-Google
User-agent: *
Allow: /
Sitemap: http://downloadphanmemhay.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=500
<b:if cond='data:blog.pageType == "index"'> ... </b:if> hoặc
<b:if cond='data:blog.searchLabel'>.......</b:if> trên dòng code <![CDATA[/*
<!-- Tối ưu Title - Meta Description - Meta Keywords cho trang Search Label -->Copy code
<b:if cond='data:blog.searchLabel'>
<title><data:blog.pageName/> - Tổng hợp các bài hay nhất viết về <data:blog.pageName/> tại Chiến Lược Mới </title>
<!-- Meta Description Label Page -->
<meta expr:content='data:blog.pageName + " tổng hợp các bài viết hay nhất về:" + data:blog.pageName + ". Danh sách các bài viết hay nhất về "+ data:blog.pageName + " tại Chiến Lược Mới"' name='description'/>
<meta expr:content='data:blog.pageName + ", " + data:blog.title' name='Keywords'/>
</b:if>
</b:if>
</b:if>
<div class='newsfea'>
<img expr:alt='data:blog.pageName' expr:title='data:blog.pageName' height='90' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqxxKzu07l_umhyphenhyphenD4U11MQMV7qgyNIK1BLTrtlSyaj7pTrnSwlRqdN-C0vCA24DXt1ATa5uk7bF8TkDQU7Vka-s1Ctcfi8Gh9iZlvFhyyCmARRFZStC9bqfwkLu8g7laFf6yXVZip7Tu4b/s250/avatar-google.png' style='float: left;margin-right: 5px;' width='90'/><h1><data:blog.pageName/>: Tổng hợp các bài viết hay về <b><data:blog.pageName/></b></h1>Hãy cùng tìm hiểu và đón đọc các các bài liên quan đến chủ đề <data:blog.pageName/> mà các bạn quan tâm nhất tại <a href='http://downloadphanmemhay.blogspot.com/' target='_blank' title='Chiến Lược Mới'>Chiến Lược Mới</a>.
</div><br/></b:if></b:if></b:if>
Copy codeChú ý:
Cài đặt form liên hệ trên blogspot |
Tiện ích Form liên hệ trên Blogger |
Lưu form liên hệ trên blogspot |
Hướng dẫn cài form liên hệ cho blogspot |
Chỉnh sữa form liên hệ cho blogger |
Form liên hệ cho blogspot |
Code liên hệ cho blogspot |
Trang form liên hệ cho blogspot |
<form name="contact-form">
<p></p>
Name
<br>
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" value="" type="text">
<p></p>
<span style="font-weight: bolder;">*</span>
<br>
<input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" value="" type="text">
<p></p>
Message
<span style="font-weight: bolder;">*</span>
<br>
<textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" rows="5"></textarea>
<p></p>
<input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" value="Send" type="button">
<p></p>
<div style="text-align: center; max-width: 222px; width: 100%">
<p class="contact-form-error-message" id="ContactForm1_contact-form-error-message"></p>
<p class="contact-form-success-message" id="ContactForm1_contact-form-success-message"></p>
</div>
</form>
.contact-form-name,.contact-form-email {
max-width: 200px;
width: 100%;
}
.contact-form-email-message {
max-width: 500px;
width: 100%;
height: 200px;
}
Tạo form liên hệ cho blogspot thành công |
SEO cho blogspot tối ưu tùy chọn tìm kiếm |
User-agent: Mediapartners-GoogleCustom robots header tags/Thẻ tiêu đề robot tùy chỉnh: Danh mục này giúp làm đẹp hơn kết quả tìm kiếm trên SE, bạn có thể điều chỉnh theo ý của bạn hoặc làm giống như hình dưới:
Disallow:
User-agent: *
Disallow: /search?updated-min=
Disallow: /search?updated-max=
Disallow: /search/label/*?updated-min=
Disallow: /search/label/*?updated-max=
Allow: /
Sitemap: http://www.domain.com/feeds/posts/default?orderby=updated
Tối ưu seo cho blogspot |