Copied to clipboard

Flag this post as spam?

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


  • Kip Carter 42 posts 201 karma points
    Jun 05, 2017 @ 01:30
    Kip Carter
    0

    I'm using Fanoe starter and have setup a blog area using what comes in the package.

    I would like to have comments available from readers that I potentially can respond to.

    Are there any enhancements that I can add in that would provide this functionality or am I going to have to redo the blog section completely and install a new blog package to accomplish what I'm asking for.

    If that is the case, what blog packages would folks recommend based on simplicity of installation, use, and function?

    Thanks, Kip...

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jun 05, 2017 @ 12:51
    Dennis Aaen
    0

    Hi Kip,

    Perhaps you could try to have a look at this package to see if this could be a solution for you https://our.umbraco.org/projects/backoffice-extensions/ucommentator

    Hope this helps,

    /Dennis

  • Kip Carter 42 posts 201 karma points
    Jun 05, 2017 @ 13:00
    Kip Carter
    0

    Thanks Dennis. I saw one package that included Disqus, Google, and Facebook login abilities. But this could suffice.

    I will have a closer look!

    Kip...

  • Kip Carter 42 posts 201 karma points
    Jun 07, 2017 @ 00:50
    Kip Carter
    0

    Hey Dennis, I got it installed just now... looking for information on how to use it now. Hopefully it's in the zip.

    Kip...

  • Marcio Goularte 374 posts 1346 karma points
    Jun 07, 2017 @ 15:52
    Marcio Goularte
    0

    Facebook comments paste this after body tag in Master template:

    <body>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    

    And BlogPost template, paste this

    <div id="fb-comments" class="fb-comments" data-href="@CurrentPage.Url" data-numposts="10" width="500"></div>
    
  • Kip Carter 42 posts 201 karma points
    Jun 07, 2017 @ 19:34
    Kip Carter
    0

    Marco, Is that code for using eCommentor? I didn't think that eCommentor would do FaceBook authentications.

    Regards, Kip...

  • Marcio Goularte 374 posts 1346 karma points
    Jun 08, 2017 @ 14:12
    Marcio Goularte
    0

    Hi Kip,

    This code is a simple alternative to using facebook. To use facebook, the user who makes the comment will have to authenticate. With Ucommentor you do not have to. But you need to configure Disqus.

  • Kip Carter 42 posts 201 karma points
    Jun 08, 2017 @ 15:25
    Kip Carter
    0

    Thanks for the clarification. That's what I was picking up on. I'd love to have both but if I have to choose between them I'll go with Disqus validation.

    But as I'm not familiar with how exactly to do that I'm searching for information on Ucommentor.

Please Sign in or register to post replies

Write your reply to:

Draft