Ok i want to put in the meta tags meta property og:image the path to the image link of the story from upload module. This meta tag is for facebook to recognize the correct image when the link of the story is submitted.
I thing it will be something like that.
{if $pagename eq "story"}
<meta property="og:image" content="the path to the image" />
{/if}
I try with this code but it's not working "{$my_base_url}{$my_pligg_base}{$upload_direct ory}/{$image.file_name}"



Reply With Quote



