This is the same issue as this post, which got no solution: https://community.hubspot.com/t5/CMS-Development/Use-variable-for-topic-inside-blog-recent-topic-posts/m-p/194456 At the bottom of a blog post, I want to show the 5 most recent posts th read more
I am hoping someone can give me some advice. We currently use a number of Hubspot Forms, namely the Contact Us & Book a Collection via our website. Is there a way of adding a column or similar that will show whether we have completed the acti read more
Hi guys, For one of our clients, we are facing issues with the Instagram embed on mobile. On desktop, it automatically loads the post we embed. However, on mobile it does not load the embedded post and it tells you that the post read more
I wanted to preload my main.css file, so I put a <link rel="preload"> early in the <head> and the call to the CSS file later. Both use get_asset_url. The preload one returns a hubspot CDN link, but the actual link to the CSS file returns read more
I want to use https://partytown.builder.io/atomics, which requires these headers: Cross-Origin-Embedder-Policy: credentialless
Cross-Origin-Opener-Policy: same-origin How do I edit the CMS site to use these headers?
What is the process to design a third party custom app that integrates the third party services into a HubSpot CMS driven web site? Any direction on where to start would be helpful.
Can someone at hubspot explain the idea behind the CTA styling? As a theme developer I would like to create button styles at a theme level so the user doesn't have to worry about styles. The current (legacy) CTAs at least offered a no style option read more
We are currently in the process of developing a website for our client, and we are utilizing the cool "--convertFields" feature for shared fields. To take advantage of the ES6 syntax, I am using the .mjs format, which has been working well ove read more
Hi, I embed a youtube video on my hubspot landing page. Should be a simple add. I want the video to plays automatically when loaded, by setting <iframe width="100%" src=" https://www.youtube.com/embed/9Z3SGHOXyKM?feature=oembed&auto read more
Browsers themselves started restricting when and how a video is allowed to autoplay in 2018 to improve user experiences so just setting a video to au...read more
Currently, the default for the topics module is to list blog topics/tags by alphabetical order. How can I switch this to most used tags? What are other options to sort by?
Current code to sort alphabetically:
<div class="blog-sidebar-topi read more
Hi, I am building the homepage of my website and using the Growth theme of Hubspot, at the footer of its theme when I drag the module its not showing the full width but its getting some padding from somewhere and I am not able to show the full mod read more
Hi there, I'm new to Hubspot so please bare with me. I am trying to get the hamburger nav to work on this site on mobile - https://blog.aqdot.com/aqfresh-odour-elimination-news/aqfresh-hair-personal-care-consumer-insights-report I have ad read more
Your menu function is inside an object that's being placed inside a variable by another function, so basically it's never actually being told to run....read more