Can´t use tel: to add a number as link

belasor 21 Reputation points
2020-11-05T13:03:42.24+00:00

Hello,

I want to add a phone number on a SharePoint Online site. Unfortunately I´m always getting the error message below.

BR

37695-image.png

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,684 questions
0 comments No comments
{count} votes

Accepted answer
  1. Allen Xu_MSFT 13,826 Reputation points
    2020-11-06T09:15:28.907+00:00

    Hi @belasor ,

    We are unable to use “tel:” links in Text editor in SharePoint Online currently.

    As a workaround, you can configure a Modern Script Editor web part and use <a> to achieve your requirement. The below lists the steps for your reference:

    1. Please refer to this article to configure a modern script editor web part:
    https://social.technet.microsoft.com/Forums/office/en-US/d4b8b3c4-8950-4407-9120-204b80fc35f9/sharepoint-online-best-practice-install-modern-script-editor-web-part-for-sharepoint-online?forum=odspproductsandservicesharing

    2. add the HTML code into the Modern Script Editor web part:
    <a href=”tel:XXXXX″>Phone Number</a>

    Also, there is a user voice about this similar topic, you can vote up it.
    https://sharepoint.uservoice.com/forums/329214-sites-and-collaboration/suggestions/41062174-enable-sip-and-tel-links-in-editor

    I hope this information has been useful, please let me know if you still need assistance.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.