<div id="muteYouTubeVideoPlayer"></div> <script async src="https://www.youtube.com/iframe_api"></script> <script> function onYouTubeIframeAPIReady() { var player; player = new YT.Player('muteYouTubeVideoPlayer', { videoId: 'YOUR_VIDEO_ID', // YouTube Video ID width: 560, // Player width (in px) height: 316, // Player height (in px) playerVars: { autoplay: 1, // Auto-play the video on load controls: 1, // Show pause/play buttons in player showinfo: 0, // Hide the video title modestbranding: 1, // Hide the Youtube Logo loop: 1, // Run the video in a loop fs: 0, // Hide the full screen button cc_load_policy: 0, // Hide closed captions iv_load_policy: 3, // Hide the Video Annotations autohide: 0 // Hide video controls when playing }, events: { onReady: function(e) { e.target.mute(); } } }); } // Written by @labnol </script>
[fusion_button link=»http://www.periodismo.com/2016/07/18/como-incrustar-un-video-de-youtube-con-el-sonido-silenciado/» title=»» target=»_self» alignment=»» modal=»» hide_on_mobile=»small-visibility,medium-visibility,large-visibility» class=»» id=»» color=»default» button_gradient_top_color=»» button_gradient_bottom_color=»» button_gradient_top_color_hover=»» button_gradient_bottom_color_hover=»» accent_color=»» accent_hover_color=»» type=»» bevel_color=»» border_width=»» size=»» stretch=»default» shape=»» icon=»» icon_position=»left» icon_divider=»no» animation_type=»» animation_direction=»left» animation_speed=»0.3″ animation_offset=»»]Link[/fusion_button]
