This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I add a facebook page link to my emails and website?
02-19-2014, 12:25 PM
Post: #1
How can I add a facebook page link to my emails and website?
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!

Ads

Find all posts by this user
Quote this message in a reply
02-19-2014, 12:33 PM
Post: #2
 
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/...t/addthis/
Adding Instant Messaging Hyperlinks to a Web Site (included messenger clients: Msn,Yahoo,Aim,Google Talk,Skype): http://dotnetwizard.net/soft-apps/adding...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/R...p?page=901

Ron

Ads

Find all posts by this user
Quote this message in a reply
02-19-2014, 12:36 PM
Post: #3
 
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)
Find all posts by this user
Quote this message in a reply
02-19-2014, 12:43 PM
Post: #4
 
<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.
Find all posts by this user
Quote this message in a reply
02-19-2014, 12:45 PM
Post: #5
 
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>
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)