Do you have a Custom Page that you do not need or want the Social Share or LIKE buttons at the bottom?
I know to most people here on NING Creators, this is an easy task to do. But after digging, and digging through the NC help/tip archives, I found it difficult to find what I was looking for, so I am creating this page to help clarify it for the rest of us "newbs."
To remove the Social Share and Like buttons, do the following:
1. From your Custom Page, click the "Option" button in the top right corner, and then select "edit"
2. Scroll to the bottom of the page and put a Check Mark in the option that says:
Meta: Manage title and meta tags manually (advanced)
3. Insert the following code into the box that says "Custom"
<style>
.post_to_twitter {display:none;}
.xg_sprite-share {display:none;}
.likebox {display:none;}
.google-plusone {display:none;}
</style>
4. Click "Update page"
This will remove ALL the current Social Share and LIKE icons from this specific page, but NOT any of your other pages.
Replies
Really nice tip, very well done!
Also you can use this code
<style>
.share-links {
display: none;
}
</style>
Thanks - handy tip.
now if we could only add them to custom pages in 3.0... guess i'll need to hack it in..