Facebook plugin problems

Hi We are using the connect to facebook plugin with Unity. We have built a game in the web player and have the plugin code. We have it working but can’t format it it right. The connect to facebook button appears above the game and we would like it over the game. Has anyone had any experience with this?
Many thanks in advance

Imgur

u have to give the facebook button code after completing the game
for example
if(puzzlesolved)
{
//facebook button code here
}

once game completed then it will execute above one.