> Forums > Active Social > General Discussion > Adding "Like" functionality
Last Post 08 Jul 2011 06:58 AM by Steven Webster. 19 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Will Morgenweck Forum Admin
DotNetNuke Staff
Will Morgenweck
Post Count:7672

--
01 Feb 2011 12:23 AM
    I spent most of the day working on adding "Like" functionality to the Active Social API.  The focus for the first release will be a very simple "Like" option, but the data structure is being setup so that it is basically nothing more than a rating for an item.  There will be a couple different ways to implement "Like" buttons and of course, the buttons will be built-in to the Active Social templates.  Here is a quick summary of the initial functionality.

    • Like/Ratings are stored in the xml data for each particular journal item.
    • Site users will be able to click a like button on any journal item.
    • When a user "likes" a particular item, the journal item will be updated and a new journal item will be added to the user's journal indicating that they "liked" something. This new entry will cary the same security as the item that was "liked".  This means that secure content will remain secure.
    • Like buttons will support various properties to enable automatic journal item creation if a person "likes" something that doesn't already exist in the journal.  For example, if you add like buttons to a video gallery and the user "likes" a particular video, if the video entry doesn't exist in the journal it will automatically be created.  
    • Like buttons will have the option to display the number of likes and/or the last x number of people to like the item.  
    • Any module that supports templates should be able to display like buttons.  
    • Users will be able Like and Unlike(not dislike) items.  We will be adding additional rating/feedback options eventually.  
    I should have this ready for testing on this site by tomorrow.  

    Thanks, 
    Will
    Will Morgenweck
    Director of Product Management
    DotNetNuke Corp.
    Jeff Blanks
    Customers
    Jeff Blanks
    Post Count:387

    --
    01 Feb 2011 08:07 AM
    For example, if you add like buttons to a video gallery and the user "likes" a particular video, if the video entry doesn't exist in the journal it will automatically be created.
    Like buttons will have the option


    So am I presuming correctly that when this feature is available, we can add a code snippet into 3rd party modules on our site for a "like" button that will feed into the journals?
    Cheers! Jeff
    @northeastok | @jeffblanks | My Blog
    CSmith
    Customers
    CSmith
    Post Count:91

    --
    01 Feb 2011 08:24 AM
    Sounds good Will. My thinking is inline with Jeff's. Being able to have this functionality in News Articles (which is already incorporated in the Journal) would be outstanding.

    drew curry
    Customers
    drew curry
    Post Count:338

    --
    01 Feb 2011 08:41 AM
    "Like"
    Will Morgenweck Forum Admin
    DotNetNuke Staff
    Will Morgenweck
    Post Count:7672

    --
    01 Feb 2011 09:16 AM
    So am I presuming correctly that when this feature is available, we can add a code snippet into 3rd party modules on our site for a "like" button that will feed into the journals?

    Yes, that is the intent. Still working on the best way to handle items that don't already exist in the journal.
    Will Morgenweck
    Director of Product Management
    DotNetNuke Corp.
    Steven Webster
    Customers
    Steven Webster
    Post Count:1665

    --
    01 Feb 2011 11:27 AM
    Still working on the best way to handle items that don't already exist in the journal.


    Perhaps like a "link" does now...
    Steven Webster
    dnnOsphere.com, An Independent Community for DotNetNuke Users
    Will Morgenweck Forum Admin
    DotNetNuke Staff
    Will Morgenweck
    Post Count:7672

    --
    01 Feb 2011 11:35 AM
    Perhaps like a "link" does now...

    That is the direction I'm heading right now, but I would still like to have options so that you could have videos or images appear as well.
    Will Morgenweck
    Director of Product Management
    DotNetNuke Corp.
    jbrunken
    Customers
    jbrunken
    Post Count:479

    --
    01 Feb 2011 11:58 AM
    Will, This is really great.

    On a somewhat similar note, I've seen forums lately that allow users to "like" or "dislike" specific posts in a thread. It's actually presented as "vote up/down" functionality. This would also be something I'd like to see in AF (someday).
    Jason Brunken

    GIRS Webmaster
    http://www.greateriowareefsociety.org/
    Will Morgenweck Forum Admin
    DotNetNuke Staff
    Will Morgenweck
    Post Count:7672

    --
    01 Feb 2011 12:11 PM
    On a somewhat similar note, I've seen forums lately that allow users to "like" or "dislike" specific posts in a thread. It's actually presented as "vote up/down" functionality. This would also be something I'd like to see in AF (someday).

    This is one reason why it has taken so long to move forward with this feature. I could easily add "like" to forums and to Active Social, but then we start to have a disconnected experience. One reason I decided to move forward with Active Social first is so that customers with Active Social and Active Forums could have the best experience. The solution I'm working on now will allow you to use the same functionality for Active Social and Active Forums.
    Will Morgenweck
    Director of Product Management
    DotNetNuke Corp.
    jbrunken
    Customers
    jbrunken
    Post Count:479

    --
    01 Feb 2011 12:28 PM
    Great!
    Jason Brunken

    GIRS Webmaster
    http://www.greateriowareefsociety.org/
    Steven Webster
    Customers
    Steven Webster
    Post Count:1665

    --
    01 Feb 2011 04:48 PM
    That is the direction I'm heading right now, but I would still like to have options so that you could have videos or images appear as well.


    Some interesting ideas here using just some JQuery to wrap the link for inline video playback:

    http://videobox-lb.sourceforge.net/

    I've been playing with this one and have it working in Ventrian's Property Agent already for YouTube. Very easy to implement....this would keep the initial implementation in the journal pretty simple. I've been meaning to use it within the journal for UVG vids but haven't had time.

    I'll need to write a version of the JQuery script to support UVG as well.





    Steven Webster
    dnnOsphere.com, An Independent Community for DotNetNuke Users
    Gary
    Customers
    Gary
    Post Count:46

    --
    13 Apr 2011 10:27 PM
    Has this been added? Is there the possibility to add a like feature? If so, please explain how to in step by step instructions.
    Thanks
    Steven Webster
    Customers
    Steven Webster
    Post Count:1665

    --
    14 Apr 2011 10:34 AM
    Gary, my understanding is that is has not been release yet. Personally, I'm really hoping to see "Like" and "Follow" (one way) friendships in the release before AS become core DNN code.
    Steven Webster
    dnnOsphere.com, An Independent Community for DotNetNuke Users
    goldenrate
    Customers
    goldenrate
    Post Count:81

    --
    15 Apr 2011 06:20 PM
    Hey Steven,

    I'm with you on the 'Follow' part or "become a fan'. During the past year we have received at least 6 request for a professional network where users can follow professional on the network. 

    Will any idea when it's going to be available? 

    Thanks, 
    Terry Sadler
    Customers
    Terry Sadler
    Post Count:270

    --
    16 Apr 2011 06:49 PM
    Dito
    Terry Sadler, CISSP
    Compass North Group, LLC

    Any man who may be asked in this century, what he did to make his life Worthwhile, can respond with a good deal of Pride and Satisfaction, "I served in the United States Navy". JFK
    Cliff Hammock
    Customers
    Cliff Hammock
    Post Count:667

    --
    17 Apr 2011 11:08 AM
    +1  ... or can I not use +1 anymore since Google has their new +1 capability? They might have some copyright on +1 now.
    MHuijbregts
    Customers
    MHuijbregts
    Post Count:1248

    --
    16 May 2011 11:19 PM
    I would like, +1 ,to see this in the 1.9.3 release. Any word on whether this will make it or not?

    Thanks in advance.
    Regards,
    Marc
    www.biservices.eu for free nl-NL resourcepacks (Incl. Active Forums & Active Social)
    NFXBeats
    Customers
    NFXBeats
    Post Count:299

    --
    18 May 2011 11:32 AM
    +1
    Status: I'm no longer moderated.
    Ian Sampson
    Customers
    Ian Sampson
    Post Count:62

    --
    07 Jul 2011 11:50 PM
    Has this function been added to the new release of Active Social?
    Steven Webster
    Customers
    Steven Webster
    Post Count:1665

    --
    08 Jul 2011 06:58 AM
    not yet....AM team can we get some updates on releases before 6.1?
    Steven Webster
    dnnOsphere.com, An Independent Community for DotNetNuke Users
    You are not authorized to post a reply.
    > Forums > Active Social > General Discussion > Adding "Like" functionality
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy