Hi amandaghui ,
I tried doing the same and it worked for me.
I believe your code isn't working because your area co-ordinates for facebook link might be wrong.
Could you please try the code written below :
Show more (Highlight to read) <#assign message_list_title = text.format("custom.Still_Need_Help.title") /> <img src="image.png" width="240" height="240" alt="socialicon" usemap="socialicon"> <map name="socialicon"> <area shape="rect" coords="0,0,120,120" href="link1" alt="Aide"> <area shape="rect" coords="120,0,240,120" href="link2" alt="Facebook"> <area shape="rect" coords="0,120,120,240" href="link3" alt="Compliment"> <area shape="rect" coords="120,120,240,240" href="link4" alt="Probleme"> </map>
<#assign message_list_title = text.format("custom.Still_Need_Help.title") /><img src="image.png" width="240" height="240" alt="socialicon" usemap="socialicon"><map name="socialicon"> <area shape="rect" coords="0,0,120,120" href="link1" alt="Aide"> <area shape="rect" coords="120,0,240,120" href="link2" alt="Facebook"> <area shape="rect" coords="0,120,120,240" href="link3" alt="Compliment"> <area shape="rect" coords="120,120,240,240" href="link4" alt="Probleme"> </map>
Thanks,
Sunny