Tips, tricks and info on adding cool stuff to your ReefSpace page. Check back for updates. Add comments if you have questions!
Adding a poll to your ReefSpace
Want to add your very own poll to your ReefSpace page? It's really, really easy! We'll have you up and running in 5 minutes...
Register at PollDaddy.com and create your poll. This is just a few really simple steps and should be self-explanatory. But if not, add a comment here for help.
After your poll has been created, you will get a bunch of boxes with code to add to your page. Use the "HTML Snippet" code. Copy that code and paste it into your ReefSpace box (any text box on your reefspace page that you can edit). Paste it in there, save it, and you're done!
Hiding Things
(explanation later)
/* hide friends box */
.xg_module.xg_module_friends {
display:none !important;
}
/* hide videos box */
.xg_module.video_module {
display:none !important;
}
/* hide photo box (we will have a better hook for this soon) */
.xg_1col.first-child .xg_module.photo_module {
display:none;
}
/*hide share button*/
.xn_actionbar ul.actions{
display:none;
}
Add music to your page
Try
this site for a widget with tunes you can add to your ReefSpace page. It should give you some code that you can paste into the text box at the top of your page. Let me know if you have any problems! Oh… and let me know if you try it and it works too!