timvideos / streaming-system

Tim Video's - Live Streaming for user groups and other events.
https://code.timvideos.us/
Apache License 2.0
131 stars 52 forks source link

Twitter feed doesn't refresh #75

Closed OctoKatie closed 10 years ago

OctoKatie commented 10 years ago

Twitter feed doesn't refresh. We need the refresh_interval as per the documentation.

    jQuery(function($){
        $("#fromtwo").tweet({
          avatar_size: 32,
          count: 4,
          username: ["seaofclouds", "laughingsquid"],
          loading_text: "searching twitter...",
          refresh_interval: 60
        });
      });
ApsOps commented 10 years ago

@OctoKatie It does for me. What page are you referring to?

OctoKatie commented 10 years ago

This is fixed in https://github.com/timvideos/streaming-system/pull/76