I’m having trouble trying to set the embed code of “share this website in facebook”, I look up the tutorial that you have in de forum, but still doesn´t work, I’m sure you guys can help me up on this!
It happens because class “social-icon” and “facebook” does not exist in your site css and browser doesn’t know how to render this element. Basically, now it has no size set.
What you need to do:
add link-block to the page,
give it class “social icon” then combo class “facebook”
set it 100% width and 100% height
add class “w-inline-block” to the link in the embed code, so it will look like this: <a class="w-inline-block social-icon facebook" href....