Disqus in MediaWiki - facebook

I used to have the Facebook Comments extension on my wiki but it didn't work very well and I couldn't moderate it so yesterday I switched to disqus. With Disqus, I need to add tags to every page, while the FB comments were added automatically everywhere.
How do I make the disqus render on every page like the FB plugin did?

The alien's reply worked: Did you see this Disqus extension? It adds the Disqus comment box to every page.

Related

Using Facebook Comments Social Plugin — Many non related comments for newly created page

I'm in the process of creating a new website and I just added the FB comments Social app to my posts, but I keep seeing comments that are not related to the article and they date weeks before I've even created the page. What is wrong here?
Got it. I just needed to change the data-href value to be the permalink of my website. it looks like this: data-href=“<?php the_permalink(); ?>”

How do I migrate Facebook Comments from one site to another?

Hi i'm The owner of a Facebook app with this ID: 187382088033833.
I've made new website, and i want to recover my old comments made with my application.
E.g. in this page, in the old version i got a lot of comments: http://www.youris.com/Environment/Bees/Bees_restored_to_health_in_Italy_after_this_springs_neonicotinoidfree_maize_sowing.kl
why now i can't see the old comments?
can you help me?
According to the Facebook Comments Social Plugin documentation, comments are tied to a URL for the page that they were made on. Migrating to a new domain, or moving your page to a new URL, without keeping your comment social plugin URL setting the same as what it was in the past, will cause you to lose your comments.
I would try changing your href setting on your plugin to the old URL for the page you're loading. You may have to maintain that old page as a redirect to the new page should Facebook try to verify it's existence before rendering the comments plugin, or should someone click a link that is published to their news feed so they get redirected to the appropriate place.

Adding Facebook Comments to Dreamweaver Template

I followed the directions at https://developers.facebook.com/docs/reference/plugins/comments/ to add a comment box to my Dreamweaver template and it worked - but all comments made show up on all pages, no matter which page the comment was actually made on. Plus, when it posts to a user's profile, it just links to "beachpaper.com." How do I tell the code that I don't just want a comment box for the domain URL - I want it to automatically know what page it's on and make a comment box that's independent from the others on the site? Is there anyway to do this without manually changing the code on each page?

Facebook iframe is showing up in the middle of my Joomla article

Facebook iframe is showing up in the middle of my Joomla article. I am wanting to make it go away and have tried nearly everything I could think of. Please help! the article link is http://blowingrocknews.com/community-life/general-news/2658-tis-the-season-forgetting-your-teeth-knocked-out.html
You should probably remove the old FBML style of Facebook commenting, and instead switch to using Social Plugins, like https://developers.facebook.com/docs/reference/plugins/comments/

How do I make Facebook comments public for all on my website?

I've added facebook comments to my website using the following steps:
I created a new app herehttps://developers.facebook.com/apps/
In the auth dialog page for the app, I set 'default activity privacy' to 'Public'
I got the code for the comments box here https://developers.facebook.com/docs/reference/plugins/comments/
I used the HTML5 version of the code and added it to my site in the two places specified - right after the body tag and where I want the comments to appear.
I then opened the comments moderation tool for my new app.
https://developers.facebook.com/tools/comments?view=recent_comments
I clicked on 'Settings' and turned on 'Make every post public by default'
I also listed myself as a moderator.
I also added
<meta property="fb:app_id" content="{YOUR_APPLICATION_ID}">
inside the head tags for the page.
When I go to my site - the comments box appears to work ok. I can make a comment, but I can only see comments made by me. I cannot see comments made by people I am not friends with. How do I fix this problem? I'd appreciate any help.
Thanks
Every comment you leave on a facebook-comments driven web site is public, the same way it is on a fan page. Even a non facebook member can leave a comment.
I am looking for a way to turn it off and get the same permissions you have on your facebook wall. Currently, everybody who has the link can see the page content and all previous comments.
Had the same issue and figured out that Facebook grabs urls differently for displaying and submiting comments.
If the url you're providing him in data-href (e.g. short url) is different than the window.location url (url in address bar), then it's probably the case.
P.S. I know that the question is from 2011, but someone else may show up with the same problem.