how to insert module in joomla
article
What is Joomla module?
Joomla module is code snippet that will get the data from database or its base component can be placed at a pre defined module positions . Module position is a content holder on template.
Can we place this module in Joomla article?
As per Joomla standard we place the modules on pre defined module positions which are pre defined by developer.But in mostly scenorio we need to place them in middle of article content. thanks to the joomla core plug in "Content – Load Modules" , we can place module in article also.
How can we place the Joomla module in article?
To place a module first we create a module instance from the module manager and give the unique module position like "my_joomla_module_position".
Now in the article place a short code like below and publish the document.
{loadposition my_joomla_module_position}Popularity: 1% [?]

