How can I extract or get the LinkedIn recommendations for my website? Is there any plugin or PHP script?
You can extract the recommendations using the LinkedIn API, specifically the Profile API. Rough steps are:
http://api.linkedin.com/v1/people/~:(recommendations-received)
In terms of doing this with PHP, there is a free library, along with demo scripts, here:
http://code.google.com/p/simple-linkedinphp/