# Link

This feature allows you to provide your users a way to access a web based content, that can be a submission link, chat, video, a document etc. On Web Browser any accessed link inside HoloFair will be opened in a new tab. While on the mobile devices, the web links are opened in the in-app browser.

Add the **LinkView** component and a **GuidComponent** to your GameObject.&#x20;

<figure><img src="https://4213294372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fo4sRWPX77c58Cw1FjKCI%2Fuploads%2FDrhiLWDjgTvVQR4Xle8c%2FCapture.PNG?alt=media&#x26;token=8bfce360-0849-447a-8d5f-13c06b9389ea" alt=""><figcaption><p>You may leave the value field empty or use a default value.</p></figcaption></figure>

In order to open the link, call LinkView\.OpenInNewTab() or LinkView\.OpenInSameTab().&#x20;

<figure><img src="https://4213294372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fo4sRWPX77c58Cw1FjKCI%2Fuploads%2F8bZVFx1qs1KqqfKYxgOn%2FCapture.PNG?alt=media&#x26;token=2cb243b7-8802-4546-8a7c-699def1dcef5" alt=""><figcaption></figcaption></figure>

The value (string) is the link that will be opened.&#x20;
