getfedu / fedu-app

This is the server, frontend-client and backend-client code of getfedu.com
getfedu.com
3 stars 2 forks source link

Share-Module #18

Open MathiasTim opened 11 years ago

MathiasTim commented 11 years ago

Should be easy implementing this.

Sharing that a user watched this video on fedu, thats all

do we need this?

monbro commented 11 years ago

for sure? its all about sharing in the web... :-)

monbro commented 11 years ago

I recommend this one http://www.heise.de/extras/socialshareprivacy/ Most important stuff is google plus, twitter, and facepalm in my opinion.

MartinKolb1987 commented 11 years ago

Maybe at the end of the video? You want to share the "i-watched-the-video" automatically?

MathiasTim commented 11 years ago

Maybe, i read an article some time ago, that told you blogs and articles was less shared when sharing buttons are available. (Don't know how academic and representative this article was). Because when there is a zero in the button the article looks not popular, and too many sharing options are confusing people too less options mean some people miss their favorite and don't share at all.

My personal opinion is: We dont need this... Web developers are social enough and when they want to share something they tweet it anyway.

But if you think we need this, I dont like the heise buttons, they are more ugly than our site is already :( We need to change the style, or look for another solution...

MartinKolb1987 commented 11 years ago

I would prefer social-buttons. It´s more handy andy easy than "copy the url and think about a tiny text". Press the share-button and get a text-suggestion would be perfect i think. The heise buttons are ugly, i don´t like it either.

monbro commented 11 years ago

I go with @MartinKolb1987 to have a fast sharing possibility is important. Then what are the opportunities for alternative buttons? Simply go with the default buttons for g+ tw and facepalm? I guess we can go with them, but maybe inside a load / toggle or something?

MathiasTim commented 11 years ago

What about this buttons: https://github.com/filamentgroup/SocialCount

monbro commented 11 years ago

go for it!

MartinKolb1987 commented 11 years ago

i like it too :-)

MathiasTim commented 11 years ago

I tried to add this SocialCount-Module, but it seems there is a problem with the require.js loading...

If you want you can look into my implementation: https://github.com/MathiasTim/fedu-app/commit/dd26429b693766816e7f0e49f3aafa7189499116

Any ideas how to control the loading?

monbro commented 11 years ago

have you tried something like this?

posts: { deps: [ 'socialcount' ]