Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8377359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T15:39:12+00:00 2026-06-09T15:39:12+00:00

I am using the Facebook comments plugin as the commenting mechanism on a site.

  • 0

I am using the Facebook comments plugin as the commenting mechanism on a site. I know how to receive new notifications of each comment as the admin, however I would like the user that created the page that the comment is on to receive a notification as well. Users login / register with Facebook and they can post certain items on the site. Those items belong to them and have their own individual comment box. On the page I can easily grab the Facebook user ID of the page author and we have their email stored. Any thoughts on this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T15:39:14+00:00Added an answer on June 9, 2026 at 3:39 pm

    Thought I would answer this myself. Its actually quite easy.

    Facebook allows you to subscribe to comment events. So in your Facebook javascript init:

    <script>
        window.fbAsyncInit = function() {
          FB.init({
            appId      : '###########',
            frictionlessRequests: true,
            status     : true, 
            cookie     : true,
            xfbml      : true,
            oauth      : true,
          });
    
         FB.Event.subscribe('auth.login', function(response) {
             if(response.authResponse)
               window.location.reload();
         });
    
    
         FB.Event.subscribe('comment.create', function(resp) {
    
            $.ajax({url:baseUrl+'/user/facebookcommentcallback/',
    
                    data: {
                        list_id: 'Whatever ID'
                    },
    
                    success: function(data) {
    
                    }
                });
            });
    

    So in the call back I just have an ajax function that takes the id of current page, looks it up, finds the page owner, and sends an email to them whenever a comment is posted on that page. EASY!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the facebook comment plugin on my site. <div id=fb-root></div><script src=http://connect.facebook.net/en_US/all.js#xfbml=1></script><fb:comments style=background-color:#131514;
I am using Facebook comment box plugin: <fb:comments href=${myPageUrl} num_posts=20 width=630></fb:comments> Every thing is
I'm using facebook's comments plugin on my site and on my blog. One of
My site is using the Facebook comments box plugin . I can access the
I am using Facebook Comments plugin in my website: http://developers.facebook.com/docs/reference/plugins/comments/ by add this to
I am embedding Facebook Comment plugin on our site and for some reason the
Hello I am using facebook graph api..and trying to display comments of each post..But
Currently when an user posts a comment on my site using fb:comments and checks
I am using the Facebook comments plugin on a blog I am building. It
I am using the Facebook comments plugin on WordPress and the comments box is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.