How to Load Script on One Domain and Exclude Previews in HubSpot [HubL Snippet]
The HubL code below will help you scope heatmap or anlytics tracking on one domain and exclude any previews.{% if request.domain == 'www.yourdomain.com' and request.query is not...
Category: Code Snippets
How to Add, Move, Edit, and Delete HubSpot Modules
https://www.youtube.com/watch?v=LdvW9yrASBo&enablejsapi=1&html5=1In this HubSpot tutorial video, I'll show you how to add, move, edit, and delete modules in HubSpot CMS. If you're looking to...
Category: Newsletter
How to Make Custom Modules in HubSpot – HubSpot Tutorial Video
https://www.youtube.com/watch?v=Sg6l7579Qb8In this HubSpot tutorial, I will demonstrate how to create a custom module in HubSpot using HTML and HubL code. I will be building a product attributes...
Category: Newsletter
What are HubSpot Modules Used For?
https://www.youtube.com/watch?v=MiQT1YCUOUAAre you new to building pages on HubSpot or want to learn more about it? One very important thing to understand is modules and the different ways to use...
Category: Newsletter
The Top Three Things I Wish I Had Learned Earlier in My Marketing Career
As I get older, I often reflect on previous challenges and the learnings I have made. Below are the top 3 things I wish I had learned earlier in my career. #1 The need to continue learning and...
Category: Newsletter
How to Inspect Elements and Test CSS – Chrome Developer Tools Tutorial Video
https://www.youtube.com/watch?v=s0RI4IXKE_oHow to Inspect Elements and CSS Test with Chrome Developer Tools for Beginners - Google Chrome DevTools Tutorial. This dev tools tutorial demonstrates...
Category: Newsletter
List of Management, Marketing, & Sales Abbreviations
There are so many abbreviations used in the business world. After meetings, I often google search for the ones I don't know. Below is a list of common abbreviations for management, marketing, and...
Category: Common Questions
Is HubSpot a CMS?
HubSpot is a content management system, or CMS, built on customer relationship management software or CRM. HubSpot is a business platform helping companies with their marketing, sales, service, and...
Category: Common Questions
How to Combine Blog Authors in HubSpot
HubSpot has the ability to delete a blog author and have their posts reassigned to an existing author. This is commonly done if an employee leaves a company and you no longer want the content...
Category: Common Questions
How to Quickly Search for a Code Text String on Entire WordPress Website
I recently was trying to optimize my WordPress site performance and noticed a javascript error saying jQuery is not defined. Basically, there was a script that was loading before jQuery was loaded. I...
Category: Code Snippets