Social networking buttons give your blog's readers the ability to connect with your company. When users click a Facebook button on your Blogger blog, they'll view your Facebook page and may "like" it, which opens their Facebook news feeds to your posts. When users click a Twitter button on your blog, they'll view your Twitter account and may follow it, opening their Twitter feeds to your tweets about your company developments. To line up the Facebook and Twitter buttons horizontally, add them as cells in a row of a table.Step 1
Log in to your Blogger dashboard and click your blog's name to open its overview page.
Step 2
Click "Template" to edit the template.
Step 3
Click "Edit HTML" to open the template's code.
Step 4
Scroll to the block for the blog's footer. It begins with the following code:
<data:post.body/>
<data:post.body/>
Step 5
Type the following code to open a table:
<table>
<table>
Step 6
Type the following code to open a row and a cell
<tr><td>
<tr><td>
Step 7
Insert your Facebook button code.
Step 8
Type the following code to close the first cell and open a second:
</td><td>
</td><td>
Step 9
Insert your Twitter button code.
Step 10
Type the following code to close the cell, the row and the table:
</td></tr></table>
</td></tr></table>
Step 11
Click "Save
No comments:
Post a Comment