function facebook_setup_function() {
add_meta_box( 'facebook_widget', 'Facebook Moderation Tools', 'facebook_widget_function', 'dashboard', 'normal', 'low' );
}
function facebook_widget_function() {
include ('facebook.php');
}
add_action( 'wp_dashboard_setup', 'facebook_setup_function' );
add the above to your functions file and replace the include url with the php file you wish to include into your dashboard.
Setting it up ;
Use the facebook.php and add an iframe to it, or ajax call to load the facebook tools, then simply just echo that file into your dashboard page 🙂
Related Posts:
- Is it possible to pull comments from facebook into your blog?
- How to change the email notification recipient (user) for new comments?
- 3 moderators to approve comment
- A plugin where users can comment with Facebook or Twitter or OpenID [closed]
- show number of open comments on custom dashboard
- How to auto-approve internal pingbacks?
- Exclude internal links from comment moderation?
- Multiple Comment Moderators and Notifications
- Twitter/Facebook login for comments [closed]
- Add delete, approve, spam Links to Comments
- FB – Comment Moderation Tool bug or error in the code?
- Get the number of comments awaiting moderation
- Capability for allowing user to post own comments without moderation
- Publish a message on facebook after having posted a comment
- Why do comment moderators need to have all create/edit/delete toboth posts and pages?
- Community Moderation Plugin for Comments [closed]
- Allow contributors to moderate comments comments on posts they write
- Hold comments for moderation only if user is not logged in
- show if comment is in moderation
- Reject Comments Based on Author Email
- Sync comment data
- Author can only see own post comment and can moderate
- How to moderate (manually approve) comments of a specific (registered) User
- API Hook for After Commenting (for sharing on Facebook)
- Comment Moderation and CDN Caching
- WordPress comments – how to check if comment still needs to be approved?
- Why does akismet prevent jetpack comments from appearing in my moderation queue? [closed]
- “Discussion” checkboxes unchecked by default on pages? [duplicate]
- Show Social Sharing Buttons And Facebook Comments In Lightbox Modal Dialog (Image Overlay)?
- How Do I Allow Comment Moderation for Other User’s Posts?
- Sending comment notifications to different recipients depending on taxonomy terms
- Are there some caveats for using guids for FB comments
- Admin Dashboard – Recent Comments source
- Facebook comments widget – App ID
- Who approved a comment, to show up in dashboard
- Embedding local video in WordPress comments
- where can I find the missing comments in my wordpress dashboard?
- Can I allow registered users to comment without being logged in or having to be approved?
- Comment moderation
- Admin – Dashboard – Unset recent comments
- How to import facebook comments to WordPress database?
- Disable comment moderation in multisite
- Comment Blacklist
- Display facebook comments made on site
- Is there a plugin that can replace WP comments with Facebook comments as used by TechCrunch? [closed]
- Merge comments from Facebook with WP comments [closed]
- prevent duplicate comments using wp_insert_comment
- comment awaiting moderation
- Customize the new comment notifications sent to the post author after the comment is approved
- Enable Submit Comment Without Page Reload (Using Ajax)?
- Getting Post Comments for post ID using WP_Query() and a Custom Loop?
- How to use a custom comments template
- Comment visibility
- Allowing more elements in comments via functions.php
- Set post comments open function
- Delayed commenting
- An action hook where a comment meta is updated
- Last comment page first with full number of comments?
- Only subscriber role user can comment not other
- WordPress comments email notification for authors
- How to get the result of comments_number() as a string instead of printing it out?
- Should I still worry about paginated comments with the latest wordpress versions?
- How to dont allow registered users to comment without being logged in?
- wp_insert_comment and security
- How can someone submit a comment when my site has no comment field?
- highlight “starred” comments by admin
- Comments vs. Pingbacks next page issue
- WordPress ‘comment counts’ got messed up, because of a plugin – DISQUS
- blank page after submitting a comment
- Remove post navigation links
- Display only 1 comment and then option to show more
- cancel reply link results in 404 error
- Prioritizing the wordpress comments
- Which filter/hook to use for styling comments?
- How should I get the original comment while processing the reply
- How to override wp_insert_comment()
- How to stop ultimate members to redirect comment authors to user profile?
- How modify the comment content persistently based on $wp_query?
- Displaying Posts Depending on Number of Comments and Latest Comments?
- How do I stop the comments going to my email?
- How to implement just the wp commenting area on my custom site?
- Get comment id of the individual comments in comment list when modifying comment posted using comment text filter
- get_comment_meta not behaving as expected
- comments_popup_link() – how to load different classes/images according to different comment condition?
- How do I get a array, with the right order of the nested comments?
- Display last comments on home page
- Clicking Comment “Reply” Button only replies to first comment
- comment form code redirect to wp_comments_post.php with blank page
- Parent comment’s author display_name
- How to show a list of comments on home page from all posts?
- Remove text on Comment count
- Creating a “walled garden” of comments
- How Can I display the Current Logged-In User’s Comment at the Top of the Comments Section in WordPress?
- Can’t check “Allow people to post comments on new articles” option
- Comments closed only for contributors
- Comments from other blogs are getting added to my blog?
- How to resolve 404 errors for wordpress comments/feed when I have disabled comments
- Problem display only posts with comments
- Customize comment notification e-mails with HTML
- How can I filter the user avatar displayed in comments? – get_avatar_url filter works everywhere but not in comments