How to Replace a Facebook Share Icon
The Facebook Share button is a button that allows website visitors a quick way to share content with their Facebook friends. While the Share button is still in use on many websites, it has essentially been replaced by the Like button in functionality and support from Facebook itself. If you want to replace your Facebook Share button with a Like button, you can learn how to do so in just a few steps.
Instructions
-
-
1
Open the Notepad application on your PC. This application is bundled with the Windows operating system.
-
2
Click "File," then "Open" and open the source file for your webpage.
-
-
3
Locate the beginning of the Facebook Share button code block, which starts with this line:
<script>function fbs_click()
-
4
Highlight the entire Share button code block using your mouse, then delete it.
-
5
Add the following code in place of the code you erased:
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="" send="true" width="450" show_faces="true" font=""></fb:like>
-
6
Click "File," then "Save." You have successfully replaced a Facebook Share button on your webpage.
-
1