examples/bootstrap/modal.html
[roojs1] / examples / bootstrap / modal.html
1
2 <script type="text/javascript" src="http://platform.linkedin.com/in.js">
3   api_key: 75o3wpchutc38g
4   authorize: false
5   credentials_cookie: true
6   credentials_cookie_crc: true
7
8 </script>
9
10
11 <p>This is a simple login button. When the user has logged in, the code inside of the script will be run.</p>
12
13 <script type="IN/Login">
14   Hello, <?js= firstName ?> <?js= lastName ?>.
15 </script>