Hi,
I have a sharepoint online publishing site. I have created a termset for the footer using managed metadata and provided the links for each term. I want to create a footer which looks like the one on https://www.microsoft.com/en-in/.
How can I achieve this?
Hi, Kirti.
Is this the same SPFx extension that was used by Vesa for demo in the recent SP conference at Las Vegas?
You can use SharePoint Framework Extensions (Application Customizer) to customize the master page for Office 365.
This will help you to start with :
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions
If you are new to SPFx (SharePoint Framework) – read the basics from : https://tinyurl.com/y7pc87x8
Looks like this is a topic already discussed multiple times in the forum. But to answer this, you can create a custom javascript component to read the termstore and render the footer. Add this in to your master page.