After the upgrade to version 3.7.0 template facebook button works now, but incorrectly. The button shows the number of Likes facebook.com site and put it for this site. The problem is in the file /html/com_content/article/default.php. That is in line 25:
- Code: Select all
$cur_url = preg_replace('@%[0-9A-Fa-f]{1,2}@mi', '', htmlspecialchars($current_url, ENT_QUOTES, 'UTF-8'));