Skip to content

Commit 678d133

Browse files
author
Vish
committed
doc updates
1 parent 90349ad commit 678d133

File tree

7 files changed

+29
-3
lines changed

7 files changed

+29
-3
lines changed

Social Mobile Template/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ After loading the cloned dashboard, the configuration dialog will pop-up.
3232

3333
In emulator mode, the template is set up to respond to devices which are connected via the Try It Now feature on the dweet.io website. We recommend the following set-up in order to experience all of the template's functionality from the comforts of your desk:
3434

35-
Master device - your laptop
36-
SubUser1 - your smartphone
37-
SubUser2 - random smartphone from dweet.io/see
35+
* Master device - your laptop
36+
* SubUser1 - your smartphone
37+
* SubUser2 - random smartphone from dweet.io/see
3838

3939

4040
Begin by navigating to http://dweet.io on your Master device. Click the orange Try It Now feature (making sure to *enable location services* if it is not already).
-1.87 KB
Loading
-1.87 KB
Loading

Twitter Widget/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Twitter Widget
2+
=================================
3+
4+
# Table of Contents
5+
* [Introduction](#introduction)
6+
* [How to Use](#how-to-use)
7+
8+
9+
Introduction
10+
------------
11+
The Twitter widget creates a table view to see multiple stats in real-time along with a Tweet button. Once the Tweet button is pressed, the current data is wrapped up and a Twitter pop-up allows you to confirm sending of the tweet.
12+
13+
An Error message will show if you have gone over the Twitter character limit. There is no datasource limit in the widget itself, so it is possible to run over the 140 character limit of Twitter.
14+
15+
How to Use
16+
-----------
17+
Download the source files (jquery.tablescroll.js and twitterWidget.js) from github, and host on your favorite server or a file storage service (we prefer Dropbox).
18+
Add the source files via the Developer Console. (Note: if using dropbox, remember to change the end of the share link URL to '?dl=1' )
19+
![screen1](./doc_images/1.png)
20+
21+
Refresh the page and you will now see the Twitter widget in the list of available widgets. Adding data to the widget is the same as any other widget in freeboard. First, you select Twitter in the drop down menu of widget options, then you add data by clicking on the +DATASOURCE button. You can add as many data streams as you like by pressing the +ADD button as shown below:
22+
![screen2](./doc_images/2.png)
23+
24+
You will now see the table updating with live data and the Tweet button. Click the Tweet button at any point to create the tweet and confirm the send.
25+
26+
![screen3](./doc_images/3.png)

Twitter Widget/doc_images/1.png

182 KB
Loading

Twitter Widget/doc_images/2.png

36.4 KB
Loading

Twitter Widget/doc_images/3.png

7.97 KB
Loading

0 commit comments

Comments
 (0)