Here is a simple instruction of how to allow users/members to print content of your ning network. You can view it live in my site
- Go to Printfriendly
- Get a button for your website
- Copy the printfriendly script and insert it in the code below:
Paste this code in your analytics :
<div id="print_buttons" style="display:none;">INSERT YOUR PRINT FRIENDLY SCRIPT HERE</div>
<script type="text/javascript">
if (typeof(x$) != 'undefined') { x$("a.xg_sprite.xg_sprite-view").append('<div id="buttons"></div>'); var inject_buttonscode = document.getElementById('print_buttons'); var buttonscode = document.getElementById('buttons'); buttonscode.innerHTML = inject_buttonscode.innerHTML; }
</script>
Paste this code in your CSS:
#buttons{float:right;margin-left:18px!important;}
Replies
Now that's practical- thx for the tip!
This is amazing, why is this not shown to everyone?
M
Awesome! Thanks for this killer tip, Glen!
Michelle, what do you mean?
Who knows what I meant Patrick? :) Maybe I had to really search for this and I thought it should be built in to the ning platform.
Where these buttons show up?
I would love this feature - but can't make it work...
Any solution? How do I make this work??
Does anyone know how this could be added so that Groups can use it? Thanks!