Where can I find this LinkedIn Plugin? - plugins

Recently, I had a client send me a screenshot of what appeared to be a LinkedIn Plugin. I asked the client where they got it from, but they couldn't remember, but wanted me to replicate it on their new site... I've looked all over and couldn't seem to find anything exactly like this. I am not very well-versed when it comes to LinkedIn, so the answer may be right under my nose.
Would anyone out there know where I can find this?
http://i.stack.imgur.com/HCxUj.png
I've looked through http://developer.linkedin.com/plugins, but couldn't find anything that had 'Latest Discussions' or 'Most Popular'.

The screenshot you've attached looks like a custom API integration emulating the widget that is found in LinkedIn hosted groups on LinkedIn.com. There are no LinkedIn-supported plugins available that can provide this functionality at this time. From the forums, a post from a LinkedIn employee:
https://developer.linkedin.com/comment/12044#comment-12044

Agorava LinkedIn is an connector to LinkedIn for Agorava. And Agorava Socializer also supports LinkedIn beside other popular social networking services like Facebook or Twitter.

Related

connect mule and facebook tutorial

anybody knows a good tutorial on connect Facebook and mule
i just started learning Mule today and i found a punch of very good tutorial on how to integrate mule with twitter and it worked fine, but i couldn't find anything related to Facebook connection.
when i search the youtubefor tutorial almost everything is there (dropbox, salesforce, Linkedin ....)
am i missing something?
The Twitter and Facebook connector are extremely similar (they both require an OAuth dance, not the same version but similar), so if you are able to use the Twitter one, you should have no problem using the Facebook one.
To help you going further, here are two good resources:
A tutorial: https://github.com/mulesoft/facebook-connector/blob/master/doc/sample.md
The connector's doc: http://mulesoft.github.io/facebook-connector/mule/facebook-config-with-oauth.html

collect picture from comments in facebook page status

I currently need to collect pictures-comment (someone comment by pasting a picture) from facebook page group
I have done some research and find that
1.Support for this hasn't yet been added to the Graph API and as with many of the other messaging APIs, it's currently only avaialable for testing (i.e you must be a developer of the app to use it presently)
from
View attachments in threads
2.You have to use the old php SDK until graph supports attachments
from
Posting Attachment Facebook Graph API
could any one provide some codes to me?
I need to know
Are the two approaches really works?? If yes, then... If no, I guess i will need to write/find a crawler (but it again sounds difficult as facebook group page is dynamic web)
What should I do if I want to follow 1st approach?
Should I register as developer and set up an app and...? (I have no experience in setting up facebook app and would appreciate any useful step-by-step tutorial)
If I am going the 2nd approach (php SDK), are there are tutorial as I have no idea what should I do next.
I know java, c++ and little js but facebook apis are something really new to me.
Really appreciate any help.

Facebook social reading plugin for Wordpress?

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

implementing google /open id to log into a wordpress website

so i have tried various plugins to try this including
loginza looks nice but does not log me in just redirects me back to
my homepage and its in russian
janrain loog very good and theres a simple-modal login plugin that looks brilliant too. but it very expensive as i need this for multiple blogs.
open id i think this turns you into an open id provider non the less i need a google button for my login
why i need this is my users have a name#mydomainname.com but google hosted and this eliminates our use for lots of password. also looks like a lot of other people are looking for a solution to this. any one got any ideas how i can get this
Janrain plugin is free check this link.
And he give all social in the demo (try to comment).
EDIT
Other solution on code canyon.
After several trials, the best plugin for this kind of job is http://wordpress.org/extend/plugins/social-connect/
It covers not only Google but other services as well (Facebook, Twitter, WordPress.com)
Here you can find some details on installing it
http://giannopoulos.net/2011/12/28/how-to-add-facebooktwitteretc-authentication-on-wordpress/

Facebook ,twitter and Linkedin integration with Full Functionality in iphone

I have experience of integration of facebook and twitter api. But Its just feed post.
I want full Facebook application which shows friends list their messages and events.
And i want same thing for twitter and linkedin.
If any body have idea or code for this please give me link or post that.
Thanks
the API for Linkedin You can refer this :
http://developer.linkedin.com/thread/1169?tstart=30
You can use UIWebView to load twitter and facebook. It will let you exploit the entire functionality offered by these two Social networking sites. Though It's not impossible to build an application the way you want it to be but using webview will save your time as well as efforts. Since you are already aware of the FB and twitter integration so I am sure you are already aware as to what all we can do from iPhone application..viz.. Setting Status, reading POSTS etc.. I am not quite sure about Linkedin.. Just in case if you come across any solution for this let me also know about that.