Save FB Like Box code in textarea
-
Hi.
I’m trying save the above code in a textarea field:
<div class="fb-like-box" data-href="https://www.facebook.com/FacebookDevelopers" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="true" data-show-border="false"></div>
When I save, only this part is saved:
<div class="fb-like-box"></div>
In functions.php I can allow some HTML tags, as iframe, link and script. But, if i try with a div, isn’t work.
Important: this FB code is HTML5. Is it that the problem?
Thanks,
Danilo
- The topic ‘Save FB Like Box code in textarea’ is closed to new replies.