While researching a response to a question on the forum I found something quite cool to share. I found a tool for integrating Facebook style Reactions to your Ning Community.
Have you tried This Plugin by Vicomi?
Simply sign up and grab your code in 2 parts. First part goes inside the HEAD section of your custom code box and the second snippet can either go inside a HTML module on a page or you can inject it undernieth or above posts with a little javascript. For example:
The code you need to add to your footer (Custom Code) is the following (replacing XXX with your unique your number):
<script type="text/javascript">
if (typeof(x$) != 'undefined') {
x$("div.entry-commentsCount").after('<div id="vc-feelback-main" data-access-token="XXXXXXXXXXXXXXX" data-display-type="4"> </div>');
}
else{
}
</script>
The above code will inject your reactions under your div.entry-commentsCount Comments count under every post.
Let me know if you need help with setting it up! Happy to help!
Replies
great tip but does this go in the Head or the foot? You said both and its confusing.
script given by them goes in the top head section and the script i provided goes in the foot of custom code..
can you do it for me? i am having a problem implementing it in my website.