Hyperlink in e-mail signature malfunctioning

0

I'm trying to include a link in my email signature that is directed to our company Facebook page. I know the link works, yet when I try to access it from the signature, I am sent to the Facebook login page:

Screenshot

Anyone have any ideas as to why this might be happening?

Here is the link I am referring to:

https://www.facebook.com/MidWest-Gloves-and-Gear-188403021210957/

Anthony Sims

Posted 2016-05-20T21:01:09.950

Reputation: 35

The screenshot, seems to show an error and is un-helpful. Can you post your signature html.. – Henry – 2016-05-20T21:54:00.957

Answers

0

You have to fool Facebook into thinking that your image link is coming from another web site and not from Outlook.

<a href="http://tinyurl.com/mwgg20160524"><img src="http://i.imgur.com/ccmJU46.jpg"></a>

The example above is a TinyUrl that goes to the public Facebook company page. When you click on a link from Outlook, Facebook security thinks the referer is odd or missing and will make you go through a CAPTCHA or even block going to the web site all together.

Sun

Posted 2016-05-20T21:01:09.950

Reputation: 5 198

I failed to mention that what you just suggested, I have already done. It is not only my companies page, every Facebook page I include in the signature produces the same results. – Anthony Sims – 2016-05-23T21:34:58.243

The signature contains images holding the links to our social media sites. The Facebook link is the only one that isn't working – Anthony Sims – 2016-05-24T14:30:40.610

The URL is the same as the one I am attaching to my image in my signature. I just included the link to the page I am referring to. – Anthony Sims – 2016-05-24T15:50:10.170

Works fine for me. Maybe your signature is not coded correctly. Review how to make clickable images: http://www.w3schools.com/html/html_images.asp - You'll have to code the HTML, open the HTML file in Internet Explorer, then copy/paste that into your Signature screen in Outlook.

– Sun – 2016-05-24T16:11:51.107

It also works fine for me, but when I attach it to my image, thats when the problem occurs. – Anthony Sims – 2016-05-24T16:40:22.560

Thank you for the suggestion. Im definitely doing something wrong. I can include the link in the signature, but as soon as I assign it to an image, boom, problems. – Anthony Sims – 2016-05-24T16:45:49.317

Let us continue this discussion in chat.

– Sun – 2016-05-24T16:58:06.393