I integrated the recommend button to my website. If I click the button, it is opening a frame with my photo and the comment option. (see image below)
I don't need the comment option, and I dont want it to be shown on a click to the button.
The code I am using is:
<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false" data-action="recommend" href="myurl.dom/">;
How can I disable the frame which opens when I click on the recommend button?
Can anyone help me?
ty.
