I want to put a button on the page, while working I use React. I tried in a simple way:
<div className="fb-like" data-href="https://developers.facebook.com/docs/plugins/" data-layout="box_count" data-action="like" data-size="small" data-show-faces="false" data-share="false"></div> Unfortunately, the button is not displayed, at the same time there are no errors in the console ... How to install this button in React?