modestbranding not working
-
When I set modestbraning=”1″ then &modestbranding= is outputtet in the code.
I ran through you code youtube-channel-gallery.php and on line 681:
$ytchag_modestbranding = ( $ytchag_modestbranding ) ? "" : "&modestbranding=". $ytchag_modestbranding; //default 0
But the correct code should be:
$ytchag_modestbranding = ( $ytchag_modestbranding ) ? "&modestbranding=". $ytchag_modestbranding : ""; //default 0
Hope you will fix this in a feature update
https://www.ads-software.com/plugins/youtube-channel-gallery/
- The topic ‘modestbranding not working’ is closed to new replies.