The search button allows users to easily search your website by just clicking on it.
To set it up, you need to provide the search query URL of your site.
Important:
- The "search value parameter" is used to specify where the user's search text should be inserted within the search query.
- For example, if the search query URL is
/?s=[search-value]
, and a user searches for "Buttonizer", the resulting URL will be
/?s=Buttonizer
.
So the search value parameter is [search-value]
in this example.