Hi Matthias,
the module doesn´t work with 2 columns on my site and i can´t resize the width. can you help me? my url is grinseln.de/news just scroll to the bottom
I have just checked your site, the template that you used is not based on Bootstrap framework, thus the grid system will not work (because our extension use bootstrap grid system to split a columns).
So, to resolve this issue, please following step listed below to load bootstrap on your site.
1. Open the file
modules/mod_geekfacebookembed/mod_geekfacebookembed.php
2. Find the code snippet
Code:
JHtml::_('jquery.framework', true);
3. And add code snippet below right after it
Code:
JHtml::_('bootstrap.framework');
JHtml::_('bootstrap.loadCss', true);
Regarding width of posts issue, you only can set the width of post between 300px and 750px
Best regards,
Thanh Nguyen