Hey,
The YouTube widget is meant for profiles, not channels.
I’ve created a tutorial for our Supreme theme, but it should work for Pinpoint as well, so here goes:
———————————————————————
– Open wp-content/themes/pinpoint/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>'; }
It is also required to change ‘user’ for ‘channel’ in line 83 in widget-subscribers.php
wp-content/themes/pinpoint/includes/widgets/widget-subscribers.php
Save the files to server and it should work as you need it now.
Regards,
————————————————————————————————————
Cosmin
Support Assistant