By abubin on
Anyone know how to embed this speedtest mini into drupal page? I tried but only get empty flash page.
http://www.speedtest.net/mini.php
Thanks.
Anyone know how to embed this speedtest mini into drupal page? I tried but only get empty flash page.
http://www.speedtest.net/mini.php
Thanks.
Comments
Agreed... It serves as a
Agreed... It serves as a great localized diagnostics tool. I too was having issues embedding the code into a page. This is what I eventually used:
Note that I changed the paths to the speedtest components, which I extracted here: {drupal-root}/sites/all/libraries/speedtest-mini/
__________
Regards,
Chad Hester
Create a page
Create a Page content-type, set input format to FULL HTML, then be guided by code below or copy & paste.
(this assumes that you placed the speedtest files in /sites/all/libraries/speedtest-mini/)
Cheers!