Using the facebook popup design in my app - css

I am developing a Facebook App and I want use the exact design (style) that facebook has, to show a post - picture, link, status etc. So for example I show a link to a post on the wall that has a picture in it and when the user wants to see details about it, a popup shows all info (picture, likes, comments etc) exactly how Facebook shows it if you would click the picture in your wall. My question is: am I allowed to copy the exact design of the pop up, or is there a way I can do this by just calling a function with the parameter being the post id?
Thank you.

Yea - you can recreate their UI. Checkout this answer I gave a little while back - it might be useful to you.
http://facebook.stackoverflow.com/a/8912265/558021
The only issue with recreating their UI (IMO) is to start altering their brands.

Related

How to add a bespoke social sharing message to a specific page

I've used services like 'Add This' for a while but now I need to add a couple of specific bits of functionality to an ecommerce order completion page. It's to work like Amazon's order thank you page where it allows you to post a message to Facebook saying something like 'I just bought a widget on Amazon'.
Equally I'm looking for the equivalent in Twitter.
I've added a bunch of OG tags and share buttons but can't get it to do what I need. From further reading it sounds like I might need to create a Facebook app of some sort and use FB ui to create the link to post to the user's wall. I was hoping to do this without getting tangled up in that level of permissions etc but maybe that's not possible any more?
This is being developed on asp.net C#, in case there's a library that I haven't found in my searching.
Can anyone familiar with this type of development point me in the right direction?
For Twitter, the simplest way is to use Web Intents.
For example, if you want to share the text
I love http://example.com
URL encode the text to I%20love%20http%3A%2F%2Fexample.com and use the Twitter Web Intent URI. E.g.
https://twitter.com/intent/tweet?text=I%20love%20http%3A%2F%2Fexample.com
When the user clicks on that link (try it!) or is directed there by your service, they'll be prompted to share that text.

Like and google +1 buttons on website

I have a website (testing) on wordpress and installed a plugin to show google +1 button for each post. And when someone press it, the number increases with one.
My Question is Where this +1 button points ? As far as i know +1 is for google plus posts on pages on profile but my website post is NOWHERE on google plus(page) it is just on my website and the same for facebook like button (where it points)
I hope you understand what i am talking about.Please help
Well, there is a "+1s" page in Google+ user profiles, you can find your own here: https://plus.google.com/yourgoogleplususeridhere/plusones
Seems like it is not visible to other users from the beginning on. You can change that in the settings, but as an external user you probably don´t see other users +1s if they don´t want to. Maybe that´s your problem.
To be more clear on this: If you are not in someones circles and they have furthermore disabled to publicly share their +1s, you might not see them on Google+, although they are there. Somewhere.

Problems with Like button

I use for my site www.spazio-psicologia.com facebook plugin to have social integration with facebook platform.
I have one problem: like button seems to work proprely collecting click of who likes my articles, but sometimes, without any reasons, it clears all click collected and restart counting from zero.
How can I fix this problem?
Thanks
Laura
The Best way to put like button in your site:
https://developers.facebook.com/docs/reference/plugins/like/
Just click Get Code, put that in your template. Facebook will do the rest.

Register/Login popup form for WordPress site

Hi I'm building a site using the WPTUBE4 theme in WordPress. I'd put the link but I'm creating it on my localhost using WebMatrix. My issue is i can't get a register/login popup form to work. I just want to have a button or link in my header that says Login and another that says Register and when you click have a form popup in a "lightbox" lets say and then the user can Register using their email and a password like most other sites have. Then from then on they can just login to the site. To complicate it a bit more I would like to set up a "log in using facebook option" much like how StackOverflow has. I've just been having a hard time finding the right tutorial or plugin online and I'm hoping that this newbie question can be answered and/or someone can point me in the right direction. Thanks and sorry for it being such a simple thing to ask. Not sure if i should be using jQuery for this or something like it, I might just redirect to another page with the form there but i wanted to avoid this, i wanted to keep users on the same page and just overlay (Lightbox effect) the form then when they're done they could return to exactly where they were. Regardless of what i use i would like to learn the skill to use both. Thanks.

facebook like box duplicates faces.. or not

I tried to read everything I could in order not to disturb, but the behavior of the facebook like box plugin is wired.
I must begin with the fact that everything in my facebook page (https://www.facebook.com/pages/tennisitgr/428483287200942) is shown correctly.
When i try to produce the code for the like box plugin from http://developers.facebook.com/docs/reference/plugins/like-box/ :
if I am not logged in to facebook i can see only the stream, the
header, and the number of people who liked my page but there are NO
faces (the show faces option is checked..).
if I am logged in to facebook I can see faces but all the faces shown
are duplicate (except mine).
Maybe I have a setting wrong in my page (I checked the permissions..) because when I try to generate the plugin for another page it is shown correctly.
Any help would be appreciated.
Thank you in advance.
Nikos.

Resources