, trang web đó sẽ gửi ngay phần title của bài viết đó cho google seach và hiện phần bảng kết quả ngay trong trang của bài viết đó - rất tiện lợi khi tìm các bài viết liên quan đến title .
Để có thể tích hợp được bảng search của google (CSE )ta làm như sau
B1: đăng ký trang web bằng cách truy cập vào http://www.google.com/cse/
hay trực tiếp http://www.google.com/cse/manage/create
điền thông tin
B2 : Chọn Style cách thể hiện
B3 : Nhận Code Nhúng
xong các phần đơn giản đăng ký
chú ý cái này dòng
var cx = '001377099916169897473:69xsi_ytrry';
đây là mã google cấp cho ta.
B4 : nhúng vào blogger;
click Expand Widget Templates
Tìm dòng code :
post.body
hay
<b:if cond='data:blog.pageType == "item"'>tùy template
và paste vào những dòng code này ngay phía sau
<div id='cse' style='width: 100%;'>Loading</div>
<script src='http://www.google.com/jsapi' type='text/javascript'/>
<script type='text/javascript'>
google.load('search', '1', {language : 'vi', style : google.loader.themes.V2_DEFAULT});
google.setOnLoadCallback(function() {
var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl(
'001377099916169897473:69xsi_ytrry', customSearchOptions);
customSearchControl.setResultSetSize(google.search .Search.FILTERED_CSE_RESULTSET);
var options = new google.search.DrawOptions();
options.setAutoComplete(true);
customSearchControl.draw('cse');
customSearchControl.execute("<data:post.title/>");
}, true);
</script>
B4 * bonus nhúng vào các website<div id="cse" style="width: 100%;">Loading</div> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script type="text/javascript"> google.load('search', '1', {language : 'vi', style : google.loader.themes.GREENSKY}); google.setOnLoadCallback(function() { var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl( '017415358102445779880:ru8kabtlyf4', customSearchOptions); customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); customSearchControl.draw('cse'); customSearchControl.execute('<?php echo tucantim; ?>'); }, true); </script>
nguồn tổng hợp
No comments: