Possible Duplicate:
How to stop YouTube player from showing related videos?

I want to have a permanent spot for a specific video I uploaded to YouTube. The problem is that once the video is over, I get auto recommendations for other videos I don't want to recommend.

How can I prevent this?

link|improve this question
feedback

closed as exact duplicate by Eight Days of Malaise, phwd Jul 25 '11 at 14:39

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

rel=0

on the end of you link in the embed code see examples below:

with suggestions:

<iframe width="425" height="349" src="http://www.youtube.com/embed/oj9U-Ux6QHY" frameborder="0" allowfullscreen></iframe>

without suggestions:

<iframe width="425" height="349" src="http://www.youtube.com/embed/oj9U-Ux6QHY?rel=0" frameborder="0" allowfullscreen></iframe>
link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.