I love the Facebook share buttons on my site, but I've had complaints from members who's profiles get shared by people they don't know.  I realize that even without the button their pages are not private and could be shared on FB, but I'd like to make my members feel a bit more comfortable by hiding this feature on profile pages.  For that matter, I guess hiding all the share buttons on the profile pages.  (on a perfect site, they would remain available to the profile owner, but I'm sure that's not possible unless Ning set it up)

Is there a way hide them using some code?

Views: 636

Replies to This Discussion

Give this a try...copy and paste this into Advanced CSS

.connect_widget {
display: none!important;
}

Katie,

The built-in Ning "FB like" button, one of the tips, or both?

Best,

Jen

Katie,

Add to Advanced CSS, should hide regular built-in "Share on Facebook" under Profile Photo:

.xg_widget_profiles_profile_show .post_to_facebook  {
   display:none!important;
}

Best,

Jen

That's the one, thank you!

Great!

=)

Great tip, thank you. :)

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips