connect facebook and twitter to wordpress - facebook

i have seen some blogs where they ask you to share the blog using facebook or twitter. Following that action, a email subscription box apprears for some free stuff. how is it done?

A plugin such as this one must be installed to your WordPress blog:
http://wordpress.org/extend/plugins/share-this/

Related

after post on wordpress commit to facebook and twitter

Premise:
I have a blog
I have a page on:
lookbook
bloglovin
facebook
twitter
googleplus
Is there any way to send my new blog posts automatically on my social networking page?
There are plugins for facebook and twitter, some are more complicated than others to get going but they work, I've used these ones in the past
http://wordpress.org/extend/plugins/wp-to-twitter/
http://wordpress.org/extend/plugins/post-to-facebook/
I'm not too sure on the others though

How to get Facebook to automatically publish articles when they are published on my site

I work for a tech blog and we are interested in having our stories published directly to Facebook when they are published on our site. How do I go about doing this?
For example, we publish article XXXX on our site, I want Facebook to automatically update our Facebook page with the title of that article, photo preview and link to the article. How can this be done?
There is a discussion on the WordPress website with more information.
http://wordpress.org/support/topic/post-updates-to-facebook-fan-page
A quick Google also revealed "Facebook Page Publish".
Personally for my blog, I have a plugin (Twitter Tools) that posts everything to Twitter, and my Twitter already posts everything to my Facebook.

php - facebook quick login

I am trying to price up a quote and one thing on there is a facebook 'quick' login on the members area of the site in question. I think it is like open id. Is there any tutorials that anyone know of to accomplish this?
I guess there should be a fair number of tutorials out there:
How to Authenticate Users With Facebook Connect
The Facebook PHP-SDK has a nice example that could be used (with some work) to achieve what you want.
I've written a tutorial about the Registration Plugin (one of the flows) if you are interested.
There are many tutorial which will be helpful in Login with Facebook as well as you can login with multipal sites.
You can use PHP OAuth API: Authorize and access APIs using OAuth
written by Manuel Lemos. It provides built-in support for OAuth servers of Bitbucket, Box.net, Disqus, Dropbox, Eventful, Facebook, Fitbit, Flickr, Foursquare, github, Google, Instagram, LinkedIn, Microsoft, RightSignature, Salesforce, Scoop.it, StockTwits, SurveyMonkey, Tumblr, Twitter, XING and Yahoo.
Also
http://www.9lessons.info/2011/02/login-with-facebook-and-twitter.html
2.http://www.a2zwebhelp.com/login-with-facebook
3.http://runnable.com/UfwdES1fQz9uAAAh/simple-facebook-connect-php-example

How I can post my Facebook comments to my Drupal Site?

How I can post my Facebook comments to my Drupal Site?
Use facebooks comment plugin.
I am assuming you already have a facebook connect or something setup. Here's more info:
http://developers.facebook.com/docs/reference/plugins/comments
-Roozbeh
You can use the Drupal Facebook Comments Social Plugin module to do this. It integrates with Facebook's Comments plugin. It's fairly straightforward to setup but here's a tutorial to integrating Drupal with Facebook comments using that module if you want a walkthrough.

facebook wall post from wordpress

How to post on facebook account wall when any blog post made from wordpress.
I allready tried with various wordpress plugin like "wordbook", "wordbooker" etc but none of them working fine........ any idea or alternative way?
Use the Twitter Tools plugin and then link your twitter account to your Facebook account. I use it all the time, plus you get the added benefit of Twitter.
I'm writing a plugin for that matter, you can check out the development version right over here: http://kovshenin.com/public/facebook-feeder-alpha.tar.gz
It doesn't have a funky user interface, but it does post stuff to Facebook assuming you have a facebook developer account and a facebook app registered. Look at the posts on my Facebook profile: http://facebook.com/kovshenin (ones marked via kovshenin.com) - they're generated via this plugins.
P.S. It doesn't to that automatically, but you can send it to FB when the post is published. Shouldn't require much time to automate it, but I'd like to customize things before sending anything anywhere.
Hope this helps. Cheers.
P.S. PHP programming skills required to use this plugin.