I’d like to add a Facebook like button to each page of my site. But the Facebook code requires an individual url.
<iframe src="http://www.facebook.com/plugins/like.php?href=http://{title_permalink={template_group_name}/comments}&layout=standard&show_faces=true&width=450&action=like&font&colorscheme;=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>There’s got to be a way to insert a variable in there, but inserting my permalink code doesn’t seem to do it
<iframe src="http://www.facebook.com/plugins/like.php?href=http://{title_permalink={template_group_name}/comments}&layout=standard&show_faces=true&width=450&action=like&font&colorscheme;=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>What am I doing wrong?