Skip to content

Instantly share code, notes, and snippets.

@expertrec
Last active December 18, 2021 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expertrec/4e0a4d4a37154fdb974b37f1530f916c to your computer and use it in GitHub Desktop.
Save expertrec/4e0a4d4a37154fdb974b37f1530f916c to your computer and use it in GitHub Desktop.
Snippet to add duckduckgo search to your website more info on https://blog.expertrec.com/create-javascript-search-box-for-your-website/
<!--
Snippet to add duckduckgo search to your website
Add the below snippet where you want to insert duckduckgo search in your website.
More info on https://blog.expertrec.com/create-javascript-search-box-for-your-website/
-->
<iframe
src="https://duckduckgo.com/search.html?site=expertrec.com&prefill=Search expertrec&focus=yes"
style="overflow:hidden;margin:0;padding:0;width:408px;height:40px;"
frameborder="0">
</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment