Current status of the Ning Platform is always available on the Ning Status Blog.

Trick 3.0: Link to comment

Hello everyone!

Last week one of our support representatives have been contacted by one of the new creators, and he has mentioned that he wishes to have the easy way to share links to the comments (the functionality that we have on 2.0 and which is not presented on 3.0 unfortunately). Of course, the suggestion has been created and passed to the management, however, if the immediate solution is required you can use the following code :

<script>
var com_link;
var split1, split2, split3, split4;
var com_id;
var func_click = function(elmnt, e){
e.preventDefault();
com_link = x$(elmnt).attr('href');
x$('#myInput').attr('value', com_link);
var copyText = document.getElementById("myInput");
copyText.select();
document.execCommand("Copy");
x$(elmnt).append('<div class="temp1" style="position:absolute; padding: 15px; border: 1px solid; border-color: black; background-color:white; color:black;z-index:9999"><p>Link copied to the clipboard</p><div>');
setTimeout(function(){ x$('.temp1').remove(); }, 3000);
};

x$(window).load(function ()
{
var del = setInterval(function ()
{
if (x$('.comments-comment ').length)
{
if(x$('.entry-comments .com_link').length==0)
{x$('.entry-comments .comments-comment ').each( function(){
com_id = x$(this).attr('data-comment-id');
com_link = window.location.href;
split1 = com_link.split("?");
split2 = split1[0].split("=");
split3 = split2[0].split("&");
split4 = split3[0].split("#");
x$(this).children('.comments-commentBody').children('.media-body').children('.comments-actions').append('<a class="comments-action com_link" href="'+ split4[0] +'=show?commentId=' +com_id +'" onclick="func_click(this, event);">Link</a>');
});
}
if(x$('.commentWallSection .com_link').length==0)
{x$('.commentWallSection .comments-comment ').each( function(){
com_id = x$(this).attr('data-comment-id');
com_link = window.location.href;
split1 = com_link.split("?");
split2 = split1[0].split("=");
split3 = split2[0].split("&");
split4 = split3[0].split("#");
x$(this).children('.comments-commentBody').children('.media-body').children('.comments-actions').append('<a class="comments-action com_link" href="'+ split4[0] +'?commentId=' +com_id +'" onclick="func_click(this, event);">Link</a>');
});
}
}
}, 100);
});
</script>
<input type="text" value="test" id="myInput" style="height:20px; margin-bottom:-20px; position: absolute; left:-9999px;">

The code should be inserted into the custom code, end of page field, after the code you have there.

About its work, there simply one new link called "Link" would appear in the action panel of the comments, once pressed the link to the comment would be copied to the clipboard and the message would show up that the link has been copied to the clipboard. 

If there are any suggestions how the functionality could be modified to be more user-friendly, please let me know and I'll update teh code :-)

P.S. I know regex could be used to split the link, but I'm still not good at it, that's why we have 4 beautiful variables :-)

P.S.S If there are any suggestions to optimize the code, don't hesitate to post them in the replies

Hope it helps

Ning Team.

You need to be a member of Ning Creators Social Network to add comments!

Join Ning Creators Social Network

Votes: 0
Email me when people reply –

Replies

  • NC for Hire

    Looks interesting..

    • Glad you have found it interesting :-)

  • Update:

    Just notice that I there was a typo "don't hesitate to post them in the replies", I have posted "do hesitate to post them in the replies".

    Sorry for that :-)

    Best regards,

    Ning Team.

    • Hello Kyryl, two versions, optimized.. :)


      <!--  Kyryls - share links to the comments -->
      <!-- Reloads to the comment you coppyed the link from. -->
      <!-- Custom Code - End of Page Code box -->
      <script src="https://bit.ly/2oqk588" type="text/javascript"></script>


      OR


      <!--  Kyryls - share links to the comments -->
      <!-- NO reload, drops to bottom of page on first use. -->
      <!-- Custom Code - End of Page Code box -->
      <script src="https://bit.ly/2kCFfLb" type="text/javascript"></script>

      https://api.ning.com/files/YKhPqyP9lyTqHUTS6ZaBIz9Svzpw6Qmv57BiP3TYcIMsWgpGv-ZDriVS307mw9mOnxKTnQst…
  • Thank you for this!  Works well on first try. 

    Best wishes for a happier, better 2018 ~ 

    Holly

    • Hi Holly,

      Glad you've found this trick useful :-)

      Best wishes,

      Ning Team.

This reply was deleted.
 

Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)

Latest Activity

Birthday Gift Network updated their profile
Thursday
Birthday Gift Network updated their profile photo
Thursday
Paul Corona replied to Donna MacShoe's discussion
Ning Support phone number for my 20 yr old site
"NING support is useless anymore...I have respnded three times asking questins to a message they…"
Jan 15
Alex - Rosas † Negras posted a discussion
due to personal problems I have not been online anymore, I apologize so much and I am happy to be…
Jan 14
Alex - Rosas † Negras replied to Kos's discussion
Help w/Chat. Ning Support A No Go
"IL PROBLEMA È SEMPRE LO STESSO, NING GLI OPERATORI... DEVONO ELIMINARE I COOKIE SUL VOSTRO SITO"
Jan 14
Vlada replied to Kos's discussion
Help w/Chat. Ning Support A No Go
"I'm no IT expert by any means, but out of curiosity have you tried entering the chat room from the…"
Jan 8
Vlada replied to Eva Libre's discussion
Update, Merry Christmas
"Then add the recent price hike email that Ning has notified to be taking effect soon, I'm not…"
Jan 8
Kos posted a discussion
In November we began to notice Chat "freezing up" and when we would refresh the page, it would…
Dec 27, 2024
Eva Libre posted a discussion
UpdateMerry ChristmasToday I woke up totally frustrated and determined to do something.At the end…
Dec 26, 2024
Eva Libre liked Eva Libre's discussion Ning 3.0 is antisocial!
Dec 25, 2024
Eva Libre updated their profile
Dec 25, 2024
Eva Libre replied to Eva Libre's discussion
Ning 3.0 is antisocial!
"Update
Merry Christmas
Today I woke up totally frustrated and determined to do something.
At the…"
Dec 25, 2024
More…

Meanwhile, you can check our social media channels