Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

For example a section with facebook chat, a section to post to twitter, maybe browser youtube... That sort of stuff. (PHP & JS Please, no Flash)

share|improve this question

4 Answers

Yioiu should investigate twitter Anywhere - http://dev.twitter.com/anywhere/ a cool implementation of what you seek with a few lines of JS

share|improve this answer

This depends on the social network. Facebook's developer center will help you. http://developers.facebook.com/

share|improve this answer

Here's some options for Google:

Google Friend Connect doesn't have a huge amount of uptake, but does have a page widget: http://www.google.com/friendconnect/

And YouTube has a Video Bar: http://www.google.com/uds/solutions/wizards/videobar.html

And Buzz has an API that you can use through pure JavaScript: http://code.google.com/apis/buzz/buttons_and_gadgets.html

But... just because you can doesn't mean you should. Think about this in terms of value to your site's visitors. Don't do it just to be cool.

share|improve this answer

There are 2 social application from Facebook that can be used as chat/comments box.

Comments :

This is a basic comment box where people will be able to add comments.

Live Stream :

This basicly acts as a chat box where people will be able to discuss live about something.

The easiest way to make those work on your page is to download and use the Javascript SDK of Facebook. It's pretty easy to use. You can set up those in few hours without problem.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.