Details
Description
In event confirmation emails, buttons for Tweet and Facebook Like do not function in some email clients, notably Outlook 2003. The reason is that the links are of the form: "href=//twitter.com" rather than "href="http://twitter.com".
After applying the attached patch to templates/CRM/common/SocialNetwork.tpl the two links worked as expected in subsequent emails.
In addition to the two links in the "
{if $emailMode eq true}" block, the patch also makes similar changes in 3 additional links in the following "
{else}" which affects the social media links on the event web page. When tested with Firefox, these links worked both before and after the patch.
U'll need to rework this patch a wee bit and ensure that it also works when admins are using https. We skip the protocol (http or https) since it inherits it from the page)
I would check if this works with more recent versions of outlook and with other email clients too
thx
lobo