Hi NCs,
Do you know how to add a pinterest button next to every twitter button? No? No worries, here is the code. Simply copy and paste the code into custom code box. You are done.
Learn more about share button here
Also you can contact me for better share button customization and other ning stuff at bernardmax@gmail.com
The Code Updated: 27/10/12
<!-- Add pinterest Button BEGIN -->
<script type="text/javascript">
x$(document).ready(function(){
x$(".post_to_twitter").after('<a class="addthis_button_pinterest_pinit"></a>');
x$(".xg_module_activity .addthis_button_pinterest_pinit").css('display','none');
});
</script>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4ff19dea60772bf2"></script>
<!-- AddThis Button END -->
<style>
.at_PinItButton:hover {
background-position: -124px 0px;
}
.at_PinItButton {
background-image: url(http://api.ning.com:80/files/Xuh4rezxPoq7fgI*fSEmPfHFCb6apRyGLRkMmwJALs96Rw6ee5lwXuN-Fk8cQQLg7yB4xX1jmqQJmlYp4fQhC*CTOIRuW8Gk/gtcliketweetpinit.gif);
background-repeat: no-repeat;
background-position: -124px 0px;
}
</style>
Screenshot Example:

Hi sandra and Jens,
Please use the updated version of code. Problem is solved now.
Best Wishes
Bernard
Permalink Reply by Jens on October 27, 2012 at 7:44am Thanks a lot Bernard!
that's really great: you changed the item
data_track_addressbar":true into data_track_addressbar":false
Now this suffix disappears!
Best wishes,
Jens
Permalink Reply by Sandra on October 27, 2012 at 7:51am Thanks a lot for helping. I had assumed that you have to set it to false, but I didn't dare :)

Hi all,
Some members were complaining about unknown number after url like this #3445g43. Because Addthis had enabled address bar tracking which appends those parameters to your URL. They're there so that they can collect analytics when someone copies the URL out of the address bar instead of going through their sharing tool. It shouldn't affect people linking to your site and can provide insight into what content is the most popular on your site.
If they're not wanted or are causing issues, you're free to disable or enable address bark sharing tracking. Just adjust your addthis_config variable like these:
To disable:
<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.data_track_addressbar = false;
</script>
To enable:
<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.data_track_addressbar = true;
</script>
nice tip man thanks again! add me
~Mark Miner~
Permalink Reply by Jordon McGee (Jords) on October 29, 2012 at 9:55am Good stuff!
Permalink Reply by Sam Alexander on October 30, 2012 at 11:53am Thank you so much for your help and sharing. Works great.
Permalink Reply by James Higginson on November 2, 2012 at 10:22am 
Permalink Reply by Joao Fernandes on November 4, 2012 at 12:36am Bernard, you rock like Gangnam style.
Allison Leahy replied to SM's discussion 'Just discovered Disqus commenting on Ning - how do we add more features?'
Jordon McGee (Jords) replied to SM's discussion 'Just discovered Disqus commenting on Ning - how do we add more features?'
Yaron replied to Allison Leahy's discussion 'Changes to Ning 3.0 Based on Your Feedback'© 2013 Created by Ning.
