- πΊπ¦Ukraine AstonVictor
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks
The Configuration of the module has the possibility to add Additional CSS to the iframe. If you add there something it will be saved correctly. But it does never appear in the style attribute of the iframe tag. The problem is in fblikebutton.tpl.php on line 18. There you'll find this piece of code
<?php $other_css; ?>
And there is the fault, it should be:
<?php print $other_css; ?>
Thanks for fixing this bug!
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks