[Plugin: NextGEN Gallery] Problem between SFC (like&share) and NextGen
-
Behaviour:
SFC ver. 0.21
NextGen Gallery ver 1.6.1“Like and Share” button manually.
With “SFC like” and “SFC share” disabled the NextGen Album shows good
https://www.flickr.com/photos/ebruni/4986159816/
but enabling “SFC Like Button” or “Share Button” the gallery is showed in page header
https://www.flickr.com/photos/ebruni/4985559635/
with this HTML Code
https://www.flickr.com/photos/ebruni/4985569903/
where you can see body and head code mixed.
I don’t know where is the problem (probably in nextgen code) but I solved changing these line, in function sfc_share_meta in sfc-share.php and sfc-like.php,
$content = apply_filters('the_content', $content);
with
$content = sfc_share_button_automatic($content);
I will be very happy if someone can solve finally this problem
- The topic ‘[Plugin: NextGEN Gallery] Problem between SFC (like&share) and NextGen’ is closed to new replies.