I dont know if this is something I'm missing - but when I add a linked recommend product/service button on my website - when users click on it - it simply takes them to the linkedin product page - where they again have to click on the "Recommend" button.
I dont see the point of this. Why do I need to add a script - simple to redirect users to the linkedin page.
Ideally I was expecting it to work as the Facebook "Like" button - when you click on it - you are not sent to facebook to like the page - it gets done on my website itself.
So this is the code I got from linkedin
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script> <script type="IN/RecommendProduct" data-company="xyz" data-product="12345"></script>
If all this is doing is redirecting - I can accomplish that by
<a href="http://www.linkedin.com/company/xyz/qwerty-12345/product?prdId=12345"> <img src="linkedin_Reccomend.png/> </a>
I feel I'm missing something. I'll appreciate if you guys let me know if this is how it is supposed to work or is there a work for users to recommend the product on my website itself without leaving
Thanks