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.