Hi Cherise,
This was meant for users only and I agree we should have an option to specify this.
Not sure if there will be an update on this anytime soon, so here’s how you can do it yourself:
– Open supreme/includes/shortcodes.php via FTP with a code editor, such as Sublime Text 2 or Dreamweaver or Notepad++
– go to line 600, where you see this:
if ($youtube) { $social_icons .= '<li class="youtube"><a href="http://www.youtube.com/user/'.$youtube.'" target="_blank">YouTube</a></li>'; }
Change that to:
if ($youtube) { $social_icons .= '<li class="youtube"><a href="http://www.youtube.com/channel/'.$youtube.'" target="_blank">YouTube</a></li>'; }
Save the file to server and it should work as you need it now.
Regards,
————————————————————————————————————
Cosmin
Support Assistant