waterbearlang / waterbear

Visual block syntax for programming languages
http://waterbearlang.com/
358 stars 88 forks source link

Re-enable social plugins #421

Open dethe opened 10 years ago

dethe commented 10 years ago

The FB and "social" should be combined into one (or renamed fb and twitter), and re-enabled if the APIs are still supported, or deleted otherwise.

aroduribe commented 10 years ago

The social plugins layered on the index.html site?

dethe commented 10 years ago

There are a couple of block files that are currently disabled (commented out in bin/build) in the languages/javascript folder: fb.json and social.json. These were early attempts to add social features to Waterbear scripts: accessing Facebook and Twitter. Having them working would be a good way to demo what sets Waterbear apart from, say, Scratch, but I think they need some work to bring them up to date.

aroduribe commented 10 years ago

I'll give a look at it this week!

aroduribe commented 10 years ago

Is there a way I can check to see the live version of the social plugins?

dethe commented 10 years ago

You can try un-commenting them in bin/build and run it to see them in your local install. Ping me if any of that doesn't make sense.