I was wondering what techniques there are to get a chunk of html / js injected onto each and every page in 365? Here’s the solutions that come to my mind :
- Add the snippet onto all the master pages.
- Add a web part (containing the snippet) onto each and every page.
- Feature with custom action (Not tested!)
Any other tricks or techniques?
In addition to getting code working on SharePoint Online, what about Outlook, Yammer and the other Office apps ?
Hi Mark,
Feature with custom action or include a JS is possible (tested and it works in O365). I was also looking for a Javascript framework to handle site functionality upgrade in a controlled manner.
i.e. Using Javascript – upgrade the site functionality (feature upgrade, add columns to list etc) in a controlled manner. Developers can rollout new functionality using JSOM and the site owners can install or revert back to the previous version.
Thanks
BalamuruganK