Twitist Forums
How can I add a facebook page link to my emails and website? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: Facebook Pages (/forum-13.html)
+--- Thread: How can I add a facebook page link to my emails and website? (/thread-97239.html)



How can I add a facebook page link to my emails and website? - deetrosa - 02-19-2014 12:25 PM

I recently created a facebook page for my business. I would like to know how to include a link to our facebook page on our website and in emails we send. I don't mean a simple link like http://www.rundlestone.com/

I'm a small business owner, any help is appreciated, thanks!


- happyfamily339 - 02-19-2014 12:33 PM

Just make an image in any graphics editor and use it as a link:

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.

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

Maybe these might help...

How to Use the 'AddThis' Social Bookmarking Service: http://www.webreference.com/programming/javascript/addthis/
Adding Instant Messaging Hyperlinks to a Web Site (included messenger clients: Msn,Yahoo,Aim,Google Talk,Skype): http://dotnetwizard.net/soft-apps/adding-instant-messaging-hyperlinks-to-a-web-site-included-messenger-clients-msnyahooaimgoogle-talkskype/


I am a website owner. How can I integrate my site with Facebook?: http://www.facebook.com/help/?page=730

I run a website and when some shares a link to my site on Facebook the title, description, and image don't show up as I'd like.: http://www.facebook.com/pages/Banff-AB/Rundlestone-Lodge/388966565022#!/help.php?page=901

Ron


- Martyn - 02-19-2014 12:36 PM

http://pastebin.com/SYBxmG1h

Replace both "URL OF FACEBOOK" with your Facebook page.
Replace "URL OF PATH TO FACEBOOK IMAGE" with the image of the Facebook logo. (You can right click and save the one from rundlestone.com)


- jfree - 02-19-2014 12:43 PM

<a href = "http://www.facebook.com"><img src = "facebooklogo.jpg" width = "150" height = "100" alt = "Facebook" /></a>

the image src will be the picture of a facebook logo, and must be saved in the same folder as the html source u put this.


- techniguru - 02-19-2014 12:45 PM

Basically all the information you need can be found at the source below. Use the image provided by facebook, as it is there trademark. Example of html coding:

<a href="http://www.facebook.com/whatever">
<img alt="Facebook Page" src="http://www.facebook.com/facebookphoto.jpeg"></a>