Title: Adding Ookla Speed test mini
Last modified: August 21, 2016

---

# Adding Ookla Speed test mini

 *  Resolved [Steven Reid](https://wordpress.org/support/users/synergyuk/)
 * (@synergyuk)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/adding-ookla-speed-test-mini/)
 * I’m having problems with adding ookla speed test mini into a page withing my 
   website, and thought I’d ask about here to see if anybody would know why its 
   not working.
    <script type=”text/javascript” src=”FTP server”></script> <div 
   id=”mini-demo”> Speedtest.net Mini requires at least version 8 of Flash. Please
   [update your client](http://get.adobe.com/flashplayer/). </div><!–/mini-demo–
   > <script type=”text/javascript”> var flashvars = { upload_extension: “php” };
   var params = { wmode: “transparent”, quality: “high”, menu: “false”, allowScriptAccess:“
   always” }; var attributes = {}; swfobject.embedSWF(“FTP server”, flashvars, params,
   attributes); </script>
 * that is the code that i have inputted and it just brings up forbidden error when
   i then try load it, (in my actual code i have the ftp address)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [jpfales](https://wordpress.org/support/users/jpfales/)
 * (@jpfales)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/adding-ookla-speed-test-mini/#post-5075425)
 * I would like to add the speedtest.net mini to my website as well. I can get it
   so it looks and words good in the preview, but when I publish the page and navigate
   to it from the site, it never works. I get a black screen with ‘update your client’
   on the screen.
 * Another issue I am having is my webpage and slug is set to Speedtest, but that
   is also the name of the folder containing the speedtest, so when people click
   on it, it shows them the directory on my webserver instead of loading the page.
   So then I made index.html from the php file included with the speedtest and put
   it in the speedtest folder. From there I get the same result as before, blank
   screen with the words ‘update your client’.
 * I searched heavily on google and wordpress forums with no luck. This is the only
   post that keeps coming up that is relevant. Hopefully we can get some feedback
   to get us up and running.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 11 months ago](https://wordpress.org/support/topic/adding-ookla-speed-test-mini/#post-5075426)
 * [@jpfales](https://wordpress.org/support/users/jpfales/), could you start a new
   thread: [http://wordpress.org/support/forum/how-to-and-troubleshooting#postform](http://wordpress.org/support/forum/how-to-and-troubleshooting#postform)
 *  Thread Starter [Steven Reid](https://wordpress.org/support/users/synergyuk/)
 * (@synergyuk)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/adding-ookla-speed-test-mini/#post-5075471)
 * oh found a way to actually make this work, and now it looks pretty damn awesome,
   ill post code in below for you. but wish i posted this in earlier for you because
   i cant remember if it was just as easy as posting it into wordpress.
 *  Thread Starter [Steven Reid](https://wordpress.org/support/users/synergyuk/)
 * (@synergyuk)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/adding-ookla-speed-test-mini/#post-5075472)
 * yeah all we did was pasted the code into the page. so you should be alright to
   go ahead for this to make it work.
 *  Thread Starter [Steven Reid](https://wordpress.org/support/users/synergyuk/)
 * (@synergyuk)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-ookla-speed-test-mini/#post-5075484)
 * THIS SHOULD WORK
 *     ```
       <!-- BEGIN SPEED TEST - DO NOT ALTER BELOW-->
       <script type="text/javascript" src="http://synergy-uk.com/speedtest/swfobject.js?v=2.2"></script>
       	  <div id="mini-demo">
       		  Speedtest.net Mini requires at least version 8 of Flash. Please <a href="http://get.adobe.com/flashplayer/">update your client</a>.
       	  </div><!--/mini-demo-->
       	<script type="text/javascript">
       	  var flashvars = {
       			upload_extension: "php"
       		};
       		var params = {
       			wmode: "transparent",
       			quality: "high",
       			menu: "false",
       			allowScriptAccess: "always"
       		};
       		var attributes = {};
       		swfobject.embedSWF("http://synergy-uk.com/speedtest.swf?v=2.1.8", "mini-demo", "350", "200", "9.0.0", "speedtest/expressInstall.swf", flashvars, params, attributes);
       	</script>
       <!-- END SPEED TEST - DO NOT ALTER ABOVE -->
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Adding Ookla Speed test mini’ is closed to new replies.

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [Steven Reid](https://wordpress.org/support/users/synergyuk/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/adding-ookla-speed-test-mini/#post-5075484)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
