Jump to content
View in the app

A better way to browse. Learn more.

Forum Supreme-Elite

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Petite astuce pour ceux qui veulent intégrer une vidéo Youtube sur leur site, en désactivant le son de celle-ci.

Il faut pour cela copier le code ID de la vidéo que vous trouverez dans l'URL :

http://korben.info/wp-content/uploads/2016/06/cap1-650x204.png

Et de remplacer YOUR_VIDEO_ID dans le code ci-dessous par cet ID.

<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 IDwidth: 560, // Player width (in px)height: 316, // Player height (in px)playerVars: {autoplay: 1, // Auto-play the video on loadcontrols: 1, // Show pause/play buttons in playershowinfo: 0, // Hide the video titlemodestbranding: 1, // Hide the Youtube Logoloop: 1, // Run the video in a loopfs: 0, // Hide the full screen buttoncc_load_policty: 0, // Hide closed captionsiv_load_policy: 3, // Hide the Video Annotationsautohide: 0 // Hide video controls when playing},events: {onReady: function(e) {e.target.mute();}}});}// Written by @labnol</script>

Insérez ensuite ce code embed dans votre page, et voilà. Une jolie vidéo bien intégrée, sans le son activé par défaut.

Source

Cet article merveilleux et sans aucun égal intitulé : Intégrer une vidéo Youtube sans son ; a été publié sur Korben, le seul site qui t'aime plus fort que tes parents.



Voir l'article complet

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.