WP-HTML-Compression brokes Facebook Like Box
-
Hi,
I had some problems with Facebook Like Box, then I disabled WP-HTML-Compression and now it works.Code without compression:
<div class="fb-like-box" data-href="https://www.facebook.com/my_page" data-colorscheme="light" data-show-faces="true" data-header="false" data-width="320" data-stream="false" data-show-border="true"></div>
Code with compression:
<div class="fb-like-box" data-href="//www.facebook.com/my_page" data-colorscheme="light" data-show-faces="true" data-header="false" data-width="320" data-stream="false" data-show-border="true"></div>
The only attribute changed is data-href.
Thanks,
Gregorio
- The topic ‘WP-HTML-Compression brokes Facebook Like Box’ is closed to new replies.