Debugging your wall
If you need some finer control over your wall, there are a few debugging controls available.
Keyboard shortcuts
The keyboard can be used to control the wall to help the design and development phase.
| Shortcut | Action |
|---|---|
| ← | Cycle schedule backward in time |
| → | Cycle schedule forward in time |
| [esc] | Return to automatic schedule cycling |
| [space] | Stop & start the tweet wall |
Replaying a tweet
To replay a tweet, i.e. make the tweet appear in the wall again, select the DOM node, and pass it to the replay function.
In chrome, you would select the <li> element in the elements panel, and (assuming the right element is still selected), you can run the following in the console panel:
replay($0); // $0 is the selected node
