I am using the latest version of Phonegap and I am trying to include some plugins in my application. I have installed the plugins via cli and they appear in my plugins folder. However, even after referencing them in the config.xml I cannot get them to work. I have successfully used plugins via the phonegap online compiler but I do not know how to use them locally. Please help!
FIXED -------------------------------------------------------------------------------------------------
It turns out that I had everything correct in my project except for the cordova.js reference. I was physically referencing a copy that I had place in my js folder instead of only referencing it and allowing phonegap to generate the copy. The problem was in the fact that I then referenced js/cordova.js instead of cordova.js. Thanks for all of the suggestions below!