<jdoc:include type="modules" name="social-buttons" />jimport('joomla.application.module.helper');
// this is where you want to load your module position
$modules = JModuleHelper::getModules('social-buttons');
foreach($modules as $module)
{
echo JModuleHelper::renderModule($module);
}alzander wrote: In the file make sure you're adding the <?php before that code and the ?> after the code. That will execute the commands instead of just displaying them.
Keep us posted on how that goes,
Alex
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
