Register a Tungle.me account
Visit Tungle.me and follow the on-screen instructions.
Create a User Macro
- Login to Confluence as a user with admin privileges
- Select Browse -> Confluence Admin -> User Macros
- Create a new User Macro with the following details:
Macro name: tungle
Macro body: unchecked
Output: Macro generates HTML markup
Template:
#set ($user = ($paramuser))
#if ($user)
<img src="https://www.tungle.me/public/${user}/busyicon" class="tungle-me" teml="${user}"/>
<script src="https://www.tungle.me/portal/js/plugins/tungle.mwmWidget.js" type="text/javascript"></script>
#else
<div class="errorBox">You must specify a <strong>user</strong> parameter.</div>
#end
Add the Macro to a Page
Edit any Confluence page in the normal way and add the following code:
{tungle:user=<username>
where <username> is your Tungle.me username, e.g.
{tungle:user=sphericaln}
This will give you the following on your wiki page:
and when you click "schedule a meeting" you will see:
If you don't specify a "user" parameter then you will get:
Tungle.me has a number of synchronisation integrations with calendar services - LotusLive, Lotus Notes, Google Calendar, Outlook, Entourage, Exchange - and embedding the widget in your website is a great way of making it easy for people outside your organisation to schedule appointments.
2 comments:
You get 100 pts for this one, sir. 90 for the macro which worked a charm first time and 10 for the song reference. I once convinced myself to go bungee jumping in Guam with the line from "Sound" on the same album:
"Do everything you fear, in this there is power. Fear is not to be afraid."
Of course, someone died on that very same platform three months later, so, maybe fear is to be at least considered.
Thanks for the macro definition.
Thanks for the comment Brian - and I'm glad you survived the bungee jump.
Post a Comment