facebook app send box problem - facebook

I am having a problem with facebook send box on my app. It is by default like the image bellow.
I want to view the box like the image bellow.
can you suggest me.
Thanks

Facebook API does not support it.You have to write custom CSS.

Related

Facebook Like Box - photos does not appearing

this is my like box: http://probto.sk/content/7-aktuality
and this is the FB page: https://www.facebook.com/probto
as you can see, photos from FB page doesnt show on like box on probto.sk
what is wrong?
can you help me please?
PS: sorry for my english...
In your script for the lightbox, change show_faces=false to show_faces=true.
And for the other images, make sure the source is correct.
Facebook uses background images in the stylesheets where the url goes to a third server and the image names since to be hashes. Check the image source in your script and make sure it does not change in your site. So far, I did not see any image location in your script for your photos.
the new embedded-post-plugin could be the reason why they dropped the image support... https://developers.facebook.com/docs/plugins/embedded-posts/
This is "by design". The limited space of social plugins like the Like Box and Activity Feed means FB has to display 'compact' versions of large stories like photos. If you look at the CSS, you'll see the DIVs are tagged '!important' (not important).

Facebook Like Button display's Switch and image

I have a problem with the Facebook Like button to where if a person is an admin of multiple pages / account, instead of the button displaying it shows a small box with a "Switch" link and the person's image. The same as explained here... http://developers.facebook.com/bugs/111826392293111/
I am using the default code provided by Facebook, not any special code. Any ideas or unfixable bug?
if you get the "switch link", than you're currently using facebook as a page and therefore can't access the social plugin. go back to facebook.com, change your identity back to your user profile and reload the page with the social plugin. it's not a bug in your implementation or from facebook at all.
Just use: data-height="60" data-width="60" for example, and limit the expansion of the box.

Is it possible to prepoulate the comments box while posting to facebook from an application?

I have added the facebook recommend/like button in my application. All I want is when user click on the recommend/like button then the comments box should be pre-poulated with some default text.
Is it possible to do this? if so how can i achieve that?
If you're talking about a facebook comments box: its not possible. Checkout this: Facebook Like Button with prepopulated Comment
Otherwise, if its a custom comment box, this will need to be done via javascript SDK. Check out the documentation for subscribing to like events on a page here.

Facebook Video Like using custom like button

I am developing an iPhone application that lists videos posted on logged-in user's wall. I would like to provide an Like button below each video listed. When the user clicks on this Like button, the corresponding video should be liked in Facebook.
The Like button shown in the UI should match the UI theme of my app. I have gone through Facebook plug-in documentation related to Like button. Following is the link with the documentation:
http://developers.facebook.com/docs/reference/plugins/like/
But, I cannot use this Like button generated using iFrame since I will not be able to customize the look of Like button.
How can I customize my Like button? Or how can I programmatically like a Video URL? I am trying to this since long time. I have seen some iPhone apps already having custom Like button.
Take a look here for a nice how-to on styling:
http://www.esrun.co.uk/blog/disguising-a-facebook-like-link/
And the specific policy from Facebook is that as long as you are not deceiving the user, the policy team would consider this practice acceptable.
I could do it using Graph API. New SDK provides support for Graph API.

Dialog Box for Login with Social Media Accounts

I have been looking for the ways to integrate facebook, twitter or email in my iphone App but I didn't find the way to do the dialog box which proposes these previous options...
Here is what I am looking to do
(source: fonearena.com)
It seems like an alert view but it sure isn't ... anyone knows how to do that ? (I guess it is a predefined object) ;)
It's a UIActionSheet.
Heres the Class Reference:
http://developer.apple.com/iphone/library/documentation/uikit/reference/UIActionSheet_Class/Reference/Reference.html
It is an UIActionSheet. If you are looking for Twitter code then look at my Twitter code for the iPhone. It was specifically designed for 'Share' functionality:
http://github.com/st3fan/iphone-twitter/