Debugging wordpress plugin
Hello,
I got problem with debugging plugin:
Plugin is calling by:
- <script type='text/javascript'>
- jQuery(document).ready(function($){
- $('#cfw').CustomFacebookWall({
- id:'BizuteriaMagia', access_token:'377526185663419|i3Th376FkoAcOsJQREkybMfIeo8'
- });
- });
- </script>
I used:
- jQuery(document).ready(function($){
Because when I using:
- $(document).ready(function(){
I got error:
TypeError: $ is not a function
And when i tryied
- $.noConflict();
- jQuery(document).ready(function($){
TypeError: $ is undefined
When I'm using:
- jQuery(document).ready(function($){
My error is:
TypeError: $(...).tmpl is not a function
Can you help me with this?
You can check it there:
http://www.bizuteria-magia.pl/blog/