First of all, this answer is out of date -- HubSpot newest Site Search API documentation is available here: Accounts Dashboard | HubSpot
Secondly, why would say a question about searching a blog subdomain on HubSpot would be better posted to the CMS Developers board? Last I looked, Blogs and Landing pages are two different things on HubSpot and, more importantly, Site Search, which would appear to be the solution this person wants to implement, is very much a part of HubSpot’s API, not its content management.
We have a similar issue, though given that someone else with a similar issue is waiting some three years for a reply doesn’t give me much hope for one, myself. But hopefully my optimism will be rewarded with a working solution.
We want something that is reasonably embeddable the way HubSpot’s forms are. Our scenario:
- we have a main ecommerce site (let’s call it ecommerce.com);
- we have a HubSpot site/subdomain we host landing pages on (let’s call it marketing.ecommerce.com);
- we want a Site Search Input component embedded and available on ecommerce.com to search content and return results from the subdomain marketing.eceommerce.com.
Is that possible with simple embed code like HS forms? A cURL/Node/&c. solution will not be possible on our ecommerce site, but a vanilla JavaScript solution might be. Please let us know if this is possible and thanks.