Site Search 360 provides a search box that can be embedded into your PageCloud site.
Add a Search Box to your Site
- While logged into your Site Search 360 account, head to the Installation page.
- Copy the two embed codes provided by Site Search 360. Example embed codes below.
- Head to your PageCloud page you want the search box to appear on while in edit mode.
- Paste the embed code using CTRL+V (on Windows) or CMD+V (on a Mac)
- Click "Save" and "View Live" to see your SiteSearch 360 embed code in action.
Example Embed codes:
<script type="text/javascript">
/* Create a configuration object */
var ss360Config = {
/* Your site id */
siteId: 'www.example.com',
/* A CSS selector that points to your search box */
searchBoxSelector: '#searchBox',
};
</script>
<script src="https://sitesearch360.com/cdn/sitesearch360-v10.min.js"></script>
<input id="searchBox" type="text" placeholder="search">
Thank you for your feedback!