User should view my facebook Wall page, even though they are not logged in? - facebook

I have a Website, when user click on ( Follow us on Facebook ) button it should link to my Facebook wall page, example ( http://www.facebook.com/totallydriven )
I have added Username as totallydriven in My Account page,
But when my user clicks on ( follow us on facebook ) button, facebook is asking to log-in to view my wall.
What is the setting I should change.
Some example facebook profile.
Even though you are not log-in to your facebook, you can view their wall.
http://www.facebook.com/HuffingtonPost
http://www.facebook.com/easportsfifa

Try following steps:
Log into your facebook account and go to the page.
Click Edit Page. You will be taken to the Manage Permissions page. Make sure, for Country Restrictions, you have no countries listed. Listing a country here causes non-logged in visitors to be asked to login, rather than seeing your page as you desire.
Remove the countries and click Save Changes at the bottom.
I just figured this out for a page I manage which was doing the exact same thing.

You can control which data you want everyone to use on facebook's Privacy Settings configuration page. Posts by me and Comments on Posts are the two most important settings to allow a public Wall.
There is a preview button to see what everyone sees as well.

It looks like http://www.facebook.com/totallydriven is a Facebook user (hence the button to add as a friend). The others you mentioned http://www.facebook.com/HuffingtonPost and http://www.facebook.com/easportsfifa are Facebook Fan Pages.
Go here http://www.facebook.com/pages/create.php to create a Facebook page that users can "Like" and follow as you have described.

Facebook requires a certain number of LIKES before you are provided a customized facebook URL.
http://www.facebook.com/YOURBIZPAGE

Related

facebook share on others page from my account login by using a share button in my site

I want to share my data to facebook page but not on my timeline, i want to share on other page from my website.
For example i am sharing from my site by login to my account but want to share on different page.
Is this possible to do this in facebook share button?
https://developers.facebook.com/docs/sharing/reference/share-dialog
You can use the Share Dialog instead, it offers an option to share elsewhere:
The Share dialog gives people the ability to publish an individual
story to their timeline, a friend's timeline, a group, or in a private
message on Messenger.
You can also use sharer.php for this:
https://www.facebook.com/sharer/sharer.php?u=[encoded-url]
Afaik it´s not possible to post to a Page you don´t manage.

Force User To Like FB Page Before Visiting My Website

As part of a website that I am developing, I have a Like Gate Page that I want to use in order to force my site visitors to press the like button before they are redirected to the site homepage.
When a Liker visitor comes back for the LIKE Gate page he/she should be redirected automatically to the website homepage (he/she already pressed like).
Important:
The whole website including the Like Gate is not found in a Facebook App/Page Tab!
It is OK to ask the user to login before he/she can press the Like button.
Well, in your web page you could implement Facebook login and get user's permission to see his/her likes. Get said likes from Graph API, see if your page is in the list and depending on that, either show your web page, or redirect user to your facebook page. You will need user_likes permission for that.
By using Facebook Javascript SDK Methods FB.Event.subscribe, FB.getLoginStatus, FB.api, authResponse, pages.isFan, access.token and Javascript SDK and a little bit PHP SDK.
I saw one, almost perfect that can be site-integrated, fully-explained, and free in this blog: http://daneworx.blogspot.com/2014/02/how-to-force-users-to-like-your-page.html

Get Likes on fb fan page but referrals to website

Ideally this is what I would want:
I have a fb fan page with around 2000 likes. I also have a fb app by
which I can run social plugins on my website. I put up a like button
using the following code on my website: {fb:like
href="http://facebook.com/traveltriangle"}
I want to show Like button on my website such that if user clicks on
it, my fan page's 'like' increases. However I also want that for the
post that goes on user's timeline, it links to my website and not to my fan page.
How do I achieve this?
I am also fine if I change href in the fb:like code to point it to my website. However then the referral links are good, but I can not use those likes to post my users later.
I don't think you can use merge tam. Fb Fan page is one thing and Fb App is other thing. FB App helps you get user data from what I know from their database while Fan page helps you promote your business.
Why do you need to merge them?

Can I add a Like Button to a website to link it to a personal Facebook page?

Can I add a Like button to a customer's website in order to link it to a personal Facebook page, not a professional/business Facebook page? When trying to do so, Facebook did not recognize a personal Facebook URL.
No, Likes are only for Pages, not personal profiles. You might consider a fb:subscribe button, though.
EDIT: I take that back, you can use a like button if you want. But the profile itself won't fans, since there are no fans of profiles; rather, the graph object tied to that profile will get likes.
You might also consider migrating to a page.
Yep, you can use the subscribe social plugin - similar to likes but for personal users.
See http://developers.facebook.com/docs/reference/plugins/subscribe/

How to do like page on facebook in program side

I have problem on Facebook "like" button.
I put facebook "like" button in my page but I click that button it is not navigate to what I gave in href link and I want to perform facebook "like" button action same as facebook.
I can "like" this link on facebook how to do same as in my website using facebook "like" button ?
You can only 'Like' a fan Page by clicking the FB supplied button that sits in the parent FB page outside of your iframed application page. As frustrating as this can be to designers and UX developers it is potential security flaw if an application (boxed in as a Fan page) is allowed to 'Like' itself. I.e. users could be duped into 'Liking' a Page onload without their consent.
You can get the count of Likes for a Fan page. That is the only 'Like' action permitted on this object type.
http://forum.developers.facebook.net/viewtopic.php?pid=294757
You can't add likes to a profile using the Facebook Api.
Read here for more details 'Like' a page using Facebook Graph API
Unfortunately, this is not possible. You can only like a post via the graph api acccording to the docs.
Unfortunately it is not possible via any of the API's to like a page programmatically.
This is to prevent spam where people create apps to mass-like pages.
Hope this helps.
You cannot make a user like a page. That isn't possible unless you use a XSS attack (which facebook probably prevents), and you'll get banned from facebook. If you want to know how to place a like button, see http://developers.facebook.com/docs/reference/plugins/like/