• Hello,

    My main page contains some embedded youtube videos.
    When I create a new entry I embed a new video
    <iframe src="//www.youtube.com/embed/XxNewVideo........."
    If I add autoplay option
    <iframe src="//www.youtube.com/embed/XxNewVideo?autoplay=1........."
    the problem I have in main page (and other pages with more than one video embedded, like categories) is that all embedded videos I added that option will autoplay at the same time.
    I just want autoplay the video in its entry page like mysite.com/this-is-the-entry-for-a-single-video
    How can I do that?
    I am thinking on adding adding some php code but I don’t know how to identify entry pages unless I change permalink to its default p=###, thing I don’t want
    Thank you

  • The topic ‘Adding autoplay to youtube video ONLY in its entry page’ is closed to new replies.