Is there a plugin or relatively simple way to have updates made on a facebook group page show up live (or near live) on a wordpress site?
Thanks!
Check out this post. It's a matter of searching through plugins for what you're looking for. Also keep in the mind the group would have to be public. http://wpapi.com/10-great-wordpress-plugins-for-facebook/
Related
As you know, a lot of bigger news websites have intorduced "social readers" for Facebook (e.g. https://apps.facebook.com/wpsocialreader/), which log what the user has read into the activity stream ("Michael read..."). Is it possible to integrate similar functionality into a Wordpress blog? Are the relevant API's open? Are there any plugins available? Thanks.
UPD: http://trac.ahwebdev.fr/projects/facebook-awd
The plugin seems to do the trick. Will have to try it out!
Yep, all of the APIs required to recreate the WashPo Reader or the Guardian reader etc are open, so it shouldn't be an issue to implement it for Wordpress.
Here's the relevant docs - https://developers.facebook.com/docs/opengraph/
i am the creator of Facebook AWD.
From now to get actions publishing working with Facebook AWD and wordpress you must buy a subplugin.
This process will take place with the v1.3 of Facebook AWD
Update: The plugin is ready here: http://facebook-awd.ahwebdev.fr/plugins/opengraph-actions/
Came across this post while searching for something related. Anyone still thinking of integrating Social read with any blog or website can simply use this plugin(For non-developers or for developers who just want to use a ready made solution)..
http://sharethis.com/publishers/get-sharenow
I like to have a feature in my website such as If a user comments a video or his/her comment gets a upvote by a another user. The posted user will gather points. Also if the site Admin wishes they can give more points like +500 for a user. I want things similar to ebay.
Do we have any plugin for this in Wordpress. If there is no plugin available If I try to build this plugin Will that take more time. I am new to wordpress.
Please suggest me.
You basically need a commenting system which has options to do voting by another users. Take a look at Disqus or Livefyre. Both has functionality that you are looking for and very easy to integrate to a WordPress website.
I am trying to create a bookmarklet to process some Facebook data about my contacts, what will possibly require to load another profile pages and see who my friends are.
I am trying to know which urls should I query to get this information. And also how to interact with FB's UI libraries and/or elements.
Is there any documentation for this?
You probably are looking for Facebook JavaScript SDK.
Here is documentation on the FB.ui(): http://fbdevwiki.com/wiki/FB.ui
EDIT: it's updated by user contributions and lately it hasn't been changed much
I want to use the facebook like button us an if statement. before show a post i want first the user click the like button in order to see the post. how i can do this?
There's a PHP script for sale on CodeCanyon that does exactly that:
http://codecanyon.net/item/wordpress-like-locker-like-to-read-plugin/166051
I don't believe that's possible. In fact, it might violate Facebook's Terms of Service. Rather, consider adding the Facebook like plugin and have it display at the top of the post.
Note to Readers: If you are looking for the download to this file you can grab it here: http://codecanyon.net/item/wordpress-like-locker-like-to-read-plugin/166051?ref=tylerquinn
I am the developer of this premium WordPress plugin, I just wanted to let you know you can get instant access to the plugin, support, and free updates when download it through CodeCanyon.
It does comply with Facebook's TOS, and is NOT a method of click jacking which is what facebook frowns upon.
I just want to get some opinions before I tackle this head on. So far, I've set up a wordpress site and managed to get all post made on this site, appear on facebook on notes. However, all the plugins that do the following functionality that I require, have either been discontinued, or stopped working due to facebook changing their layout.
This is what i need:
The site can be either Drupal or Wordpress (but I'm willing to sacrifice that if there is some other app that I don't know of that can do the points to follow)
All posts made on my site, must be able to appear on Facebook as NOTES (both Drupal, Wordpress and pretty much anything with RSS feed capability can do this)
Any comments made on my site, must go to Facebook and appear there too. (this is probably NOT going to be possible, unless people end up logging in with their facebook details, which is not what I want)
Any comments made on Facebook MUST appear on my site
Point 4 is more important than point 3. I can live without point 3, but I CANT live without point 4. There are quite a few wordpress plugins that claim that they can do this, but I assure you, they don't work! They worked on the principle of scanning the page for content, and due to layout changes, it won't find the right values anymore.
Any input would be greatly appreciated!
Have you had a look at Facebook for Drupal and Facebook Connect. They seem promising.