Forum Discussion

Tom Robey's avatar
Tom Robey
Iron Contributor
Jun 06, 2017
Solved

Embed iframe into team site

When pasting the embed code into the embed webpart I receive a message saying I need to add it to HTML Field Security.  However, I'm not able to find that as an option under Site Collection Administr...
  • Luke Hoffman's avatar
    Jun 06, 2017

    From another post on here:

     

    Connect to sharepoint online powershell:

    connect-sposervice -url https://yourtenant-admin.sharepoint.com/

    set-sposite https://yourtenant.sharepoint.com/sites/GroupSiteUrl -DenyAddAndCustomizePages $false

     

    Then, navigate directly to the settings page for the group and you will see the 'HTML Field Security' option which you can modify:

    https://yourtenant.sharepoint.com/sites/GroupSiteUrl/_layouts/settings.aspx

     

    You will have to be an owner of the group to be able to see the settings page.

     

Resources