Close

Changing Facebook and youtubes links in footer

bzbiz
11 years ago
#1589 Quote
Avatar
  • 2
Hi everyone,

how can I add my facebook page and my youtube user id to the links in the footer?

Now I have the "yourYouTubeUsername" variabiles in it.

TIA
Boyko
11 years ago
#1598 Quote
Avatar
  • Moderator
  • 1570
bzbiz wrote:
Hi everyone,

how can I add my facebook page and my youtube user id to the links in the footer?

Now I have the "yourYouTubeUsername" variabiles in it.

TIA


Hi bzbiz,

You can change them by editing the "FooterShareButtons" topic. Go to Administration -> Content Management ->Topics

Hope this helps!
Regards,
Nop-Templates.com Team
bzbiz
11 years ago
#1599 Quote
Avatar
  • 2
Great! It works.

Thank you very much!
nbaccon
10 years ago
#2513 Quote
Avatar
  • 1
Hi,

I want to change Facebook URL footer button too, but I Can't find the "FooterShareButtons" topic in Administration -> Content Management ->Topics

My version of NopCommerce is 2.80

Thanks for your help.
Support
10 years ago
#2518 Quote
Avatar
  • Moderator
  • 1044
Hi nbaccon,

The topic should present in your shop. If you see the buttons in the footer you should have this topic. but if you haven't the topic present you should insert it from the administration. Please add the following html as html for the topic - make sure the "show html" button is clicked.

<p><a target="_blank" href="https://www.facebook.com/NopTemplates"><img alt="" src="/Themes/Fashion/Content/Images/facebook_icon.gif" /></a><a target="_blank" href="http://twitter.com/NopTemplates"><img alt="" src="/Themes/Fashion/Content/Images/twitter_icon.gif" /></a><a target="_blank" href="http://www.youtube.com/{YourYoutubeUsername}"><img alt="" src="/Themes/Fashion/Content/Images/youtube_icon.gif" /></a></p>

Before saving the topic you can change the facebook, twitter and youtube links as you wish.

Hope that helps!