Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1001958

    Hi
    There is one ACM video module on HOME page, you can disable the module if you do not want to show it.
    Mod id 110 type: ACM Video style-1.
    Here is documentation.

    Jaroslav Friend
    #1002177

    j Thanks

    I want to show ACM video module on home page but I want to remove related videos from the end of an embedded YouTube. See the attachment


    1. youtube
    Pankaj Sharma Moderator
    #1002454

    Hi
    Yes this is the video acm module if you do not want to show it you can disable it
    Mod id 110 type: ACM Video style-1.
    Let me know if there is any confusion.

    Jaroslav Friend
    #1002581

    Hi

    I need to remove all advertising from youtube at next videos at the end my video.

    Thanks

    Pankaj Sharma Moderator
    #1002583

    Hi
    This is from Youtube, you can use your own youtube video and configure your youtube video playlist.

    Jaroslav Friend
    #1002673

    Sorry for my english. This site resolve this problem
    https://www.illuminea.com/remove-related-videos-from-end-of-embedded-youtube-video/

    but If I add youtube video in the module ACM for example youtube=OhEf2eDEuDA?rel=0 related videos are show at the end. I want remove related videos at the end of my own video.

    Pankaj Sharma Moderator
    #1002966
    This reply has been marked as private.
    Jaroslav Friend
    #1003266

    Thank for your time

    Solved,

    modify style-1.php

    before:
    function javideoPlay() {
    jQuery(‘div.acm-video’).addClass(‘playing’);
    player = new YT.Player(‘videoplayer’, {
    height: ‘390’,
    width: ‘640’,
    videoId: ‘<?php echo $video_link; ?>’,

    after
    function javideoPlay() {
    jQuery(‘div.acm-video’).addClass(‘playing’);
    player = new YT.Player(‘videoplayer’, {
    height: ‘390’,
    width: ‘640’,
    videoId: ‘<?php echo $video_link; ?>’,
    playerVars: {rel: 0},

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  Jaroslav 7 years, 10 months ago.

The topic ‘Remove related video youtube’ is closed to new replies.