Ok, happy you like it. But my question was how to install it in web2py.
My steps:
- copy the ayah.py to models dir
- in default/user, added
import ayah
ayah.configure(<my-publisher-key>, <my-scoring-key>)
ayahhtml = ayah.get_publisher_html()
return dict(form=auth(),ayahhtml=ayahhtml)
and in the default/user.html added:
=XML(ayahhtml)
And only display html text, similar to
:<div></div><script>https..........</script>
That's only one problem. The second, how to catch hidden field with
id="session_secret"as explain in
http://portal.areyouahuman.com/installation/python/ in web2py?
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.