Use of the plug-in in Server Side Generated Pages. It was created a custom hook to load the Facebook sdk script.
Home: http://localhost:3000/
The home page uses Server Side Static generation.
Tags into React Fragment: http://localhost:3000/html
All tags are inserted as react fragments without data hydratation from server.
Pure Html: http://localhost:3000/test.html
Pure html file with all elements on it.