> Also in this chapter, the code:
>
> {{ if $gimme->prev_list_empty }}
> <meta property="og:image" content="http://{{ $gimme->publication->site
> }}/templates/assets/images/logo.png" />
>
> looks like it should be closed with an {{ /if }} - is that correct?
>
-- Ljuba Rankovic Senior Front End Developer, Sourcefabric ljuba.rankovic@sourcefabric.org
> Hi devs,
>
> In the Cookbook chapter 'Working with Facebook' it says:
>
> The og:site tag is really straightforward:
>
> <meta property=" og:site_name"="" content="YourSite.com" >=""
>
> This looks wrong to me. http://developers.facebook.com/docs/opengraph/
> says the format is:
>
> <meta property="og:site_name" content="YourSite.com" />
>
> If that's wrong for Newscoop, please let me know.
>
> Cheers!
>
> Daniel
>
>
-- Ljuba Rankovic Senior Front End Developer, Sourcefabric ljuba.rankovic@sourcefabric.org