If you miss having the rating system on your site, here's a simple tip to add "Star Rating" to everything, including private content.
Enable the Ning "Like" on your site (if you don't like Nings Like, enable it anyway. We can hide it with css and the rating will still work)
Get the widget code from Rating-Widget.com the way you want... I chose small stars...
Add the ratings code to your custom code (don't add the container div).
Add this to your custom code to insert the container div after the Ning "Like"...
<!-- Insert Rating Stars After Social Sharing -->
<script type="text/javascript">
x$(".likebox.ning-likebox").after('<div class="rw-ui-container"></div>');
</script>
Add this to your advanced css...
/*------------------Rating system tweaks---------------------*/
.banner-socialActions.cf {width:32em!important;}
@media screen and (min-width:60px) and (max-width:600px) {
.banner-socialActions.cf {width:26em!important;}}
.rw-ui-container {margin: 0 .6em 0 0; float:left;}
.likebox.ning-likebox {float:left;}
Enjoy,
FT
Replies
I put this in and it works fine 🤙 but when you scroll to the next photo it's not there anymore.