how to share directly to facebook page code example
Example 1: facebook share link html
<a class="btn-floating btn btn-tw" type="button" role="button" title="Share on facebook"
href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fparse.com" target="_blank"
rel="noopener">
<i class="fab fa-2x fa-facebook-square"></i>
</a>
Example 2: how to embed a facebook page
<div style="width: 600px;">
<!-- Page plugin's width will be 500px -->
<div class="fb-page" data-href="{url}" data-width="500"></div>
</div>