All respect to author first of all.
I simply updated the json file with updated data but I dont know what the author meant in his update notes that he changed netdna to maxcdn as the ZIP file json still has netdna used in the URL within the JSON file.
I am using the latest version of WordPress as of this writing. You can modify the bootstrapcdn.json file and then rezip before uploading/installing in WordPress but I chose to install the plugin and then modify the file.
New JSON file code:
{
"timestamp": 0,
"bootstrap": {
"3.3.7": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
},
"3.3.6": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
},
"3.3.5": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"
},
"3.3.4": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"
},
"3.3.2": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"
},
"3.3.1": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"
},
"3.3.0": {
"css": "//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css",
"js": "//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"
},
"3.2.0": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"
},
"3.1.1": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"
},
"3.1.0": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"
},
"3.0.3": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"
},
"3.0.0": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"
},
"3.0.0-noicons": {
"css": "//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css",
"js": "//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"
}
},
"fontawesome": {
"4.7.0": "//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css",
"4.2.0": "//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",
"4.1.0": "//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css",
"4.0.3": "//maxcdn.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css",
"4.0.2": "//maxcdn.bootstrapcdn.com/font-awesome/4.0.2/css/font-awesome.min.css",
"4.0.1": "//maxcdn.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.min.css",
"4.0.0": "//maxcdn.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.min.css",
"3.2.1": "//maxcdn.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css"
}
}
Hope this helps people wanting to use this great plugin.
]]>I choose option to Disable and when I load the site on a machine that does not connect to internet it takes a looooooong time to load and reports at the bottom of the page “Connecting to maxcdn.bootstrapcdn.com…”
I need to completely disable this as it will drive our intranet private network users crazy having to wait so long for the page o load.
Thanks,
Rich
Can/Will you update it with compat with newer WP versions and add the newer bootstrap/fontwesome versions?
Thanks in advance!
]]>Hi,
I installed and activated this plugin.
However as I test in Yslow, sometimes it seems to acknowledge the CDN but after a while, testing again Yslow says I am not using a CDN??
Do I need to Disable or Enable it in the settings?
I started of with enabled, seems logic to enable it, however Yslow does not seem to acknowledge the CDN?
n my Yslow settings page I inserted this: bootstrapcdn.com
As the CDN hostname.
Am I doing something wrong?
Thanks,
Annie
My theme uses Bootstrap 3.0.3 and Font Awesome 4, unfortunately BootstrapCDN downloads Bootstrap 3.0.0 and Font Awesome 3.2.1
Data available at https://netdna.bootstrapcdn.com/data/bootstrapcdn.json is not up to date with current versions as well.
Could you please fix it?
]]>