I created a facebook iframe page tab which is link to my website. The problem is when I scroll down within the iframe to view the content and click on the next page, it would load but the page will be aligned just as the previous page so that I have to scroll upwards.
How do I fix it so that when I click on the next page, the new page would aligned from the top and not aligned as the previous page in iframe?
I research for hours and heard that the following code will help solved it, but I don't know how to code it.
FB.Canvas.scrollTo(0,0);
How do you code it so that it would load the javascript SDK and FB.Canvas.scrollTo(0,0);?
Is there another option to fix this?