Site Embed Facebook Fan Page Feed WITH Fan Comments - facebook

I have a Facebook Fan Page. I could embed this feed into a site using Facebook's social activity plugin right now and we'd have nothing else to discuss. HOWEVER, when I do this, it only includes the content the PAGE posts, not the fan-submitted content. I'd like to have an embeddable stream of my actual page wall, which includes my content and fan-submitted content. Any ideas?

Per the documentation at https://developers.facebook.com/docs/reference/plugins/activity/, the social activity plugin is working as described. (of note,
The activity feed displays stories when users like content on your
site, when users share content from your site in Facebook or if they
comment on a page on your site in the Comments box.
If a user is logged into Facebook, the plugin will be personalized to
highlight content from their friends. If the user is logged out, the
activity feed will show recommendations from across your site, and
give the user the option to log in to Facebook.
To get the functionality you want, you will have write your own plugin.

Related

How make my Facebook PAGE feed appear on my personal website?

I have a Facebook "fan page" for my acting career (I mean a page that I created within my personal FB account) I want to make the feed from this page appear on my personal website as a "news feed" for publicity reasons. My website developer tool has a "custom HTML" option that has allowed me to make my Twitter feed appear on the webpage, but I want to use my Facebook page instead.
What you are searching for is the Like Box which has option to display your Page's stream on your website. Features about the like box (Quoting from documentation)
See how many people like the Page, and which of their friends like it, too.
Read recent posts from the Page.
Like the Page with one click, without needing to visit the Page.
Like box is a widget shown in an iframe. For users who want a full fledged solution that works on any device -
Famax is a plugin that will pull out your page posts, what people are posting on your page, your page albums etc.
http://www.codehandling.com/2015/03/famax-40-complete-facebook-fanpage.html

Post content to Facebook Business Page - Timeline from external website?

Could somebody please provide a detailed step-by-step example on how to do the following?
I need to be able to post new content from our website directly to our Facebook Business Page - Timeline as the owner/administrator or via our Facebook App.
We have an extranet which supports multiple sites/domains, but would like the content from these various sites published automatically to our central Facebook Business page whenever we had content to our own sites.
We have like buttons on our pages, that allows users to like and post to their own walls, but we want to publish to our own business wall.
Is this possible?
Create an RSS-feed containing the posts you would like to share on your Facebook page.
Go to your Facebook page and use the top search box to search for 'RSS Graffiti'.
Follow the onscreen steps and you're done.

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?

Admin Access Unreachable with Addthis Facebook Like Button

I am using Addthis Like button on my website http://www.bidicin.com which consists of just one page. I can like the page without a problem and the like action can be seen both on my wall and my friends' news feed. However I cannot see my website in my Activities and Interests section of my profile. In addition to that I cannot see this website in my pages, so I cannot reach the admin page of this website.
When I use Facebook linter to check my meta tags I don't see any problems. Currently I am usign the meta tag, however I also used "fb:app_id" and it didn't work either. I don't have any problems accessing the Facebook admin page of my website's blog http://blog.bidicin.com. How can I access the Facebook admin page of my website. Could you please assist me?

Posting to user's facebook news feed without posting to his wall

I'm tring to send customized news to my users via Facebook.
I've tried posting private posts to their walls, so they show up on their news feed, but people got upset by the new posts on their wall (even though noone else can see them)
Is there a way to do this?
I considered building a page per user and suggest to the user to follow it - can this be done via API?
Can a user follow updates on just any page (non fan page) that he Liked, or that has a FB comments box?
Alternatively, can I programatically send Facebook notifications?
You can try creating a single Page for your app. Then when a user connects with your app, auto-follow that page so that all posts to that page show up in the user's feed.
Now just add new posts to that Page with privacy settings targetted at just that user.
Thats my off the cuff answer.