[JavaScript] How to use JSStream

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[JavaScript] How to use JSStream

sergio_101
I am currently doing something like:

html script: ‘javascript here for google analytics’..

But i saw somewhere that JSStream is the way to do this..

How would this incantation look?

Thanks!

----
peace,
sergio
photographer, journalist, visionary


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [JavaScript] How to use JSStream

Esteban A. Maringolo
html script: (JSStream on: 'yourGoogleAnalyticsCode...').

Although

html document addLoadScript: (JSStream on: 'yourGoogleAnalyticsCode...')

Would be the best way to do it for the case of Google analytics or any
other similar JS.



Esteban A. Maringolo

El mar., 26 feb. 2019 a las 12:27, sergio ruiz
(<[hidden email]>) escribió:

>
> I am currently doing something like:
>
> html script: ‘javascript here for google analytics’..
>
> But i saw somewhere that JSStream is the way to do this..
>
> How would this incantation look?
>
> Thanks!
>
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> Public Key: http://bit.ly/29z9fG0
> #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV
> http://www.codeandmusic.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside