Title: [Plugin: Stray Random Quotes] HTTPS for JS inclusion
Last modified: August 19, 2016

---

# [Plugin: Stray Random Quotes] HTTPS for JS inclusion

 *  [Steve Taylor](https://wordpress.org/support/users/gyrus/)
 * (@gyrus)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-stray-random-quotes-https-for-js-inclusion/)
 * I’ve got a similar problem with Stray Random Quotes to this issue with Use Google
   Libraries:
 * [http://wordpress.org/support/topic/297488](http://wordpress.org/support/topic/297488)
 * Basically, using WP_PLUGIN_URL seems to bypass all attempts to make admin URLs
   HTTPS. This gives users the unnerving “Do you want to display insecure items?”
   prompt – and these days IE seems to give the default response as “No”.
 * My fix for now is using the code in the above post. For `stray_quotes.php`, change
   this line:
 * `define("WP_STRAY_QUOTES_PATH", WP_PLUGIN_URL . "/" . STRAY_DIR);`
 * To this:
 * `define("WP_STRAY_QUOTES_PATH", plugins_url( "/" . STRAY_DIR ) );`
 * Any chance of this making it into the next release? Thanks!
 * [http://wordpress.org/extend/plugins/stray-quotes/](http://wordpress.org/extend/plugins/stray-quotes/)

The topic ‘[Plugin: Stray Random Quotes] HTTPS for JS inclusion’ is closed to new
replies.

 * 0 replies
 * 1 participant
 * Last reply from: [Steve Taylor](https://wordpress.org/support/users/gyrus/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-stray-random-quotes-https-for-js-inclusion/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
