Twitist Forums
How do I create a link from my Facebook fan page to my website? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: Facebook Pages (/forum-13.html)
+--- Thread: How do I create a link from my Facebook fan page to my website? (/thread-11294.html)



How do I create a link from my Facebook fan page to my website? - Bill L - 10-15-2012 07:55 PM

I have my facebook "Funtreks" fan page working. Now I would like to add a link to my web page http://www.funtreks.com. Can someone tell me how to do this. I have found the information box for website and I have my website in the box, but I have seen facebook pages with a direct link to their web page.

Thanks


- littlegalley800 - 10-15-2012 08:04 PM

Making an image a link:

<p><a href="URL path to external link" title="Mouseover Description"><img style="width: XXpx; height: YYpx; border: 0;" src="Path to image" alt="Text Description"></a></p>

If site does not host images, then you MUST host your image online at any good image hosting site. The URL MUST be the DIRECT link to the image alone and not to the page the image is on.

Text Link only:

<p><a href="URL path to external link" title="Mouseover Description">Link Text Description</a></p>

You can change the "p" tags to div tags and style as needed.

Practice Your Link Code Online: http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_imglink

Ron