Can anyone please suggest a way to remove link back to youtube and branding (watermark or logo) from embedded youtube video.
The below tag remove branding:
<iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/8pjJ-Czqpps?modestbranding=1&rel=0" width="420"></iframe>
The below tag remove title link:
<iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed /8pjJ-Czqpps?showinfo=0" width="420"></iframe>
But cant able to make all together happening.
Please help.