묻고답하기
구글 검색 엔진 넣기!!
2010.06.30 00:18
제가 구글에서
SEARCH BOX CODE 론 이걸받고
<form action="http://dajkim8.freehostia.com" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-3983282391260057:wow6f-fk4sd" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" name="q" size="16" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script>
SEARCH RESULTS CODE론 이걸받았거든요.
<div id="cse-search-results"></div>
<script type="text/javascript">
var googleSearchIframeName = "cse-search-results";
var googleSearchFormName = "cse-search-box";
var googleSearchFrameWidth = 800;
var googleSearchDomain = "www.google.com";
var googleSearchPath = "/cse";
</script>
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
제발 도와주세요.. 제가 쓰는 레이아웃에 ... 여기쯤에서 뭔가 바꿔야 하는거 같은데 ....
이거 search box code하고 search results code어디에 넣어야 하는지만 알려주세요 ㅠ
제홈페이지는 dajkim8.freehostia.com 이예요. 곧있음 도메인 바꿔요. 제발 부탁드려요 ㅠ
<div id="widgetWrapper">
<div id="header">
<h1><a href="{$layout_info->index_url}" title="<index_name)-->Paper">!--@if(!$layout_info->index_name)-->Paper Layer Layout<{$layout_info->index_name}">Paper'>!--@else-->{$layout_info->index_name}<!--@end-->"><!--@if(!$layout_info->index_name)-->Paper Layer<{$layout_info->index_name}!--@else-->{$layout_info->index_name}<!--@end--><span <logo_image)-->style="background:url({$layout_info->logo_image)undefined>!--@if($layout_info->logo_image)-->style="background:url({$layout_info->logo_image}) no-repeat;"<>!--@end-->></span></a></h1>
</div>
<div id="widget">
<div id="widget_search">
<form action="{getUrl()}" method="post" id="isSearch">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" />
<input name="is_keyword" type="text" class="inputText" title="keyword" />
</form>
</div>
<div class="widget_div">
<p class="widget widget_title">Category</p>
<div class="widget_content">
<ul id="widget_menu">
<list">!--@foreach($main_menu->list as $key => $val)--><!--@if($val['link'])-->
<li<!--@if($val['selected'])--> class="itemSelect" {@$menu_1st = $val}<>!--@end-->><a href="{$val['href']}" <onclick="window.open(this.href);return">!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<>{$val['link']}!--@end-->>{$val['link']}</a>
<!--@if($val['selected'])-->
<!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['link'])-->
<p><a<!--@if($val['selected'])--> class="widget_menu_2nd item_on"<!--@else--> class="widget_menu_2nd"<!--@end--> href="{$val['href']}" <onclick="window.open(this.href);return">!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<>{$val['link']}!--@end-->>{$val['link']}</a></p>
댓글 1
-
999
2010.06.30 00:45
-
kimee
2010.06.30 03:32
너무너무 감사합니다. 그런데 외부 문서 위치에는 뭘써야하나요? -
kimee
2010.06.30 03:32
google.htm 이렇게요는 무슨뜻? 모듈이름을? -
kimee
2010.06.30 03:36
위지윅 에디터 말씀하시는 건가요? 그럼 그중에 뭘 골라야한는지.. 이모티콘, 이미지, 멀티미디어, 설문조사,기본이미지 등등 있네요 -
kimee
2010.06.30 04:04
You don't have permission to access /dajkim8.freehostia.com/googlehtm on this server. 이렇게 나와요 ㅠ
레이아웃 코드에 <form> 부분이 검색창 부분입니다.
여기에 구글에서 받은 검색창 코드(search box code)를 넣어주시면 되고요.
search result 코드는 xe 에서 외부페이지를 하나 만드세요. google.htm 이렇게요. (레이아웃 연결해야합니다.)
그리고 에디터로 google.htm 을 열어서 search result 코드를 넣고 저장합니다.
그리고 구글검색광고 설정할때요. 본인 사이트 주소 넣는 부분이 나오거든요.
거기에 자신의 사이트 주소/google.htm 하시면
사이트에서 구글 검색했을때, 자신의 사이트에서 검색결과가 보입니다.