未捕获的TypeError:对象[object Object]没有方法'tweet'

时间:2013-09-10 13:26:22

标签: javascript jquery twitter-bootstrap twitter

我的控制台说:“未捕获的TypeError:对象[对象对象]没有方法'推文'”

我正在使用jQuery 1.9.1和Twitter Bootstrap 2.3

我的暂存环境位于:http://rsatestamls.kaliocommerce.com/

我的整个JS文件位于:http://rsatestamls.kaliocommerce.com/Javascript/custom.js

我的推特区域JS代码是:

// Twitter
     $("#twitter").tweet({
      join_text: "auto",
      username: "amleonardinc", //replace this with your username
     // modpath: './twitter/',
      avatar_size: 32,
      count: 3,
      auto_join_text_default: "we said,",
      auto_join_text_ed: "we",
      auto_join_text_ing: "we were",
      auto_join_text_reply: "we replied",
      auto_join_text_url: "we were checking out",
      loading_text: "loading tweets..."
    });

 })

1 个答案:

答案 0 :(得分:0)

没有jQuery Twitter插件。我嘲笑并忘了它。