domingo, 9 de mayo de 2021

Embed facebook

The Revelation Of The Pyramids (Documentary)

The Revelation Of The Pyramids takes an indepth look into one of the seven wonders of the world, the Great Pyramids of Egypt. Mystery has surrounded these fascinating structures for centuries with theories varying from the scientific to the bizarre. However with over many years of indepth research taking in the world’s oldest, most enigmatic and beautiful sites from China to Peru, from Egypt to Mexico, a team of independent researchers has, at last, managed first to understand and then to reveal what lies behind this greatest of archaeological mysteries: a message of paramount importance for all mankind, through time and space.

Publicado por Ancient Egypt Artifacts en Lunes, 19 de marzo de 2018

Como hacer que un video de Facebook abrá en un minuto exacto que quieres.

Este no funciona Este tampoco https://stackoverflow.com/questions/54875281/is-it-possible-to-start-an-embedded-facebook-video-at-a-specific-point-on-wordpr This is using the Embedded Video Player plugin, I suppose? That does not offer that as an option directly; but there is an API for it, so I guess you could try and implement something on your own, using the seek method to jump to the desired position. developers.facebook.com/docs/plugins/embedded-video-player/api – 04FS Feb 26 '19 at 7:28 1 It seems the t= parameter works for facebook video url's too now: e.g. facebook.com/watch/?v=265933184844091&t=49 – David d C e Freitas Jun 16 '20 at 11:28 &t=49 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! OJO: EN FACEBOOK AL DARLE CLIC A LA PÁGINA VER QUE INCLUYA EL "PERMALIK... Y DESPUÉS PONER EL CÓDIGO DEL MINUTO QUE QUIERES ABRIR, O SEA ESTE QUE ES EL MINUTO 16:50 PONDRÍAS &T= Y LUEGO EL 1010 QUE ES EL MINUTO... OJOJOJO Este de abajo, si funciona pero solo pegando el link directamente en la parte donde va el URL de tu navegador y dandole clic desde whatsapp pero NO cuando lo quieres pegar para publicarlo en una página de grupo o personal como publicación. OJO repito: sí para navegar pero NO para publicar...esta raro. https://www.facebook.com/watch/live/?v=284971679999000&ref=watch_permalink&t=1010 Ejemplo: Esto siguiente lo encontre después de darme cuenta por mi propia cuenta: This format rather than the &t= worked for me: https://www.facebook.com/100003947034370/videos/1916436035164612/?t=1550 at least it works if you type or paste the url in your browser and I was able to send it via messenger, but if you try to post it on your timeline so that people can watch the video from the relevant point facebook in their infinite lack of wisdom replaces the time stamp with ?__tn__=R-R and the video plays from the beginning. OK parece ser que esto solo ocurre con videos que fueron grabados A live: april 2021, watching a video which was originaly a live stream, facebook rewrites that style of link to facebook.com/watch/live/?v=854520075334994 and the t= no longer works :( – andrew lorien Apr 11 at 2:44 Checar si se puede con otros videos En este de abajo otro video este codigo SI funcionó poniendolo en elsitio de url: https://www.facebook.com/watch/?v=453536115523573&t=49 Este otro también al principio pero después NO https://www.facebook.com/watch/?v=453536115523573?t=49 Incrustrado: con el código de youtube pero con el url de facebook y NO FUNCIONO Con codigo de facebook....no funciono pero parece porque facebook esta notando que estoy haciendo muchos movimientos en su sitio asi.... veremos despues esto último Ojo: ver lo que quite y lo que incluí https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FHISTORYLatam%2Fvideos%2F453536115523573&t=49 ver despues: To share a video link that will begin playback at a specific point, all you need to do is add a bit of code to the end of the URL. Just add: #t= followed by the timecode of where you'd like playback to begin. https://stackoverflow.com/questions/57567476/ogimage-meta-property-of-facebook-url-giving-bad-url-timestamp https://vimeo.zendesk.com/hc/en-us/articles/360000121668-Starting-playback-at-a-specific-timecode

miércoles, 10 de marzo de 2021

lunes, 7 de diciembre de 2020

Otra opcion

Starting Location (lat, lon):
???°, ???°

Current Location (lat, lon):
???°, ???°

Distance from starting location:
0 km

// check for Geolocation support if (navigator.geolocation) { console.log('Geolocation is supported!'); } else { console.log('Geolocation is not supported for this Browser/OS version yet.'); } window.onload = function() { var startPos; navigator.geolocation.getCurrentPosition(function(position) { startPos = position; document.getElementById('startLat').innerHTML = startPos.coords.latitude; document.getElementById('startLon').innerHTML = startPos.coords.longitude; }); }; window.onload = function() { var startPos; navigator.geolocation.getCurrentPosition(function(position) { // same as above }, function(error) { alert('Error occurred. Error code: ' + error.code); // error.code can be: // 0: unknown error // 1: permission denied // 2: position unavailable (error response from locaton provider) // 3: timed out }); }; navigator.geolocation.watchPosition(function(position) { document.getElementById('currentLat').innerHTML = position.coords.latitude; document.getElementById('currentLon').innerHTML = position.coords.longitude; }); navigator.geolocation.watchPosition(function(position) { // same as above document.getElementById('distance').innerHTML = calculateDistance(startPos.coords.latitude, startPos.coords.longitude, position.coords.latitude, position.coords.longitude); }); function calculateDistance(lat1, lon1, lat2, lon2) { var R = 6371; // km var dLat = (lat2 - lat1).toRad(); var dLon = (lon2 - lon1).toRad(); var a = Math.sin(dLat / 2) * Math.sin(dLat / 2) + Math.cos(lat1.toRad()) * Math.cos(lat2.toRad()) * Math.sin(dLon / 2) * Math.sin(dLon / 2); var c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a)); var d = R * c; return d; } Number.prototype.toRad = function() { return this * Math.PI / 180; }

Formato permanente segunda opción.

Oye la radio mientras lees y navegas en este sitio.

La Chora interminable con moneros Jis y Trino.




Ejercicios permanentes.

La idea es que el estudiante o aprendiz de html, css y Java script vaya aprendiendo, repitiendo y creando a la vez. Una obra diaria con la cual repetirá la forma de hacer metadatos, listas, tablas, enlaces, insertar videos e imágenes, incluyendo formas o cuestionarios para el usuarios. Todo esto a la vez que va dandole forma al estilo con colores de letras, de fondos, de alineación de palabras, tipo de letras etc... Usando finalmente el input del usuario y convirtiendolo o utilizandolo para desplegar la información a su manera.

Precisamente la estructura que el aprendiz seguirá es la misma que estamos estableciendo en esta página web. Html, Css y Java script básico, pero suficientemente útil para que desde el principo sus creaciones se puedan apreciar en la web.



Learning Happens by Doing Python Projects - Learn By Doing - #1

Enlaces relacionados:


Click the button to get your position:



La estrategia

Infomación personal




OJO incluir datos de gelocalización y una personalizacion de la novela de torroso...Y cuando despertó,,,el dinosauro todavía estaba allí.

Una opción de localización de personas.

PRUEBA:

Click the button to get your position:

miércoles, 2 de diciembre de 2020

Geo localización.