How to fix facebook sharer button that appears cutted on wordpress

I want to put a facebook sharer button in my articles. I’m using incubator wordpress theme. I got the code on fb developers site and it works very well, but it appears cutted (doesn’t show how many times the article was shared).

I went to facebook developers page (https://developers.facebook.com/docs/plugins/share-button/) , created the code below, and put it in a html type of content, in wordpress. I changed the 75 width in the code, and it didn’t work.

<iframe src="https://www.facebook.com/plugins/share_button.php?href=https%3A%2F%2F3ncrypt3d.com%2Fsucesso-sem-hora-marcada%2F&layout=button_count&size=small&width=75&height=20&appId" width="75" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>

Expand snippet

It was no errors, only appears cutted on the right side. Do you know what can I do for it to totally appear?

Thank you all for your possible help. 🙂

Leave a Comment