Social networking sites help you spread your words. If you have a website and you want to share it with people, this is the best medium to do it. They provide APIs, which can be easily included in your code to get the required features. E.g: you can get facebook's 'like','send' buttons , Google's '+1' or twitter's 'tweet' button easily integrated with you web pages.
More is the number of 'like's or '+1's or 'tweet's, more is the popularity of your website and hence easier for people to get a perception for your website.
How?
You need to generate codes and add it to your pages at different places. Steps are available on the respective websites of these social networking giants and are very easy to follow.
Examples for 'like' and '+1' integration are given below:
How to add facebook 'like' button in your website:
1. Follow steps given in the following link - http://developers.facebook.com/docs/reference/plugins/like/
2. Click on "Get Code" button for each steps to find the corresponding code and the place where you should keep it in your page.
3. A Dropdown under the step "Get Open Graph tags" represents the fixed list of entities e.g: education,activity,sports e.t.c.
Decide on the type of entity that your page represnt.
How to add google '+1' button in your website:
1. Go to the link http://www.google.com/webmasters/+1/button/
2. Steps given in the above link are very simple. You can quickly determine how to generate the code and how to use it in your pages.
3. Note that you must enter a valid value for the image URL under step 2 of the link. The value must ensure the following:
a. It should be a public URL
b. It should start with http://.
Otherwise on cliking the '+1' button on your web site , you may get a red color error icon.
Similarly you can use APIs provided by Twitter, LinkedIn e.t.c to give your website a social networking touch. And believe me(you can not also), this social networking flavor will contribute to the taste of your website.
also see: linking domain with your website
Comments
Post a Comment