Do you want the visitors to share your site on Facebook?
Then add the following code in HTML where you want to add the share button.
<a href="https://www.facebook.com/sharer.php?u=http://www.example.com" target="_blank" class="fb">Share to Facebook</a>
Then add the following styling in <head> section.
<style>
.fb {
background-color: #3b5998;
color: white;
text-decoration: none;
padding: 4px;
border-radius: 8px;
}
</style>
Demo with our blog styling.
Note: It would look much better on your website.
Note: It would look much better on your website.
Comments
Post a Comment
Share your thoughts with us.