One of the things I love about the HubSpot COS is just how flexible it can be.
This came up the other day on a weekly call with a client whose website I'm moving to the HubSpot COS and redesigning in the process. I explained how most of the site pages will just use one or two templates because I'm going to build custom modules we can add everywhere.
This means instead of building page-specific templates, I build just a few and add whatever content we want on the page itself. In this case, it means adding statistics, case studies and a testimonial to the page.
None of this could be done without the ability to create custom modules in the HubSpot COS.
In this article I'm going to share with you a few reasons why you'd want to create custom modules, and how to do it.
Why do I need a custom module in HubSpot?
One way to think of a custom module is like a WordPress widget. A widget is this thing you can add to widget areas in a WordPress theme, only with HubSpot you don't need widget areas, you need flexible columns. Adding a flexible column to a page template takes a few clicks. Creating a new widget area takes custom code and editing core php files. Which would you rather do?
As I mentioned before, some common modules I build for clients are for statistics, case studies, testimonials, etc. Any part of the website that needs to look and function the same across multiple pages but will have different content depending on the page is a prime target to be turned into a custom module.
One of the biggest reasons to build a custom module is when you have someone building website pages who doesn't know how to work with code, and you just want them to have some fields to fill out. A custom module allows you to build blocks to add at a page level, so instead of editing code to make it look a certain way, you can simply change some options or text.
This gives you enormous flexibility in keeping the site's branding intact without having to make every single page look exactly the same.
How do I build custom modules in HubSpot?
I'm not going to teach you how to code here, but I'll share a few of the basics you need to know when building a custom module in the COS.
There are several main parts to a custom module:
Custom fields editable at the page level
Actual HTML for the module itself
Tokens linking the custom fields to where they'll show in the module
One gripe I have about custom modules is the inability to reorder the custom fields. So, create your fields with your user in mind. I generally put content items first and options last, as you may add more options in the future.
These are the choices you have for custom fields:
Text Field - Use this for single-line text sections of your custom module, like the header
Image Field - A single image container module that includes sizing options, default image, and alt text parameters
Rich Text Field - A multi-line text module that supports the tinyMCE WYSIWYG interface, CTAs, images, and standard text style content
Boolean Field - An on/off checkbox visible in the content editor interface that allows content creators to toggle inner content to be displayed on the page by checking or unchecking the box
Choice Field - A radio select/pick list option visible in the content editor that lets the marketer select and insert a predefined value into the content of the module
Source: HubSpot Custom Modules
Each field you create will generate a token you can use in your HTML. On the page level, when someone fills out the Hero Text field, it will populate wherever the token is.
The HTML you need for a custom module is the same HTML as anything else. You're building the foundation for the content to sit in. I like to use built-in classes for the COS framework, like span6 (half the width of a page) or span12 (the full width of the page).
Since the framework is already responsive for mobile devices, using the same classes means the custom module will be responsive as well.
Lastly, linking up the field tokens is as simple as copying the custom field snippet and pasting it into the HTML where the content should live. Keep in mind that not only is this for content like images or text, but you can also use custom fields to change options like background colors, div classes and whether or not to add custom CSS to hide a menu on a landing page.
Wrapping Up
Custom modules for the HubSpot COS are an amazing way for a web designer to build a site that is easy to maintain for future needs, and is also flexible for the customer while making editing pages much simpler.
Businesses can use them to build content blocks that can be spread across the site and look consistent, but tailor the content for the page itself.
Post A Comment:
0 comments:
Comment Policy
We’re eager to see your comment. However, Please Keep in mind that all comments are moderated manually by our human reviewers according to our comment policy, and all the links are nofollow. Using Keywords in the name field area is forbidden. Let’s enjoy a personal and evocative conversation.