Open an external link (via button)

Content:

Why do it: This procedure allows you to insert a button that directs users to an external web page. The link will automatically open in a new browser tab.

Procedure

1. Access the content management area (for example, your Bio Page) where you want to add the button.

2. Add a new content section and select the Link type.

3. In the field dedicated to the web address (URL), enter the full address of the external page you want to reach (for example, https://www.tuosito.com). This address corresponds to the value $section['settings']['link'].

4. In the field dedicated to the button text, enter the label you want to appear on the button (for example, "Go to site"). This text corresponds to the value $section['settings']['text'].

5. Save the section or changes to the page.

Once saved, the button will appear in the content with a link icon (<i class="fas fa-link"></i>) and, when clicked, will open the specified address in a new tab.