Resizing Iframes in Facebook Applications - facebook

So it looks like Facebook has removed the page referencing how to resize iframe apps except this one which includes a 404'ed js file.
All of the examples I am finding online either reference the aforementioned missing javascript file or they simply do not work.
Any guidance would be greatly appreciated.
Thanks!

Found it.. here.
EDIT: Lovely, doesn't seem to work.

Related

Facebook sharing wrong characters

Please look at the result Facebook scrape my website:
https://developers.facebook.com/tools/debug/og/echo?q=http%3A%2F%2Fwww.caominhblog.com%2F.
My website is http://www.caominhblog.com.
When I share it on Facebook, or share it via plugin, it always show these weird characters. It seems that Facebook debugger cannot read all of my header.
I can't find the solution for this.
Could you tell me how can I fix it?
Many thanks
I find the solution. It causes by W3 Total Cache - Disk Enhanced Mode. I simply turn it in to Basic Mode and everything work fine.
Best.

A strange, empty square originated from facebook

I hope I can find an answer to my question on this forum. We run a Joomla site (v1.5.23) and have integrated facebook comments, recommendations etc on the site.
A while ago a strange squared frame turned up on our site. If I check the frames code I can see that it is originated from Facebook (there are for example references to s-static.ak.fbcdn.net).
I can't find out why this is shown like this. I have tried to unpublish the facebook-plugins in Joomla, but it is still there.
Does someone have an idea what this can be and how I can get rid of it?
Here are a live page, search for "Det är förmiddag, lätt nattfrost, ett svagt ljus" - in that paragraph you will see the frame:
http://www.tidningenkulturen.se/artiklar/ess-mainmenu-57/riga-mainmenu-130/11840-mjaellare-aen-aelfvenben
Or here is an image of it: http://my.jetscreenshot.com/5366/20120412-kw0j-300kb
With kind regards,
- Johan.
welcome to stackoverflow!
Add the following to your CSS stylesheet and it will go away. After you do it, just check that it doesn't hide anything that you don't want hidden.
iframe#fb_xdm_frame_http {display:none;}
iframe#fb_xdm_frame_https {display:none;}
If this helped you, please consider supporting http://area51.stackexchange.com/proposals/34294/joomla-answers
Cheers!

Adding "Like" Button/Box code to site using Dreamweaver CS4

I am new at designing websites. I would like to insert FB's "Like" Box into my website. I am using Dreamweaver CS4.
I am on the FB's Like Button/Box generator page.
I received the code.
I tried putting it into my index.dwt page where I want it to be, and it does not show up.
Any suggestions? Thanks so much!
Update: I am still getting nowhere with this!! I've been trying everything I read in help topics, and nothing is working! My head is about to explode... PLEASE if anyone knows how to help, let me know. Thanks in advance.
***I posted the codes I'm using in comments below... thanks
Heather I tried your generated code and generated code for my site too and both do not work.
Use this simple code: (replace the putyoursitehere and yourhomepage with your own)
You can change the properties to fit your own.
If the code doesn't come through, go to this page, view source and copy FB code.
http://diananashif.com/fb_code.html
Hope this helps,
Diana

Is it possible to implement facebook chat inside iframe in my own website?

I am trying to implement fb-chat from inside my website (in any possible way). Something like in ebuddy or meebo. In a previous question, I was suggested to use the facebook-chat from within an iframe. I searched for some documentation on how to do that but most of the results show how to make applications in a facebook.
Please somebody help me in this? I need some pointers or tutorials from websites which already implemented this. If not possible, please suggest another solution. I have been stuck in this for long time.
thanks a lot
Sabah
Yes it can be possible and you can implement this by using facebook provided code and its link is
http://developers.facebook.com/docs/chat/
kindly check this...

Access to hyperlink in a pdf(iPhone)?

I am working on a small app, which can open a pdf. My question is, if it is possible to access a hyperlink from a pdf? Because when am trying to click on hyperlink nothing is happening and it's not redirecting me to the link. I tried searching a lot but didn't got any luck on this. Am expecting a quick response as my work is getting delayed because of this issue. If it's possible then what would be the approach? Right now am using UIWebView to open the pdf. Any sample app or code will be of great help.
Thanks for your time .
The only way I know is to use a third party library (or perhaps parse the PDF yourself), find the links, get their rects and catch user taps and compare that to the list of link/hyperlinks/gotos for that particular page.
Unfortunatelly - nothing in the SDK that can help. You can search for a opensource pdf library, like muPDF for instance.
There is a reason why not many applications have that functionality :D