Posts Tagged: HubSpot Website Builder
Want to Receive Email Updates of New Articles About HubSpot Website Builder?
Join My Email NewsletterHow to Add Retina Images to HubSpot Email and Page Templates
Category: Code Snippets
HubSpot CMS handles responsive images by default by creating different image sizes for different screen widths (using srcset). But with retina display images, you want to load higher resolution images and scale them down to 100%. Thankfully you can add ?noresize to the end of your image source to disable this dynamic resizing. In the… Read more »
How to Trigger HubSpot Popup Form on Button Click or Page Load
Category: Code Snippets
HubSpot provides the ability to display a pop up form with various triggers (exit intent, after 7 seconds, etc.) But what if you want to show it immediately or when a button is clicked? Below is some javascript to help achieve this functionality. How to use this script Create pop up form Set targeting to… Read more »
How to Replace First Name with Default Text If It Doesn’t Exist in HubSpot Emails
Category: Common Questions
I recently was trying to send an email to a list containing different contacts but some did not have the First Name field filled in and was blank. So I did some google searches for a solution and came across these two posts: HubSpot forum topic and HubSpot forum topic 2. I tried the code shared… Read more »
How to Edit the HubSpot Follow Me Module
Category: Tutorials
The video below demonstrates the steps to update a HubSpot follow me module. Basically, it pulls from your Account Settings > Marketing > Social > Follow Me tab
New HubSpot Modules – Name Anchor and Top Announcement Bar
Category: Newsletter
I created two new HubSpot modules I wanted to let you know about. Name Anchor – Free This module can be added above forms or section titles to easily create name anchors. The module also includes code to make it scroll smoothly to the destination on the page. Demo | Get on HubSpot Top Announcement Bar –… Read more »
How to Remove the Border Around a HubSpot Email Template
Category: Common Questions
HubSpot provides the ability to change common styling used in your email and landing page templates inside your account settings area. But what if you want to have an email template that looks different from your default templates? In this case, you need to override your default settings with your template specific settings. So you… Read more »