Searching on your Website with DuckDuckGo Search Box
By Patineboot
/
Update
- 1 minutes read
- 98 words
Putting the Search Box into the Website
I am happy to get the chance from my memories.
I put DuckDuckGo Search Box into my website.
I constructed the below HTML tag with DuckDuckGo Search Box Generator and copied the tag into the top page on my website.
<form method="get" id="ddgSearch" action="https://duckduckgo.com/">
<input type="hidden" name="sites" value="patineboot.com"/>
<input type="hidden" name="k7" value="#ffffff"/>
<input type="hidden" name="k8" value="#222222"/>
<input type="hidden" name="k9" value="#00278e"/>
<input type="hidden" name="kx" value="#20692b"/>
<input type="hidden" name="kj" value="#fafafa"/>
<input type="hidden" name="kt" value="p"/>
<input type="text" name="q" placeholder="Search…" aria-label="Search patineboot.com on DuckDuckGo"/>
<button type="submit">Search</button>
</form>
Let’s put DuckDuckGo Search Box into your website!