Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 7th, 2012  |  syntax: None  |  size: 0.47 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. get linkedin profile
  2. https://developer.linkedin.com/documents/getting-started-javascript-api
  3.        
  4. <script type="text/javascript" src="http://platform.linkedin.com/in.js">
  5.           api_key: meufo7vcx8ul
  6.           authorize: true
  7.         </script>
  8.        
  9. <script type="in/Login">
  10.     Hello, <?js= firstName ?> <?js= lastName ?>.
  11. </script>
  12.        
  13. <script type="in/Login">
  14. Hello, <?php echo '<' . '?js= firstname ?' . '>' ; ?> <?php echo '<' . '?js= lastName ?' . '>' ; ?>.
  15. </script>