You can create custom pages for your Member Portal to provide your community with more tools and information. A custom page could include a list of mentors or an embedded page that provides access to external tools.
Before you start
How It Works
Here is more on how to create a custom page and the options that are available:
Go to Settings > Member Apps > Member Pages.
Scroll down to the Custom Pages section and click Add Page.
Fill out the following details:
(Optional) Order - Select a number if you'd like to set a specific order in which you display your custom page. Pages with a lower number will appear above pages with a higher number.
Title - Enter the name of the page.
(Optional) Icon - Select an icon for your custom page.
Type - Select your custom page type. The following page types are available:
Calendar Page - You can create a custom calendar page that shows the availability of any resource type.
Member Wall Page - you can create a custom wall page that shows contacts from your members' database with a specific tag or status.
Static Page - you can create a simple HTML page with custom content.
External (Embedded) Page - create an iFrame-based page to embed in your Member Portal. Please be aware that loading the embedded page in the Mobile app could be disrupted if there are issues with the domain's SSL.
Moreover, there are several placeholders that you can put in the external page URL (surrounded by double curly braces - ##{{placeholderName}}). With those placeholders, you can create a query string that shows a more personalized page based on the member details. The placeholders are - memberName, memberId, companyName, companyId, token. The token placeholder will be replaced with a token string, which can be used to pass an Authorization header to call some APIs on behalf of the member.
Example:
https://mypage.example.com/path/to/resource?mn=##{{memberName}}&mid=##{{memberId}}&cn=##{{companyName}}&cid=##{{companyId}}&t=##{{token}}
Note: Please be aware that loading the page in the Mobile app could be disrupted in case there are issues with the domain's SSL.
(Optional) Content - If you want to add any text and styling to the page, this is where you can do so.
4. Click Add.
Done! You can now view the new page on the Member Portal.