Hi
For this Go to /tpls/blocks/footer.php file in your template folder .
Find the code below
<!-- ADDTHIS -->
<div id="addthis-wrap" class="addthis-wrap">
<button class="btn btn-primary" title="Addthis"><i class="fa fa-share-alt"></i></button>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<div class="addthis_vertical_follow_toolbox"></div>
</div>
Replace it with
<!-- ADDTHIS -->
<div id="addthis-wrap" class="addthis-wrap">
<button class="btn btn-primary" title="facebook">
<a href="https://facebook.com/joomlart" >
<i class="fa fa-facebook" style="color: #fff;"></i>
</a>
</div>
Change the FB page url with sample url given above .