How to embed external html page in sharepoint 2003 - sharepoint

I m new to this sharepoint and we are using 2003 version we want to have one external html page to be embedded in sharepoint 2003. (Simply bringing one external html page throught sharepoint)

If you're using SharePoint Designer, you can add a Page Viewer Web Part to the area of the page where you want to display the external content.
https://support.office.com/en-us/article/Page-Viewer-Web-Part-e364436c-0ec4-4819-acac-1982b3525531
Alternatively, if you're editing the HTML you may be able to get away with using
<iFrame src="<URL to external content>" />.

Related

How to edit a page in the SharePoint?

I have some custom codes in form of HTML which I wanted to add to the SharePoint. I find out there are two ways to do it, one is using the SharePoint Designer and the other one is uploading the page. However, this is local SharePoint in my Windows Server and I want to modify the page locally because I have limitation when using the Designer and Upload page. I also don't want to add a new page and I would like to modify the current page using my own code.
Are you able to help me out?
Edit the page> insert the Embed Code web part to add custom HTML codes:
More information for your reference:
https://www.c-sharpcorner.com/blogs/how-to-add-html-page-to-sharepoint-site

SharePoint JavaScript development without doing add-ins?

I have to create some custom functionality in SharePoint 2013 using JSOM/REST, but I don't have the administrative rights to publish an add-in to the site.
What is the procedure for creating JSOM/REST code on a SharePoint page without doing an add-in?
I'm not sure if this the best way, but I have created an .aspx page and loaded this page in the "Page viewer" web part, this then loads the .aspx page in an iframe, this mimics an app.
Do you have any suggestions?
Use the content editor web part or the script editor web part to just insert javascript/jsom in your application page

SharePoint 2010 Content Editor Webpart not supporting iframe

I am trying to Embed a SharePoint Site Page in a Content Editor Webpart using iframe in SharePoint 2010. Once i save and close the content editor, the iframe is removed. Is there a solution for this?
The Content Editor Web Part is intended for adding HTML content to a Web Part Page, it is not designed to link to a Web site. If you need to link to a Web site, consider using the Page Viewer Web Part. -Microsoft-
refer this link.
Not sure if this can help you, but I wrote a blogpost about embedding videos like iframes into Rich Text fields.
In short its a script you add to your page through a Content Editor Web Part and after that the users can simply paste the iframe code directly into the rich text field and the content will show.
You could also embed the script into your masterpage.
Anyway, have a look at it and maybe you can modify the script to your needs
Embed video using script

RSS Viewer web part not selectable in Sharepoint Designer

I want to place the RSS Viewer web part into a page layout I've created.
In the Sharepoint Designer (Sharepoint 2010) using the "Advanced Edit Mode" I tried to add the RSS Viewer web part but I cannot find it in the list. Under "Insert>Web part" I find many other web parts but the one I need is missing, also under "More web parts..." it cannot be found.
The web part is installed (I activated the feature). The web part can manually be added to a page into a web part zone when I don't use the Designer but edit the page directly in the browser but of course this is not what I need as I have to put it in the page layout.
Anyone got an Idea why the web part is not selectable/visible in the list?
As I've learned not all web parts are available in this listing.
The workaround would be to manually add the desired web part to a webpart zone on the page (not in the designer) and then open the page in the designer so that you can copy/paste the web part relevant code to the page layout of your desire.

Including static html inside Sharepoint 2010 Master Page

I'm using Sharepoint 2010 with a custom master page. I also have a non-Sharepoint part of the site that has an html file containing content that needs to be on the Sharepoint part of the site as well. I was wondering if it is possible to include the html file inside my master page so whenever the html file is updated, only 1 file needs to be changed?
Can you use the Page Viewer WebPart?
http://office.microsoft.com/en-us/windows-sharepoint-services-help/page-viewer-web-part-HA010024045.aspx
Of course if you place it in the master page, it will have to be a static webpart (no webpart zone)

Resources