Facebook, Tweet and +1 blocks in website

Asked By 10 points N/A Posted on -
qa-featured

How can I add Facebook, Tweet and +1 blocks like techyv. com (please see the picture) in my web site?

SHARE
Answered By 0 points N/A #121103

Facebook, Tweet and +1 blocks in website

qa-featured

Links and images are the most popular things and one of important needed on web pages to promote another website or images or any file. 

You can edit your html codes and can add up as many links as you like along with the company's icons:
Here is a code
 
<a href="URL of the web page to go to">Insert text here</a>
 
Simply surround the item you want to be a link with the <a href="">  </a> tags
 
Reminders:
 
  • The final </a> tag is needed. If you forget to type it, everything following that link will also be linked and every word will be visible, until another link closes the tag.
  • Always double check your links so it will work perfectly in your site.

Related Questions