Forum Discussion
Open links on tiles in a separate window
This is currently the default behavior of the Modern Quick Links WebPart in SharePoint Pages.
You may check the below posts in UserVoice and Up Vote -
1. https://sharepoint.uservoice.com/forums/329214-sites-and-collaboration/suggestions/32330134-quick-links-on-modern-pages-allow-open-link-within
2. https://sharepoint.uservoice.com/forums/329214-sites-and-collaboration/suggestions/35541775-open-links-in-new-tab-window
One of the alternative option is to build Custom SPFx WebPart as per your requirement.
Hope this helps.
Thanks.
- Leif FrederiksenFeb 02, 2022Brass ContributorHi - both of those UserVoice items are no longer active.
Could you refer me to where I can find active items on this issue?- RobElliottFeb 02, 2022Silver Contributor
Leif Frederiksen they are on the new feedback portal at https://feedbackportal.microsoft.com/feedback/search/06735c62-321c-ec11-b6e7-0022481f8472?q=open+links
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)- Leif FrederiksenFeb 02, 2022Brass ContributorThanks a lot - I have now voted for this 🙂
- VaibhavvApr 07, 2020Copper Contributor
Swaminathan Sriram Thank you for your response. Is there any other ways to embed
Script tags in an embed webpart rather embedding it as an iframe-based.
- Swaminathan SriramApr 07, 2020Iron Contributor
Hi Vaibhavv,
Modern Embed WebPart doesn't allow you to embed script tags in it.
You could use native browser feature to right click the links and Open in New Window, if that is okay, otherwise, please refer to the below SPFx webpart samples which will help you to get started. The below samples has the option to configure the links target to new tab but for opening the links in new window, you would have to further extend these samples -
https://github.com/SharePoint/sp-starter-kit/blob/master/documentation/components/wp-links.md
https://github.com/SharePoint/sp-starter-kit/blob/master/documentation/components/wp-tiles.md
I hope this is helpful, please like it or mark it as a solution if it answers your query.
Thanks.
- VaibhavvApr 07, 2020Copper Contributor
Hi Swaminathan Sriram , Appreciate your support. My apology but could you please help me to understand how can i use those samples in my tenant as I am not from the core development background. Thanks.