How to Move the "Share" Button on Facebook to the Top of Page
Facebook created the “Share” button for web developers and bloggers to put on their sites. This lets readers share the content on their Facebook profiles, letting your site spread via word-of-mouth and exposing it to a wider audience. A “Share” button works best when placed prominently, like at the top of your page. If you have a “Share” button elsewhere on your page, moving it to the top is simple.
Instructions
-
-
1
Open the HTML code for the page containing the “Share” button.
-
2
Cut the code controlling the “Share” button. Generally, it will be a single line that includes “fb:share” near the front, but exact layout varies by site. Do this by highlighting the code, and then pressing the "Control" and "X" keys.
-
-
3
Paste the code into your layout near the top of the page. Where you choose to put it is up to you, of course, but be sure it is still within the body section of your HTML.
-
4
Save the HTML code. When you upload it to your site, the “Share” button will appear at the top.
-
1
Tips & Warnings
If you do not yet have a “Share” button on your site, get the code for a “Like” button at Facebook. Existing “Share” button code still works fine, but Facebook no longer offers new "Share" codes, as it encourages site owners to transition to the newer “Like” format.