Question

Environment: SharePoint 2013

Is it possible using Jquery to show an external link within SharePoint.

Wherein user clicks and it opens the external link in modal view with no address bar, so user doesn't get to know for the page they are accessing is part of another site.

Was it helpful?

Solution

First of all, you should be aware of if the publisher doesn't allow to display its content in Iframe, you will not be able to show it inside SharePoint.

Otherwise, you will be able to open an External URL using SP.UI.ModalDialog SharePoint Modal Dialog.

Please, check the details at Open a link via Modal Dialog in SharePoint


[Update]

In case, you would like to use Jquery, so you can use Fancy box as Iframe, I think this link may help you to Use JQuery to show Modal Popup Per Session In SharePoint

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top