opensearch ဆိုတာကတော့ firefox မှာ အပေါ်ညာဘက်မှာ ပါတဲ့ searchbox လေးကို ပြောတာပါ။ အခု ကျွန်တော့် blog ကို တစ်ခါတည်း လာစရာမလိုပဲ ရှာလို့ရအောင် opensearch ထည့်ထားတယ်။ အဲဒီ ညာဘက် ထောင့်လေး လင်းနေတာကို တွေ့မယ်။
လုပ်ရတာလွယ်လွယ်လေးပါ။ အရင်ဆုံး notepad အရင်ဖွင့်ဖို့လိုတယ်။
opensearch.xml နဲ့သိမ်းလိုက်ပါ။
ပြီးရင်
opensearch.xml
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Your Blog</ShortName>
<Description>Your Blog</Description>
<Tags>Your Blog</Tags>
<Url type="text/html"
template="http://www.yourblog.com/?s={searchTerms}"/>
<Image height="16" width="16" type="image/x-icon">http://www.yourblog.com/favicon.ico</Image>
</OpenSearchDescription>
ကျွန်တော်တို့ searchterms ရှာဖို့အတွက် ကျွန်တော်ကတော့ အရင်ဆုံး ကိုယ့် blog မှာ ကိုယ်ရှာကြည့်လိုက်တယ်။ Ubuntu လို့ရှာလိုက်တယ်။
အဲဒီအခါမှာ www.saturngod.net/?s=Ubuntu
ဆိုပြီးထွက်လာတယ်။ ဒီတော့
<Url type="text/html"
template="http://www.yourblog.com/?s={searchTerms}"/>
အဲဒီ နေရာမှာ
<Url type="text/html"
template="http://www.saturngod.net/?s={searchTerms}"/>
တကယ်လို့
www.ornagai.com/search.php?message=’test’&page=0
ဆိုပါဆို့။
ဒါဆိုရင်
<Url type="text/html"
template="http://www.ornagai.com/?message={searchTerms}&page=0"/>
& ကို
&
လို့ရေးရပါတယ်။ ဒါမှအလုပ်လုပ်မှာပါ။ favicon ပတ်လမ်းကြောင်းကတော့ ကိုယ့် ပုံ လမ်းကြောင်းပေါ့။
အဲဒါတွေပြီးသွားရင် opensearch.xml ကို Uplaod တင်လိုက်။
www.yourblogname.com/opensearch.xml ခေါ်ကြည့်။ အဆင်ပြေလားလို့။ အဆင်ပြေရင် blog ထဲမှာထည့်ရအောင်။
wordpress မှာဆိုရင်တော့ Apperance -> Editor -> header.php မှာ လို့ရှာပြီး အဲဒီအပေါ်မှာ
<link rel="search" type="application/opensearchdescription+xml" title="Saturngod Blog" href="http://www.saturngod.net/opensearch.xml">
ဆိုပြီး ထည့်လိုက်ပေါ့။ ဒါဆိုရင်တော့ သင့် blog မှာ opensearch ရသွားပါပြီဗျာ။ အဲလိုမျိုးပုံစံအတိုင်း website တွေကိုလည်း ထည့်လို့ရပါတယ်။
Leave a Reply