iframe
9 TopicsMicrosoft Bookings Page iFrame does not connect
Hi there, following issue: I am trying to integrate an MS Booking page into our website (Joomla) using an iFrame. This worked beautifully for two days and now suddenly I get a message that "outlook.office365.com refused to connect." I googled that this is not unusual, because some website prevent being loaded in an iFrame. However MS Bookings itself provides an iFrame HTML Code under the embed option. So it is intended to be loaded in an iframe. Therefore I don't get why this is happening and how i can stop it from happening. Any ideas would be highly appreciated! Many thanks and kind regards Adrian9.8KViews3likes24CommentsSharepoint Refused to Connect suddenly on SmartSheet
Hi all, We use SmartSheet Apps and have a few SharePoint Site pages displaying in SmartSheet which use an iFrame. Suddenly all those iFrame pages now refuse to display the SharePoint pages "SharePoint.com refused to connect". The headers in the SharePoint site, the X-Frame, is set to SAMEDOMAIN which is causing the problem. We cannot see how we can change this or why it has suddenly changed so the external iFrame cannot connect? We have reached out to SmartSheet support and they have confirmed that it is our SharePoint site that is the problem. We have tried to change the HTML Field settings to allow any site, but I think that is to allow content to iframe in SharePoint, but changed it nethertheless. Could I please ask if someone knows how a SharePoint site would change in the X-Frame value? It is a SharePoint Online site and not on-Prem. Thank you in advance Jason721Views0likes0CommentsSharePoint Online Modern: How to remove vertical scroll bar in Embed web part?
The site is in the modern experience. I want to embed an image map. The code for the image map is saved as an .aspx file. When I put https://company.com/toolsresources/TestModernSite/SiteAssets/SitePages/Play/ImageMapTest.aspx in the Embed web part, the image displays, and the image map works but there is a vertical scrollbar. When I try: <iframe scr="URL" width="1400px" height="690px"></iframe>, or <iframe scr="URL" width="1400" height="690"></iframe> I get the error message: "We can't show this embedded content because the code seems to be incomplete. Make sure that the embed code includes width, height and a valid address for the src attribute." How do I remove the vertical scroll bar? Thanks.6.8KViews0likes2CommentsIs it possible to embed a SharePoint link in an iframe?
I have some files sitting in OneDrive. They are Word documents. I would like to be able to view them inside of a dialog (as read-only). Is it possible to show a document in an iframe? e.g. (I have removed the real parameters) const fileUrl = 'https://mytenant-my.sharepoint.com/:w:/g/personal/myalias_mytenant_onmicrosoft_com/docid'; <iframe height="900" width="900" src={fileUrl} > </iframe> When I try that I get an error:5.8KViews0likes2Comments3D babylonjs iframe rendering issues on Edge, works on Chrome/Brave/Firefox
Hey everyone, this link shows a demo of loading an iframe in the WebGL rendering engine Babylonjs. https://playground.babylonjs.com/#1DX9UE#186 This demo works on other Chromium browsers (and Firefox), but not Edge. Any idea why? <-- Firefox Edge -->1.9KViews0likes4CommentsContent of iframe embed of In-meeting app turns grey
Hi, we have a working integration with MS Teams. We've built it upon In-meeting app experience. Some of our customers started to complain that shortly after the integration app starts to load, whole embed iframe becomes grey (HTML document is empty, console is clean). Their experience looks like this: Not much is going on there, right? 🙂 We've tried to investigate what's wrong, trying to debug it on our part. During the debug session with client, we were unable to open DevTools of this iframe (customer has Developer Preview with Upload of custom app turned on). Once the page turns grey, the whole debugger gets disconnected, so we were unable to continue with debug session. Version of Teams where this bug was reproduced: 1.5.00.8070 (32-bit) / 1.5.00.8773 (64-bit) both Windows. We also have customers on Mac reporting same behaviour. We think, that it might be issue with Electron, but it is difficult to confirm. If you need any further info, please let me know. I will be glad to help. Thank you! Marek3.2KViews1like16CommentsEmbedding PowerPoint without sign in requirement
I am attempting to embed some PowerPoints into a webpage using the Embed feature from Office.com. I've created a Share link, Anyone with the Link can view. When I use the embed code on the webpage, every time it loads for another user it shows a login.micrsoftonline.com refused to connect error, I understand this is because login screens have been blocked in iframes. The issue is, I don't want the users to have to login, I want them to view the PowerPoint without needing a Microsoft account login. I have followed the instructions from this thread about pasting the share link into the embed code to get around this but now run into an issue with the iframe displaying a This link has been removed error instead. Any help would be greatly appreciated. Scott2.4KViews0likes0CommentsUpcoming chrome changes and breaking issues with iframes
There are some upcoming changes being rolled out to chrome in Jan 2020 involving default behavior of the samesite property in cookies, effectively making 3rd party cookies disabled by default. This can be tested now in chrome 76/77 by enabling the feature flags: go to chrome://flags search for samesite, there will be 2 flags to enable. restart browser I've tested this with the microsoft streaming content iframes and found that this does indeed break the playability of thes iframes. When i click the iframe and load the content in its own browser tab it works. Is there anyone working on a fix for this yet? For those that aren't aware of this change here is a brief summary: Google is planning to make two changes to how Chrome treats cookies without the SameSite attribute. The default changes from SameSite=None to SameSite=Lax, and SameSite=None requires Secure. This is done to improve overall web security and eliminate certain classes of CSRF attacks. Details about the SameSite attribute can be found here. Changing the default means cookies without an explicit SameSite=None attribute will not be sent in a 3rd party context anymore. This affects identity scenarios in various ways and can affect other app scenarios too. Change overview: https://www.chromestatus.com/feature/5088147346030592 Intend to implement and ship discussion: https://groups.google.com/a/chromium.org/d/topic/blink-dev/6KhRNH3PrvU/discussion Google's plan updates: https://www.chromium.org/updates/same-siteDoes stream count views from embedded sources?
I have embedded a video in a course on our Virtual Learning Environment. The page it is on counts 12 views by the VLE's stats. I also created a VLE item with a direct link to the page on Stream. The recording's page on Stream counts 7 views. Does the count on Stream's page include views via embedded versions? Should I report my total views at 19?