* Graham * Mwebvendor
add ?__xt_download=1 to the link to force download (only works on local files)
A simple live countdown timer (one of many methods)
Set the delay by changing the value in the div
<div id="countdown" >5</div>

<script type="text/javascript">
  var seconds;
  var temp;
 
  function countdown() {
    seconds = document.getElementById('countdown').innerHTML;
    seconds = parseInt(seconds,10);
 
    if (seconds == 1) {
      temp = document.getElementById('countdown');
      temp.innerHTML = "Your download link goes here";
      return;
    }
 
    seconds--;
    temp = document.getElementById('countdown');
    temp.innerHTML = seconds;
    x = setTimeout(countdown, 1000);
  } 
 
  countdown();
</script>

Copy code
2017-05-11 07:46 (edited 2017-05-11 09:12 by Graham ) · (0)
* Mwebvendor How to force download the video that .mp4 format? no streaming.
2017-05-10 22:21 · (0)
* Mwebvendor Graham do you have an idea how to create a javascript or xtscript of creating countdown before the button? I mean, after the 5sec. countdown finished the button will shown ,
2017-05-10 20:14 · (0)
* Graham * Mwebvendor
The blog twig data array has a data.device so you can use a
{% if data.device == 'web' %}....{% else %}....{% endif %}
NOTE data.device returns mobile/touch/web so you will need to allow for that depending on which form you want to 'touch' devices to see
2017-04-18 10:18 (edited 2017-04-18 10:19 by Graham ) · (0)
* Mwebvendor * maltefky I dont know i how to grab it. heheh... if your site is a kind of video sharing? try to use youtube embed..
2017-04-18 09:37 · (0)
* Mwebvendor Hello graham,,, can i add multi search form in the twig code? im creat a multi search for, for pc and mobile view,, im using two division.

division 1 = view for pc only.
division 2= view for mobile only.

the inside of two division is search form in blog,
2017-04-18 09:35 · (0)
* maltefky * Mwebvendor Pls webmasters how i grab iroking.com music to my xtgem site
2017-04-16 22:37 · (0)
* Graham * Mwebvendor plays ok in chrome won't play for me in either firefox or opera
2017-04-14 19:49 · (0)
* Mwebvendor * Graham Sorry if i bother you,,, forget about that,,, maybe i fixed it,, i set it to auto play. may i favor? can you test it in your browser? maybe its work for me only... thank a lot.... http://flickvid.com/update
2017-04-14 19:13 · (0)
* Graham * Mwebvendor To be honest I really have no idea without setting up a complete test page of my own
although if I try to open the file directly it still does not play and the styling does not work at all on Firefox and does not fully cover the old button on opera I can't test on ie or edge as this pc is using ubuntu not windows
2017-04-14 19:03 (edited 2017-04-14 19:10 by Graham ) · (0)

Online: Guests: 1