I can't find where to edit the list of social networks to share a post.
I need to replace:
I didn't find it in the settings.
- VK with Telegram
- IN with Viber
View attachment 286
<a href="https://t.me/share/url?url" class="btn-icon-social" target="_blank">
{include file='__svg_icons.tpl' icon="vk" width="24px" height="24px"}
</a>
<a href="https://t.me/share/url?url={$_link}" class="btn-icon-social" target="_blank">
{include file='__svg_icons.tpl' icon="telegram" width="24px" height="24px"}
</a>
Now I've added this code and it's stopped working altogether. Otherwise, the Viber icon won't show up.Code:{elseif $icon == "viber"} {include file='../images/svg/viber.svg'}
I did this, but I still need to add Viber.You have obviously added your own custom code for Viber, so open up the file in the zip, take out the Telegram code, and add it to your template file.
Not if you add the Telegram code into your file. It should already have Viber in your file. It's a faster way of doing it.I did this, but I still need to add Viber.
No. I turn off all FTP. I've turned it on now.Did you remove the FTP account that you had set up for me?
For some strange reason, the viber.svg file you had was blank.It works!! Thank you very much![]()
! What was the reason?