nice one. two suggestions right away:
- post the plugin on web2pyslices.com, so it gets remembered and tracked
- I'd go for function argument defaulting to None and then in the code

if not title:
    title = current.request.application.replace('_', ' ')



On Thursday, August 27, 2015 at 3:39:26 PM UTC+2, Carlos Cesar Caballero 
wrote:
>
> Hello everyone!! There (https://github.com/daxslab/web2py-simple-seo) is 
> a plugin for adding easily some SEO meta tags including Open Graph and 
> Twitter Card. Any critique, suggestion, recommendation etc... would be 
> appreciated.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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/d/optout.

Reply via email to