How can I create a footer using the term store like the one on https://www.microsoft.com/en-in/. How can I include that in the Master Page so that it reflects across the site? Please help…
@Beau: Thanks for replying.
I am using Office 365(Sharepoint Online)..Can i include a content placeholder in the custom masterpage and reference the .js file in the masterpage. The .js file would include the script to fetch the terms from the termset. Then render the contents inside the div in the contentplaceholder.
best practice would be to avoid modifying the master page. You should use a custom action to inject your js into the pages.
if you have already modified the master page, your approach would work fine.
Hi Shail, as mentioned I would avoid modifying the masterpage. The best approach is to use a user custom action that contains your JS, and it will inject it into the masterpage. Doing a quick google search, you should find what you are looking for.