The case is simple – in the text canvas, display some module. The implementation is also simple:
In the Plugins section, make sure that the Content – Loading Modules plugin is enabled, then edit the material and add this:
{loadmodule module_name}
where instead of module_name write the name of the folder with the module, it can be found on FTP in the module’s folder.
If FTP is not available for your account, here is an alternative to use:
For the module in the admin panel, write an unused position on the site for placement, and in the text add:
{loadposition position_name}
where instead of position_name write the name of the module position that was just assigned in the module parameters.
In the latest versions of Joomla, you can load modules by their ID:
{loadmoduleid 100500}
where instead of 100500 specify the module ID, it can be found in the Modules section.