How to Make My Own Share Button
- 1). Click "Start," then type "Paint" and press "Enter."
- 2). Click "Image," then "Resize." Enter the number of pixels you want to use for your own custom share button and press "Enter."
- 3). Use the tools to create your own button. Select one of the shapes, then drag and drop it onto your Paint file to draw it. Use the coloring tools to change the colors of your button.
- 4). Click the "A" text icon, then click and drag a text box. Type "Share" or similar.
- 5). Click "File," then "Save As" when you are finished. Enter your file name and click "Save."
- 1). Open the Web page you are working on in Notepad. Alternatively, open your HTML editor if you are using an online blog or content management system (CMS).
- 2). Locate the code where you want to insert the share button.
- 3). Type the following code, replacing "link.html" with the URL and file name for where you want the button to go (for example, a Twitter or Facebook URL), and replace "share.jpg" with the URL and file name of your shared image:
<a href="link.html"><img src="share.jpg"></a> - 4). Save your page to activate the share link.
Creating the Graphic
Linking the Graphic
Source...