dovydaskukalis / nodebb-plugin-twitter

NodeBB Plugin that allows users to embed tweets inline in their posts
BSD 2-Clause "Simplified" License
3 stars 11 forks source link

Plugin seems broken #1

Closed wirehack7 closed 10 years ago

wirehack7 commented 10 years ago

The plugin seems to be broken. Maybe you add the API functions of Twitter?

Uncaught ReferenceError: twitterEmbed is not defined oembed.json?id=434363972666417152&callback=twitterEmbed:1
Uncaught ReferenceError: twitterEmbed is not defined oembed.json?id=434363972666417152&callback=twitterEmbed&_=1392406705005:1
dovydaskukalis commented 10 years ago

It seems nodebb doesn't reminify js automatically. Try running your forum using ./nodebb devto see if it updates it.

Sp4rkR4t commented 10 years ago

Yeah, the plugin works fine when nodebb is started via ./nodebb dev but not when started normally.

dovydaskukalis commented 10 years ago

Thats because nodebb doesn't reminify js automatically after plugin is installed. After running ./nodebb dev it should fix this problem and then you can run it normally and it should work. If it still doesn't, remove file located in public/src/nodebb.min.js

dovydaskukalis commented 10 years ago

Latest version should fix it.