Open the menu
    ```html

    Private Social Networks Manager: Add

    Allows you to add a new social network.

    Features

    • It is an administration interface

    Screens

    General
    • General
      • Name (string, required field, maximum length: 150) : Name of the social network.
      • Base Channel (internal channel, required field) : Channel of the portal that will serve as the basis for the social network.
      • Personal Page (internal page, required field) : Page of the portal that will be used to display the information of the social profile.
    Advanced
    • Advanced
      • Information Provider for Social Profile
        • Default
        • Service
        • Service Instance (identifier) : Instances of the selected service. It is the instance from where the social profile data of the users should be read.
        • Source (string, maximum length: 255) : Sources of the selected service instance. It is the source from where the social profile data of the users should be read.
        • Field (string, maximum length: 255) : Fields of the selected source. It is the field that stores the user identifier. This field is used to filter the user's profile.
        • Class (string, maximum length: 255) : In this option, the social network will be configured from a Java class. It should be filled with the full name of the class that will be used for customizing the data provider.

    Links

    Permissions

    • Manage service instance: Allows you to manage all data of this service instance, including deleting it entirely.

    Actions

    • Save and Add Social Network : Saves the registered data for a Social Network, adding it to the portal.
    ```