hello,
l added facebook like button in my arcade.template.php page
exemple..
// Play screen
function template_arcade_game_play()
{
global $scripturl, $txt, $context, $settings;
echo '
<div style="text-align: center;">
', $context['arcade']['game']['html'], '
<iframe src="http://www.facebook.com/widgets/like.php?href=', $scripturl, '?action=arcade;sa=play;game=' . $context['arcade']['game']['id'],'&layout=button_count&show_faces=false&width=125&action=like&font=lucida+grande&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:125px; height:21px;" allowTransparency="true"></iframe>';
but when l like a game, in facebook all it's ok, only l have "content" empty always..
and l want to add a text" good luck" for exemple for to remplace "content" with this text.
lf anyone can help me. thank you.