Does anyone have a solution for hiding URL html page links from Facebook Iframe tab - facebook

I have created an HTMl5 template in Facebook using the Static Iframe Tab. I don't really want other admin users - trying to download my content and stealing my work. Is there anywhere I can hide/prevent the URL links appearing for each page? When I hover on items on the Iframe, the URLs appear in the (Firefox) Browser window at the bottom? I would be grateful to know if there is a a way to hide them or prevent them being downloaded (i.e. just allow the the IFrame tab access?)

Not with HTML. But you could build your website in flash and have much better control over the content and linking.

Related

Facebook Page Tab Aplication external link

I have been creating one little facebook page tab for my company and I have encountered on problem.
I need to link to another website
Visit my website
But facebook wont open linked webside, instead show empty page. Is there some trick how to do this? Some specific tag I need to add somewhere or how to do that?
Thanks
Your page tab app is shown inside an iframe on facebook.com. Likely that other site sends an X-FRAME-OPTIONS header, forbidding the browser to display it in 3rd-party (i)frames.
But presumably you don’t want to display that page inside the iframe to begin with? Then simply add a target="_blank" to the link, to have it open in a new tab.

Why can't I easily customise Meta TITLE, DESCRIPTION, IMAGE of Facebook Share if it's a Facebook App/Tab that I'm sharing?

I have a Facebook Tab (also called an app these days) that sits in a Facebook 'business' page as a tab and lives inside the usual facebook iFrame.
There is a Share button at the bottom for users to share the Tab/app.
I want to customise the content of the pop up dialog box.
There is a new and easy way to customise the Title, Description, Image and anything else - simply have OG Meta tags in the header of the page.
These are ignored in this instance because the share button only scrapes the top meta tags which occur outside the tab's iFrame.
Surely this is a huge oversight on Facebook's part?
You can only use an external URL with the Open Graph Tags and redirect to the Page Tab with JavaScript. This is the recommended way anyway, because Page Tabs don´t work on mobile, so you can just NOT redirect on mobile devices and show the Tab directly without Facebook.

How to open facebook page inside iframe

I want to open Facebook page inside iframe but does not render page when I try to just include IFrame with src pointing to Facebook.com. Right now I am opening it inside a window but want to open it inside a frame.
Is there any way to open Facebook page in IFrame?
Facebook, as most serious sites explicitly disallow this in order to prevent clickjacking.
One of the ways Facebook do this is by sending the 'X-frame-options:deny' header, which instructs your browser to not display the page inside an iframe.
Are you talking about a facebook page within your own website?
If so;
<iframe src="http://www.facebook.com"></iframe>
If not could you provide more information.
Update
See below comment. It seems Facebook blocks it's pages from being includes in iframes.

Get parent page html content from facebook iframe?

Here I am working with facebook application.
I have create page which are working in facebook iframe window.
I want to access main(Parent) window html source from iframe which create by me.
Here I have tried for
parent.document and window.top.document and window.parent
all three are not working in my case. If you have any other idea then let me know,
Thanks
You can't access content outside of your IFrame.
Otherwise you could change content outside of it and modify Facebook,
just because your IFrame is loaded inside of Facebook ;)

Embedding google map in static FBML pages

I am looking out for a way to embed a google map into a static fbml tab in one of my fan pages. I think few saw FB has scrapped of iframe support for static fbml and stuff. I want to embed the map wthout any user actions involvement.
I am wondering how to do this? Could some one help please?
The iframe doesn't work on landing page of a tab, it works in inner pages. For example if your landing tab page is index.php, you need to make on image or link on that page to go to inner.php page and this is where you can use the fb:iframe tag. In your iframe you should be able to put google map.