Sign Up

Page Settings

The Page Settings feature allows users to customize various aspects of their web pages, particularly in relation to branding, security, and domain management. This functionality enhances the user experience by allowing for personalization and integration of essential web components.

-

Key Concepts

  • Favicon: A favicon is a small icon associated with a website, typically displayed in the browser tab next to the page title. It serves as a visual bookmark for users, improving recognition and branding of the site.

  • Custom Scripts: Users can inject scripts into the HTML of their web pages to extend functionality or integrate third-party services. This includes a script for the <head> tag for parameters that need to be loaded before the main content, and a footer script that is appended just before the closing </body> tag.

  • reCAPTCHA Integration: Users can enhance security by adding Google’s reCAPTCHA verification to their forms. This feature requires a site key from the Google reCAPTCHA service, which helps protect websites from spam and abuse.

  • Custom Domain Configuration: This feature allows users to set up a personalized domain for their site, enabling it to be accessed via a custom URL. This involves configuring DNS records through the domain registrar to point to the Twidget platform.

Main Components & Workflow

  1. Favicon Selection: Users can upload or select an image that represents their brand, enhancing site identity.

  2. Script Management: Allows the inclusion of necessary scripts for analytics, styles, or functionalities, organized into header and footer segments for optimized loading.

  3. reCAPTCHA Setup: Users input their site key, integrating anti-spam features seamlessly into forms.

  4. Custom Domain Setup: Users enter a domain and follow guidelines to configure DNS settings, enabling direct access to their Twidget-built site via the chosen domain.

Related Topics

Access Query Parameters in a Page

This section details how to access and utilize query parameters within Twidget pages, enabling dynamic content and functionality based on user-supplied parameters. Key Concepts. - Query Parameters: A method to pass data to web pages through the URL, enabling dynamic content updates based on user int...

Page Overview

Twidget provides a robust mechanism for creating web pages accessible via a browser. This feature enables users to build various types of pages using a no-code interface, enhancing the platform's developer experience. Key Concepts. Users can initiate page creation by navigating to the pages section,...

Page Forms

Page forms are essential components in web applications that facilitate data collection from users. They streamline user interaction by providing a structured way to input data, which can then be processed for various purposes such as updating content or storing information in a database. Key Concep...

Generating Form Pages

Generating form pages in Twidget enables the automatic creation of user input forms that can be utilized for various purposes such as lead generation, customer information retrieval, and interactive message boards. This functionality allows developers to directly map user inputs to form objects, whi...

reCAPTCHA

Twidget integrates Google's reCAPTCHA, a security service designed to protect websites from spam and abuse by distinguishing between human and automated access. reCAPTCHA operates by requiring users to complete simple tasks, such as identifying objects in images or clicking a checkbox, thereby provi...