External links

This is the one thing I haven’t done before. I need to add some external links in our site (facebook, twitter and some articles). I have buttons for the facebook and twitter, I just need to at the link. I am not sure where to start on this. I just need to be pushed in the right direction to start and I should be good from there. Thank you in advance!

I suggest guest posting, Social bookmarking, forum posting, and classified ads submission will help you to gain external links.

I think you misunderstood. I need to add links in our site to other sites like facebook and twitter.

Shakmbakm,

You would use an <a> tag. Your syntax would look like this,

<a href=”linktoyourfacebookpage.htm”><img src=”path/to/your/button/image.jpg” /></a>

This is how you would make the link if you were doing it with an image. If you were doing it with text you would write it like this,

<a href=”linktoyourfacebookpage.htm”>Your Link Text</a>

I’m not sure how you have your site built. If you are using a CMS, you can add links much easier. If your site is custom made, you will have to add the above code to the source code on the page you want the links on.

Hope that helps,

Shawn

OK if you want to put like links of facebook
1 you open your facebook and click to your icon (timeline)
2 at bottom of your facebook find out "developers " link
3 select web ( its has 3 options ios, androids, and web)
4 select “Integrate with your website”
5 select source code that you like and copy to your web.

Yes. What woongson said. Twitter has this card too that you can put on your site.

Or, you can go the basic <a href= > tag.