Wednesday, April 24, 2013

How to get rid of scrollbars on Facebook iframe page?

Q. I am trying to implement a custom iframe page on our facebook fan page...It keeps coming up with scrollbars even though I am 100% sure the image width if 520px.

I have tried to the various solutions online but Facebook has apparently changed its app settings in the last month or so.

Anyone have any simple instructions for a person who is not great with html?

A. **Assuming you are creating a "custom app" through Facebook Developer and not some third party app to create the fan page tab.

You can fix this problem by implementing some CSS. CSS is web standard scripting that allows you to add style rules to your websites.

Adding the following code within the [head] tags of your website will disable horizontal scrolling:

<style type="text/css">
body {
overflow-x: hidden;
}
</style>

How to use the iframes for my Facebook page?
Q. Ok I have a Facebook page called Jeesie said it would weather info and I want a welcome tab that's kinda like redbulls like it says like this page and all that but if anyone wants to share me an custom HTML that says like this page or something that would be great!

A. Hello Jessie,

Since March 2011, FBML is no longer an option to handle Facebook fan page, now you can only modify applications on Facebook using Iframes, luckly there's plenty facebook iframes tutorials on the net nowadays, in order to stay updated. You may find some HTML codes and iframes fan page tutorials here:

http://www.myiframes.com/iframes-fb-fan-page
http://www.myiframes.com/archives/category/tutorials

Cheers

How do I create custom Facebook layouts?
Q. I want create custom facebook layouts, but how do I do it and have the codes to copy and paste so the layout will show up on my facebook page?

A. You won't be able to create a facebook layout as facebook does not enable HTML codes, which is what you need to customize your page like Myspace.

And don't get scammed either as this is absolutely impossible.




Powered by Yahoo! Answers

No comments:

Post a Comment