[Seaside] script on header

Boris Popov, DeepCove Labs boris at deepcovelabs.com
Fri Oct 28 19:00:51 UTC 2011


(root script)

  url: 'http://platform.linkedin.com/in.js';

  with: 'api_key: your_api_key_goes_here'.

 

<script src="http://platform.linkedin.com/in.js">/*<![CDATA[*/api_key:
your_api_key_goes_here/*]]>*/</script>

 

HTH,

 

-Boris

 

From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of
Sebastian Sastre
Sent: Friday, October 28, 2011 2:55 PM
To: Seaside - general discussion
Subject: [Seaside] script on header

 

hi guys,

 

what do you do if you need this in the header?

 

<script type="text/javascript" src="http://platform.linkedin.com/in.js
<http://platform.linkedin.com/in.js> ">/*
  api_key:
DXjUrY-9apre6gnyK080MpTIoIS4f38AleG08Y0kLM0DH2xeNQATIfDMuoisCMO_
  onLoad: onLinkedInLoad
  authorize: true
*/</script>

 

ideas?

 

sebastian <http://about.me/sebastianconcept> 

 

o/

 

PS: something like this in the #updateRoot: doesn't help: 

 

            anHtmlRoot script 

                        url: 'http://platform.linkedin.com/in.js';

                        with:[

                                    'api_key: ', apiKey].

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20111028/8b78f2c9/attachment.htm


More information about the seaside mailing list