10/06/2010, 20:18:13
Si tu as placé : {* set a canonical variable that can be used in the head section if process_whole_template is false in the config.php *}
{if isset($entry->canonical)}
{assign var='canonical' value=$entry->canonical}
{/if}
en haut du gabarit de détail, tu peux utiliser {$canonical}.
Place ton code dans le gabarit de détail du module articles :
Attention, il ne marche pas partout dans le gabarit, je te laisse le loisir de trouver le bon endroit
{if isset($entry->canonical)}
{assign var='canonical' value=$entry->canonical}
{/if}
en haut du gabarit de détail, tu peux utiliser {$canonical}.
Place ton code dans le gabarit de détail du module articles :
Code :
<iframe src="http://www.facebook.com/plugins/like.php?href={$canonical}&layout=standard&show_faces=false&width=450&action=like&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>