Sync Wall post between Fanpage and Comments plugin - plugins

I've been trying to find a way to sync comments posted on facebook with comments that are posted on a website. I have tried using the comments plugin but have noticed that posts from the fanpage, are not pushed to the comments plugin. Is there a way to sync up the wall posts?

Related

Is it possible to synchronize comments of the plugin Facebook Comments and comments on the Facebook post?

I have a page on the site with comments implemented by plugin Facebook Сomments https://developers.facebook.com/docs/plugins/comments. Also, I have Facebook post with comments (like this - https://www.facebook.com/20531316728/posts/10154009990506729/)
Is it possible to synchronize comments of the plugin Facebook Сomments and comments on the Facebook post? I want to messages, added to the Facebook post, displayed on the web page with the plugin Facebook Comments. And vice versa.
That’s called Comment Mirroring – see docs for the plugin, https://developers.facebook.com/docs/plugins/comments/
Be aware though that this will only work on new URLs, after you enabled it; it will not work for URLs that you already had the plugin on before.

Has Facebook started blocking posting on Friend's wall?

Anyone Kindly suggest, has Facebook started blocking posting on friend's wall?
Since in my previous application I tried posting images, links, text etc in my friends facebook wall it was working fine and better, but suddenly after February I am not able to post information to my friends wall.
Facebook have removed this ability from the api. You can only post to your own wall. There is a blog post about it somewhere on their developer blog and you can see it is on the completed roadmap https://developers.facebook.com/roadmap/completed-changes/ (search for "Removing ability to post to friends walls via Graph API " )
If you want to post to another users wall Facebook advise you to invoke the Feed dialog

How to integrate "Recent Posts by Others" posts from Facebook's Timeline page to my site?

I'm trying to get "Recent Posts by Others" posts(/feeds) from Facebook's Timeline page and integrate to my site.
Previously i tried facebook comments plugin, then i realized it wasn't comments :(. But i like facebook comments plugins, it's easy.
For example, http://www.facebook.com/SPG has "Recent Posts by Others" posts, and i want these posts add to my site, then users'll have opportunity to add their posts and comments. i can see posts as JSON from there: https://graph.facebook.com/spg/posts (or /spg/feed) I really don't want to work on JSON data, maybe facebook has some plugin or service to show these posts. Do you have any recommendations? (It would be best, if there solution like facebook comments plugins for posts)thanks
Sorry, but I think there is no such thing... The complete list of Facebook social plugins is documented here
You might have to work with JSON...

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

tight integration between blog and facebook page

I have a self-hosted wordpress blog that I would like to get some more interaction with facebook users. Of course I can import the RSS to the page, and people will be able to post comments on fb, or click on the RSS link and post comments on the blog.
However, I would like to have all comments always be appearing on the blog – and potentially post blog entries to facebook so they get posted in full, and not just as a link to an RSS feed.
How is that possible?
You could look into the Facebook comments for Wordpress, I haven't used the plugin yet but I think it offers the solution you're looking for.
To publish your full articles on Facbook, take a look at the Facebook Static FBML. This Facebook application lets you import rss feeds wile keeping control over the layout.
Don't know if this is what your looking for but I would go with some plugins and the Facebook app.
Jonas