When I tried to add in selected posts the facebook plugin codes like this:
<div class="fb-facepile" data-href="http://mydomain.com" data-size="large" data-width="400" data-max-rows="1"></div>
<div class="fb-recommendations" data-site="mydomain.com" data-width="400" data-height="200" data-header="true" data-border-color="white"></div>
The system removed part of the code (might be working as a security measure) to become:
<div class="fb-facepile"></div>
<div class="fb-recommendations"></div>
As I do not want them in all posts so I can't insert the codes in template.
Any chance I can enable those facebook plugin codes in post editing?