Hi, i want to know if there is a chance to complete the missing section in ES documentation called HTML, because I want to know how to include the followers api/script to other component.
Thanks!!!
Thanks!!!
<?php
$group = Foundry::group($id);
var_dump($group);
exit;
?>
EasyBlog.ready(function($){
$('[data-es-group-join]').on('click', function(){
EasySocial.dialog({
content : EasySocial.ajax( 'site/controllers/groups/joinGroup' , { "id" : "the-group-id-here" })
});
});
});