Facebook button's like-count hidden in German version – solution
-
The German like-button does not have “Like” written on it, but “Gef?llt mir”.
That’s considerably longer than “Like”, but the iframe in the German version is still only 92px in width, just like in the English version, and therefore the counter on the right is not displayed but hidden, because it goes beyond the iframe’s 92px.
Solution: Open include/dd-class.php
Go to line 936 or search for this line:“Like Button Count” => “width:92px; height:20px;”,
and replace it with:
“Like Button Count” => “width:130px; height:20px;”,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Facebook button's like-count hidden in German version – solution’ is closed to new replies.