How to Build a HubSpot Website for Your B2B Business With No Code
Category: Articles
Is your business website outdated and look horrible on mobile devices? Are you wondering how to get a responsive manufacturing website built? Do you wish you could build a website or blog without hiring a developer or working with the IT department? I created a collection of HubSpot website templates. It contains website templates, landing […]
What are the BigCommerce Image Sizes in a Stencil Theme?
Category: Common Questions
BigCommerce themes have different image sizes determined by the theme developer. However, there are some default image sizes that are common across themes. So the image sizes below are a good place to start. BigCommerce Carousel Image Size 1200 x 600 pixels Source BigCommerce Product Image Size 1028 x 1028 pixels, square ratio Source BigCommerce […]
Make YouTube Embeds Responsive in WordPress [code snippet]
Category: Code Snippets
The CSS styles below will make any YouTube video embeds using just the URL responsive. Add this to the bottom of your WordPress theme CSS stylesheet. .embed-youtube{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-youtube iframe, .embed-youtube object, .embed-youtube embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; […]
How to Remove ?hsLang=en from URL in HubSpot
Category: Common Questions
Are you seeing ?hsLang=en in your urls or analytics reports and want them removed? There is a setting in the HubSpot admin that enables this feature. Before making a change, consider if you have an existing page translation strategy. If you prefer to have a subdirectory like yourdomain.com/en/your-page or do you prefer having one URL […]
HubSpot Theme Sections Explained: How to Create HubSpot Saved Sections [video]
Category: Articles
Learn how to use HubSpot CMS saved sections to help marketers quickly build website pages inside their HubSpot theme. You can now choose from section grid layouts or preconfigured sections provided by the theme developer. Reusable sections are drag-and-drop templates that can be saved for use by the HubSpot theme. Developers can create reusable sections. […]
How to Add Language Code Next to HubSpot Language Dropdown
Category: Code Snippets
By default, when you visit a page with a translation, it displays a globe icon. I thought it would be more helpful to have a visual cue for your current language. So I wrote the code below to add the current language code next to the globe icon. Javascript Add this to your main theme […]
Landing Page and Blog Subdomain Examples & Ideas
Category: Articles
Using a subdomain is often the choice when you are using a third-party platform like HubSpot to host your landing pages and blog. And your main site is hosted elsewhere. Below is a list of subdomain name options to help you choose one for your company. Subdomain examples for landing pages offers.yourdomain.com resources.yourdomain.com landing.yourdomain.com lp.yourdomain.com […]
Does HubSpot have a recommended featured image size for pages and blog posts?
Category: Common Questions
HubSpot CMS does not require a specific image size for featured images, but your best bet is to follow recommendations from popular social media platforms like LinkedIn. If you upload an image that is at least 1,000 pixels wide you should be fine. 1200 x 630 pixels 1.91:1 aspect ratio Minimum image width of 1,000 […]
List of HubSpot Resources for Beginners
Category: Articles
HubSpot is a powerful marketing, sales, and service platform which demonstrates the power of inbound marketing through an extensive amount of educational resources. Below is a collection of resources to help you improve your skills. Getting started using HubSpot software Resources for HubSpot Marketers HubSpot Knowledge Base HubSpot Academy eBooks & Guides Blog HubSpot CMS […]
What Occurs During the Attract Stage of the Inbound Methodology?
Category: Common Questions
You focus on bringing prospects and customers to your social pages or website through relevant and helpful content./strong> The Inbound Attract Stage Explained in More Detail The inbound attract stage focuses on “attracting” prospects and customers to your social pages and website by providing helpful, relevant, and educational content through social media, organic search, and […]