PDA

View Full Version : Social Network Links



Errol
April 20, 2018, 02:10 PM
Can I get option to add more social network links in next upgrade.

1. Preferable fields to add custom links. For example I would like to show a youtube link.

2. Maybe option to move link block to header or footer :)

2841

Rudi
April 20, 2018, 05:27 PM
Hello,

I will not promise you anything as these links are commonly used and usually enough for users
but you can add your links via tpl file: ftp > templates > your template > tpl > footer_data.tpl

insert your link inside the 'icons' div:



<a target="_blank" title="YOUR_TITLE_TEXT" href="YOUR_SOCIAL_URL" style="background:none">
<img src="URL_TO_SOCIAL_ICON" style="width:34px; height:34px; position:absolute; bottom:-5px">
</a>