I would like to get Wiki like functionality in Ning. I see that Ning articles can only be edited by creators. I would like them to edited by all members - very much like Google docs so that multiple people can contribute to the same document (e.g. Best practices),
Thoughts on how to achieve this functionality?
Thanks,
Replies
Hi there!
Unfortunately, we don't have the module on our platform that would be working in the way you have described, so I have sent this idea to the management. If they decide to add such functionality, I would inform you about this here on creators.
Best regards,
Ning Team.
Has anyone been able to create this functionality by embedding google docs into Ning
You can embed the google doc for example into the page by using iframes. Just create HTML module on the page and put the code like this there:
<iframe width="960" height="1200" src="link to the document"></iframe>
You should only change the width and height of the frame itself and put the share link instead of "link to the document".
So it will look like this when done:
Best regards,
Ning Team.
P.S. If you wish to hide the menus from top you can add &rm=minimal to the link.