El lunes, 24 de septiembre de 2012 20:14:40 UTC-3, howesc escribió: > > sounds like you need to add a meta property to the HEAD of your HTML: > > <meta content="http://www.starmakerstudios.com/song/106383654/starships" > property="og:url"> > > of course you'll want to use your page URL where my URL is. > > i believe that you can use response.meta: > http://web2py.com/books/default/chapter/29/04?search=response.meta > > good luck! > > cfh > > Hi
I have this: <meta property="og:url" content="{{=url}}" /> where url = "http://www.my_domain.com%s/%s"%(request.url,request.env.query_string) the same used in: <div class="fb-comments" data-href="{{=url}}" data-num-posts="4" data-width="620"></div> Jose --