Merge pull request #10 from olinpin/fix/live-tweets

Fixed live tweets
This commit is contained in:
2022-11-02 13:20:38 +01:00
committed by GitHub

View File

@@ -62,7 +62,7 @@
<div class="maintable"> <div class="maintable">
<div class="leftcol column"> <div class="leftcol column">
<span class="colheader">Latest Cluccs</span> <span class="colheader">Latest Cluccs</span>
<div class="tweetcontainer"> <div class="tweetcontainer" id="tweet">
<div class="tweet"> <div class="tweet">
<img src="https://pbs.twimg.com/profile_images/1158803404656959490/9MKSbW4O_400x400.jpg" alt="" class="tweet-profilepicture"> <img src="https://pbs.twimg.com/profile_images/1158803404656959490/9MKSbW4O_400x400.jpg" alt="" class="tweet-profilepicture">
<div class="tweet-content"> <div class="tweet-content">
@@ -115,11 +115,11 @@
<script src="./js/code.js"></script> <script src="./js/code.js"></script>
<script src="./js/connection.js"></script> <script src="./js/connection.js"></script>
<script> <script>
// block("#tweet").tweets({ block("#tweet").tweets({
// memory: 20 memory: 20
// }); });
// events.connect("tweet", "#tweet"); events.connect("tweet", "#tweet");
// // create a rolling chart block // // create a rolling chart block
// block('#graph').rolling_chart({ // block('#graph').rolling_chart({
// memory: 150, // memory: 150,