Components reference


Applications

Welcome to the Custom Web Applications & Content Integration Portal, your comprehensive resource for building, customizing, and deploying powerful web applications with ease.

Effortless Customization with Custom HTML Tags

On this page, you will find in-depth information about the custom HTML tags available within this platform. These tags allow users to access media content, user information, and other essential data without needing to know how to work with APIs or complex web technologies.

Key Features of the Custom Tags System:

  • No API Knowledge Required – Retrieve and display content easily without making API calls.
  • Rapid Development – Use simple HTML markup to integrate platform features.
  • Flexible Customization – Extend and modify applications without advanced coding.
  • Reusable Components – Maintain consistency and efficiency in development.
  • Seamless Content Integration – Easily access stored media assets and user data.

Example Usage of Custom HTML Tags

Here’s an example of how these tags can be used in a web application:

            
<!-- Displays a list of media items stored on the platform -->
<fm:MediaList channel="234" limit="10">
{$media.title}
</fm:MediaList>

<!-- Retrieves and displays user information -->
<fm:UserInfo uid="12345">
{$user.firstname} {$user.lastname}
</fm:UserInfo>
            
        

By using these intuitive HTML elements, even users with minimal technical knowledge can build fully functional applications while developers can leverage them to accelerate development workflows.

Further Reading

This portal is your gateway to creating dynamic and engaging web applications, empowering you to bring ideas to life with ease. 🚀