Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nick Portelli 76 posts 102 karma points
    Oct 02, 2010 @ 18:21
    Nick Portelli
    1

    Has anyone implemented Disqus comments?

    http://disqus.com/overview/ 

    Has anyone implemented Disqus for the blog?  I see there is an ajaxcomments user control, I'm assuming doing a different commenting system would just implement another user control.  Just wondering if anyone has started anything like this before I take a crack.

  • Dirk De Grave 4537 posts 6006 karma points MVP 3x admin c-trib
    Oct 03, 2010 @ 00:23
    Dirk De Grave
    0

    Yes, I know Lee Kelleher has been working on something disqus-ish, may need to check with him about that... twitter is @leekelleher or else wait for him to get back to you on this post.

     

    Cheers,

    /Dirk

  • Nick Portelli 76 posts 102 karma points
    Oct 03, 2010 @ 04:00
    Nick Portelli
    0

    Cool, I won't be able to get at it soon, but I do want to look into it.

  • Sascha Wolter 615 posts 1101 karma points
    Oct 06, 2010 @ 11:51
    Sascha Wolter
    0

    Hi Nick,

    I am going to use Disqus on my new project, just signed up for an account and got a test page with their module on it up and running, looks quite nice. Will spend a couple of hours this week trying to figure out how to customize it. Reason for using Disqus here is that we don't need authenticated users for anything else but commenting, so by using Disqus we don't have to worry about the whole member stuff in Umbraco (which is easy enough to put on as it is, however not as easy as not doing it at all ;). 

    If you have specific questions you need answers for with regards to the integration please let me know.

    The only possible issue I can see so far is the association between comments and the page they are made on. I'm thinking about someone changing the node name of an article which means the url changes which might lead to Disqus not being able to associate the comments properly. They have an API though so maybe one needs to hook up into that upon node publish. Well, I'll find out soon enough. ;)

    Cheers,

    Sascha

  • Barry Fogarty 493 posts 1129 karma points
    Jan 25, 2011 @ 14:37
    Barry Fogarty
    0

    Sasha / Lee / Nick - I was thinking of using disqus too, and was wondering how you got on with it?

  • Sascha Wolter 615 posts 1101 karma points
    Jan 25, 2011 @ 14:47
    Sascha Wolter
    0

    Hey Barry,

    it's working perfectly well for our site, have played around with it a bit more and it's just superb (jQuery.com is using it as well I've seen!). The really cool thing is that it's pretty much stand alone and you don't really have to do much to get it going. Their API is quite okay as well, you could for instance write a usercontrol that gets comments back from disqus and displays them in the Umbraco back office. Anyway, easiest is probably to just try it out - get an account, get an empty Umbraco installation up and put it on a content type. Obviously there are some restrictions as to flexibility, but it does what it says it does and that pretty well.

    Hth, Sascha

  • steweir 34 posts 54 karma points
    Jun 23, 2011 @ 01:21
    steweir
    0

    I have just tried to implement disqus onto my blog and nothing shows up?

    This is my code

    <div id="disqus_thread"></div>
    <script type="text/javascript">
        
    /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        
    var disqus_shortname = 'modemusic'; // required: replace example with your forum shortname

        
        
    // var disqus_identifier = 'unique_dynamic_id_1234';
           
    var disqus_url = '<umbraco:Macro Alias="GetURL" runat="server"></umbraco:Macro>';

        
    /* * * DON'T EDIT BELOW THIS LINE * * */
        (
    function() {
            
    var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            
    dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
            (
    document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>

    Can someone help me? The maco is working fine so I know that not the issue

  • Muhammad Sajjad 1 post 21 karma points
    Sep 29, 2011 @ 14:14
    Muhammad Sajjad
    0

    I tried to get Disqus comments going tonight, but it's not working.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies