embed code
7 TopicsHTML code embed into SharePoint Online page
A colleague of mine is using a HTML code on the current SharePoint on-prem 2013 environment to place svg graphics onto another SVG image. Is it still possible to embed an HTML code into a SharePoint Online page? <!DOCTYPE html> <html> <body> <!-- insert width/height in line below to define picture size, makes sense to align with size of background image --> <svg id="screenshot1" width="500" height="400" xmlns="http://www.w3.org/2000/svg"> <!-- define path to background image below --> <image href="base-image.svg"/> <!--predefined marker symbols --> <symbol id="arrow-red-solid"><image href="./arrow_red_solid.svg"/></symbol> <symbol id="arrow-red-outline"><image href="./arrow_red_outline.svg"/></symbol> <symbol id="arrow-orange-solid"><image href="./arrow_orange_solid.svg"/></symbol> <symbol id="arrow-orange-outline"><image href="./arrow_orange_outline.svg"/></symbol> <symbol id="arrow-blue-solid"><image href="./arrow_blue_solid.svg"/></symbol> <symbol id="arrow-blue-outline"><image href="./arrow_blue_outline.svg"/></symbol> <!-- use picture markers, shapes, text as needed, follow SVG syntax https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial --> <!-- shape positions are expressed in pixel where the origin is the top left corner of the image, x=left-right, y=top-bottom --> <line x1="10" x2="50" y1="110" y2="150" stroke="black" stroke-width="5"/> <rect x="360" y="230" width="100" height="20" style="fill:none;stroke:blue;stroke-width:2" /> <rect x="320" y="300" rx="5" ry="5" width="100" height="20" style="fill:none;stroke:orange;stroke-width:2"/> <circle cx="50" cy="50" r="10" style="fill:none;stroke:red;stroke-width:2"/> <ellipse cx="150" cy="50" rx="30" ry="10" style="fill:none;stroke:red;stroke-width:2"/> <use x="80" y="180" href="#arrow-red-solid" /> <use x="60" y="250" href="#arrow-red-outline" /> <use x="100" y="200" href="#arrow-blue-outline" /> <use x="120" y="220" href="#arrow-orange-outline" /> <text x="380" y="220" font-size="24" fill="blue">Text1</text> </svg> </body> </html> Right now I'm not able to do that with the "embed" webpart. ThanksSolved13KViews0likes6CommentsEmbedding Excel into Website requires login
Hello All, I am attempting to embed a file into our website, and am running into issues. I found another post here that seems to talk about PPT but this trick did not work for me. https://techcommunity.microsoft.com/t5/sharepoint/embedding-ppt-requires-sharepoint-login/m-p/265418 Maybe Matt Coats will see this below and have some other idea 🙂 Also this Microsoft post tells me to do something that doesnt seem available to me: https://support.microsoft.com/en-us/office/embed-files-directly-into-your-website-or-blog-ed07dd52-8bdb-431d-96a5-cbe8a80b7418 I created a link to an excel file where anyone can view it: https://troutvalleyassociation.sharepoint.com/:x:/s/TVAFileShare2/EbF7YhLzn2BGrLjwuk5ris8BP1TH99k62sEH8pKDEbwE9A?e=1qz1Oo This link works fine for anyone logged in or not logged in. But when I attempt to use this link as an embedded view it does not work without logging in <p></p> <div style="text-align: center;"> <p> <iframe width="1000" height="600" frameborder="0" scrolling="no" src="https://troutvalleyassociation.sharepoint.com/:x:/s/TVAFileShare2/EbF7YhLzn2BGrLjwuk5ris8BP1TH99k62sEH8pKDEbwE9A?e=1qz1Oo&action=embedview&wdHideSheetTabs=True&wdHideHeaders=True&wdDownloadButton=False&ActiveCell=A2"></iframe> </p> </div> <p></p> here is a page it is embedded on: https://www.troutvalleyil.com/test.html I can access the excel file without any issues If I use my browser that is logged into O365 then the web page works But when anyone who is not logged into O365 attempts to access this web page it does not work for them Any thoughts / ideas / suggestions?2.5KViews0likes0CommentsNo embed link option for sharing Sharepoint files (.mp4)
Hi, am I missing it or is there no option to embed a file from Sharepoint? I am trying to share an .mp4 file that I have in my Sharepoint files but there is no embed code option, and the usual sharing link does not work in iFrame generators. It is a work/business account and the video must be embedded. I am probably missing something. Can someone please advise?1.1KViews0likes1CommentNeed a 'Click to Call' button that doesn't force https://
This should be such a simple task, but there are Obsticles. Trying to add a "Click to Call" button in SharePoint. You would think that adding tel:0123456789 to the link field in a button Web Part would do the trick, but it doesn't. Our SPO site is forcing https:// at the beginning of the code and this takes us to a blocked page instead of making the phone call. Have also tried various types of html in the Embed Code Web Part, such as: <a href="tel:0123456789">Click to Call</a>with the same response. I've tried putting it in an iFrame too, still no joy. Does anyone know the solution please?793Views0likes0CommentsHow to enable HTML field security in team site
I am trying to link a embed code in sharepoint site and to approve the domain i wanted to enable the domain from HTML field security option by adding that. unable to find it Kindly suggest how do we enable that option to approve my domain using HTML field security8.4KViews0likes4CommentsStable URI for OneDrive Excel Embedding
I have a website with an embedded iframe of an Excel spreadsheet through OneDrive's "Embed" option. The problem is that every time I update the file the URI changes (specifically the authkey and resid parameters) and it breaks the embed. Is there anyway to pin those variables to the file so that I can update it and not break the embed?804Views1like0Comments