-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
Jaroslav FriendJaroslav
- Join date:
- November 2016
- Posts:
- 4
- Downloads:
- 13
- Uploads:
- 1
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
January 13, 2017 at 8:14 pm #1002177j 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
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 16, 2017 at 2:19 am #1002454Hi
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 FriendJaroslav
- Join date:
- November 2016
- Posts:
- 4
- Downloads:
- 13
- Uploads:
- 1
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
January 16, 2017 at 8:55 am #1002581Hi
I need to remove all advertising from youtube at next videos at the end my video.
Thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 16, 2017 at 8:59 am #1002583Hi
This is from Youtube, you can use your own youtube video and configure your youtube video playlist.Jaroslav FriendJaroslav
- Join date:
- November 2016
- Posts:
- 4
- Downloads:
- 13
- Uploads:
- 1
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
January 16, 2017 at 10:52 am #1002673Sorry 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
Jaroslav FriendJaroslav
- Join date:
- November 2016
- Posts:
- 4
- Downloads:
- 13
- Uploads:
- 1
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
January 17, 2017 at 9:05 pm #1003266Thank 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},1 user says Thank You to Jaroslav for this useful post
AuthorPostsViewing 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.
Remove related video youtube
Viewing 8 posts - 1 through 8 (of 8 total)