Questions tagged [iframe]
An inline frame is used to embed another document within the current HTML document.
131 questions
0
votes
0
answers
72
views
How can i embed a sharePoint or onedrive link in my website use the iframe
I've made sure that everyone has access to the link when I generate it. It's ok when i open it use chrome or edge. But when i embed my website use iframe, get a error.
Refused to frame 'https://...
0
votes
1
answer
963
views
Iframe Navigation Blocked Script Execution
I am trying to set up a clickable image on my SharePoint site that navigates to another SharePoint page when clicked. I am using Embed Web Part and iframe. Here's what I have so far:
HTML Structure
...
1
vote
1
answer
392
views
Embed file with path/name instead of unique ID
I have a list of SharePoint documents that I want to embed in an iframe on an external website, but the end users find it too time consuming to give me the file unique IDs, so I only have their ...
0
votes
2
answers
2k
views
what are the best options in embedding power app in SharePoint page
I have been playing around how to best embed power apps to look nice on SharePoint pages but have had no luck so far.
When I embed it using any of this ways below (I get all sort of grayish borders ...
0
votes
0
answers
840
views
Cannot Embed HTML with JavaScript
I am trying to embed a local HTML file with inline JS on my SharePoint page. The HTML shows up but the JavaScript is blocked. The HTML file embeds, but the JavaScript does not run. Here is the error I ...
0
votes
1
answer
1k
views
SharePoint Online: How to remove vertical scroll bar in Embed webpart when using iframe?
I want to embed an image map into a modern SharePoint page. The code for the image map is saved as an .aspx file.
When I put https://company.sharepoint.com/toolsresources/TestModernSite/SiteAssets/...
0
votes
0
answers
905
views
How to pass user information from Sharepoint to iframe embedded within
We are trying to pass user information from SharePoint (user email) to an iframe embedded within it. We have no problem getting the information to populate on the SharePoint page itself, but we can't ...
0
votes
1
answer
94
views
Can i embed the new arrival section from Monday.com inside SharePoint Online using IFrame
I am new to Monday.com platform, But i am working on a SharePoint modern page, and i got a requirement from our customer to show the following info (new arrivals) from Monday.com inside SharePoint ...
1
vote
1
answer
651
views
Is there a way to display a html document hosted in a SharePoint 2016 document library using iframe?
Im trying to embed a html file, which is hosted in a SharePoint 2016 library, inside of an iframe on a none SharePoint-Site. Currently im getting "sites.sharepoint.com refused to connect".
...
0
votes
1
answer
320
views
Disable navigating up in embedded document library
I embedded a document library on my SharePoint site using a custom embed Web Part.
The embed code looks like this:
<iframe src="https://myorg.sharepoint.com/sites/mysite/Documents/Forms/...
2
votes
1
answer
1k
views
Minimize and open iframe using react js in SPFX
I have a iframe control imported from 'react-iframe'.We are showing a chatbot(PowerVirtualAgent) inside an iframe
.
I want to have a minimize button and open button functionalities over the iframe ...
0
votes
1
answer
979
views
Modify Microsoft form embedded webpart format on SharePoint page
I have created a Microsoft form and embded the code in SharePoint page.
But I cannot modify the text on display of webpart.
As of now, the webpart on SharePoint page is as below
Now, how can I modify ...
1
vote
1
answer
117
views
Is there Modern UI equivalent for Asset Picker?
I have a SharePoint Framework application and I'm trying to get a Site page link or document link and paste it into my text editor, which is embedded into my spfx app.
Is there any way to return ...
2
votes
1
answer
133
views
Make external website only accessible in sharepoint
I want to integrate an external website with an iframe (Embed Web Part) in a password protected company intranet (sharepoint) and make it only accessible there. So the public Domain should not be ...
0
votes
2
answers
2k
views
Dynamic PDF display using Embed WebPart SharePoint Online
I'm trying to setup a embed webpart connected with a list of documents. I want to display pdf associated with the selected list record. The actual pdf are within a document library and there is a ...