Customize the Heretto Portal Settings
You can add a custom logo, footer, title, and more by overwriting the default Heretto Portal settings.
Your Content Library may contain multiple sitemaps associated with different portal instances such as production (public) or staging (internal) instances. We recommend keeping the sitemaps associated with production (public) Heretto Portal instances on distinct branches different than the default “master” branch.
Any configuration, style, behavior, or content changes that you make to the sitemaps associated with your Heretto Portal instances are instantaneous.
Verify the configuration changes by opening your portal in a web browser.
Add Social Media Targets
Heretto CCMS lets you create visibility for your social media accounts and easily extend your reach there.
Configuring Social Media Buttons
The config.json files give you the ability to add social sharing links to your portal so visitors can share pages to their social accounts.
The example below illustrates how to add your own social media links and icons to the site footer by using footer
and links
in the configuration. The same applies if you want to add social media links to your site’s header by using the header
and links
configuration.
The links list includes:
Company website
LinkedIn
Facebook
X (formerly Twitter)
Reddit
"footer": {
"links": [
{
"target": "_blank",
"href": "https://www.MY_COMPANY_NAME.com/",
"style": { flex: 1},
"text": "www.MY_COMPANY_NAME.com"
},
{
"className": "social-icons",
"href": "https://www.linkedin.com/company/MY_COMPANY_NAME",
"text": "i"
},
{
"className": "social-icons",
"href": "https://www.facebook.com/MY_COMPANY_NAME/",
"text": "f"
},
{
"className": "social-icons",
"href": "https://x.com/MY_COMPANY_NAME",
"text": "t"
}
]
},
"header":{
"links": [
//...same as above
]
}
The configuration above results in share-links and icons such as: