Additional Icons for Social Channels

More
10 Oct 2015 15:54 #2612 by XLive
Hi community,

I've tried to amend one of the integrated templates and saved it as a new template in respective folder.
It's all visible in template section and also the new icons for LinkedIn and Google+ are visible.

But if I go to preview of an created email the new icons will not be shown :(

I placed this code below Facebook and Twitter:

<#linkedin#>
<tr>
<td valign="middle" class="" style="padding-right: 5px;padding-left: 0;padding-bottom: 10px;">
<a href=" www.linkedin.com/company/xxxx"> ;
<img id="linkedinIcon" border="0"
src="linkedin.png"
height="24"
width="24"
style="display:block;" />
</a>
</td>
<td valign="middle"
class="mcnFollowTextContent"
style="padding-left:0; padding-bottom:10px;">
<a href=" www.linkedin.com/company/xxxx" ; target="_blank" class="sideColumnTitle editable" style="color: #AAAAAA;font-family: Georgia, Times, 'Times New Roman', serif;font-size: 10px;font-weight: normal;line-height: 100%;text-align: left;text-decoration: none;"> Auf LinkedIn folgen
</a>
</td>
</tr>
<#/linkedin#>

I do not understand why this happens as it is hardcoded.

Any suggestions from your end?

Thanks & cheers,
XLive

Please Log in or Create an account to join the conversation.

More
10 Oct 2015 17:23 #2616 by pete
Hello XLive,

You have to remove the tags <#linkedin#> and <#/linkedin#>
These are only required if there would be dynamic content injected by plugins but as you are hardcoding the images you need to remove those tags. If left in place the content will be removed as there is no matching plugin available for these tags.

Regards,
Pete

Please Log in or Create an account to join the conversation.