This content has been marked as final.
Show 2 replies
-
Re: 4.5: Anyone able to put notification code into html widget?
DelJan 26, 2012 2:07 AM (in response to mdcrocker)
Hello Mike
We've used this code snippet in various HTML widgets on our platform.
It gives the basic funtion of Receiving/Not Receiving email notifications.
You can then make it look 'pretty' and fit with your page using more HTML.
Hope this helps.
Del.
<a title="" onclick="startWatching(); return false;" rel="nofollow" href="#">
<span class="jive-icon-med jive-icon-notify-stop"></span>
Receive email notifications
</a>
<p>
<a title="" onclick="stopWatching(); return false;" rel="nofollow" href="#">
<span class="jive-icon-med jive-icon-notify-stop"></span>
Stop email notifications
</a>
</p>
-
Re: 4.5: Anyone able to put notification code into html widget?
mdcrocker Jan 26, 2012 7:24 AM (in response to Del)Thanks.
I will give it a try.
Mike
-