<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Woopra Forums Topic: How do I add a avatar to the chat popup</title>
<link>http://www.woopra.com/forums/</link>
<description>Woopra Forums Topic: How do I add a avatar to the chat popup</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 08:20:02 +0000</pubDate>

<item>
<title>iphonebattery on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-6453</link>
<pubDate>Fri, 28 Nov 2008 05:52:45 +0000</pubDate>
<dc:creator>iphonebattery</dc:creator>
<guid isPermaLink="false">6453@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Need these features also
&#60;/p&#62;</description>
</item>
<item>
<title>wewo on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-6310</link>
<pubDate>Sat, 22 Nov 2008 14:33:43 +0000</pubDate>
<dc:creator>wewo</dc:creator>
<guid isPermaLink="false">6310@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;For an interim quick and dirty solution, you could store woopra.js on your own server, adapt the js integration and edit the function _Chat_Init:&#60;/p&#62;
&#60;p&#62;function _Chat_Init(msg,owner,avatar)&#60;br /&#62;
{&#60;br /&#62;
this.msg    = msg; //or a static message&#60;br /&#62;
this.owner  = &#34;Your Name&#34;;&#60;br /&#62;
this.avatar = escape(&#34;http://path/to/your/70x70px/image&#34;);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I'm not sure, whether you are allowed to do so, nor is that solution tested.
&#60;/p&#62;</description>
</item>
<item>
<title>corporatemagic on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-5830</link>
<pubDate>Sun, 19 Oct 2008 13:32:46 +0000</pubDate>
<dc:creator>corporatemagic</dc:creator>
<guid isPermaLink="false">5830@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Adding my vote to get this problem sorted out.
&#60;/p&#62;</description>
</item>
<item>
<title>loudersoft on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-5824</link>
<pubDate>Sat, 18 Oct 2008 22:25:58 +0000</pubDate>
<dc:creator>loudersoft</dc:creator>
<guid isPermaLink="false">5824@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Here's what I was able to figure out:&#60;/p&#62;
&#60;p&#62;Woopra inserts this code in my page whenever the chat is initiated.  That tells me that whatever module its launching has to be somewhere in my local code doesn't it?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div id=&#34;_0x0A&#34; style=&#34;border: 1px solid rgb(78, 91, 111); position: fixed; right: 0pt; width: 350px; height: 110px; background-color: rgb(255, 255, 255); color: rgb(238, 238, 238); font-size: 12px; text-align: left; z-index: 107; background-image: url(http://woopra.com/_servers/chat-background.png); display: block; bottom: 0px;&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;wooBar&#34; style=&#34;top: 0pt; left: 0pt; width: 350px; height: 20px; background-color: rgb(17, 26, 40);&#34;&#38;gt;&#60;br /&#62;
&#38;lt;span style=&#34;position: absolute; top: 3px; left: 2px;&#34;&#38;gt;&#60;br /&#62;
&#60;strong&#62;Woopra Chat&#60;/strong&#62;&#60;br /&#62;
&#38;lt;/span&#38;gt;&#60;br /&#62;
&#38;lt;div style=&#34;overflow: hidden; position: absolute; cursor: pointer; right: 2px; width: 16px; height: 16px; top: 1px; background-image: url(http://static.woopra.com/images/close.png);&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div style=&#34;border: 1px solid rgb(17, 26, 40); background: rgb(255, 255, 255) url(http://woopra.com/_servers/chat_preview.png) repeat scroll 0% 0%; position: absolute; margin-top: 8px; margin-left: 12px; width: 70px; height: 70px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;0x09&#34; style=&#34;position: absolute; margin-top: 8px; margin-left: 90px; width: 250px; height: 70px; cursor: pointer;&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div onclick=&#34;_HideNotification();_ShowConversation();&#34; onmouseout=&#34;this.style.color='#FFFFFF'&#34; onmouseover=&#34;this.style.color='#CC9900'&#34; style=&#34;color: rgb(255, 255, 255);&#34;&#38;gt;&#60;br /&#62;
&#60;strong&#62;Webmaster:&#60;/strong&#62;&#60;br /&#62;
testing 1 2 3&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I still haven't been able to determine which (if any) of the local files contain the script link to which I can attach variables.  Maybe this will help some of you who are stuck like me.  I'll keep working on it until someone tells me to stop.
&#60;/p&#62;</description>
</item>
<item>
<title>loudersoft on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-5823</link>
<pubDate>Sat, 18 Oct 2008 21:53:49 +0000</pubDate>
<dc:creator>loudersoft</dc:creator>
<guid isPermaLink="false">5823@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I find it really hard to believe that this thread has been up since June and there's still not a solution.  I'm sure it's a basic code fix, if anyone can point us in the right direction on how to change &#34;Webmaster&#34; to our site name and for our Gravatar to appear when initiating a chat, that would be great.&#60;/p&#62;
&#60;p&#62;Has nobody been able to come up with a solution in five months?
&#60;/p&#62;</description>
</item>
<item>
<title>hrtopher on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-5501</link>
<pubDate>Fri, 03 Oct 2008 09:08:21 +0000</pubDate>
<dc:creator>hrtopher</dc:creator>
<guid isPermaLink="false">5501@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Same questions regarding avatar and &#34;click here to chat&#34;.&#60;/p&#62;
&#60;p&#62;Great program, just got approved yesterday and am addicted!
&#60;/p&#62;</description>
</item>
<item>
<title>tpfs on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-5499</link>
<pubDate>Fri, 03 Oct 2008 08:42:30 +0000</pubDate>
<dc:creator>tpfs</dc:creator>
<guid isPermaLink="false">5499@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Looking for this solutions as well! Also looking to change the &#34;Webmaster&#34; string.
&#60;/p&#62;</description>
</item>
<item>
<title>dawmail333 on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-5496</link>
<pubDate>Fri, 03 Oct 2008 08:17:09 +0000</pubDate>
<dc:creator>dawmail333</dc:creator>
<guid isPermaLink="false">5496@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Any solution?
&#60;/p&#62;</description>
</item>
<item>
<title>robintel on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-5472</link>
<pubDate>Thu, 02 Oct 2008 18:12:20 +0000</pubDate>
<dc:creator>robintel</dc:creator>
<guid isPermaLink="false">5472@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I have an avatar! :D Awesome! :D
&#60;/p&#62;</description>
</item>
<item>
<title>robintel on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-5471</link>
<pubDate>Thu, 02 Oct 2008 18:11:48 +0000</pubDate>
<dc:creator>robintel</dc:creator>
<guid isPermaLink="false">5471@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Hostrail, you already have an avatar. I'll quadruple that:&#60;/p&#62;
&#60;p&#62;How can we customize the chat window:&#60;br /&#62;
- give our name instead of &#34;webmaster&#34;&#60;br /&#62;
- put in our picture&#60;br /&#62;
- give some standard message when chat pops up, e.g. &#34;click to chat with site owner&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>hostrail on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-4261</link>
<pubDate>Wed, 13 Aug 2008 16:15:44 +0000</pubDate>
<dc:creator>hostrail</dc:creator>
<guid isPermaLink="false">4261@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Ill triple that:&#60;/p&#62;
&#60;p&#62;How can we customize the chat window:&#60;br /&#62;
- give our name instead of &#34;webmaster&#34;&#60;br /&#62;
- put in our picture&#60;br /&#62;
- give some standard message when chat pops up, e.g. &#34;click to chat with site owner&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>ctech on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-4132</link>
<pubDate>Sat, 09 Aug 2008 06:07:03 +0000</pubDate>
<dc:creator>ctech</dc:creator>
<guid isPermaLink="false">4132@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Ill double that:&#60;/p&#62;
&#60;p&#62;How can we customize the chat window:&#60;br /&#62;
- give our name instead of &#34;webmaster&#34;&#60;br /&#62;
- put in our picture&#60;br /&#62;
- give some standard message when chat pops up, e.g. &#34;click to chat with site owner&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>instant on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-3917</link>
<pubDate>Tue, 29 Jul 2008 00:30:15 +0000</pubDate>
<dc:creator>instant</dc:creator>
<guid isPermaLink="false">3917@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;How can we customize the chat window:&#60;br /&#62;
- give our name instead of &#34;webmaster&#34;&#60;br /&#62;
- put in our picture&#60;br /&#62;
- give some standard message when chat pops up, e.g. &#34;click to chat with site owner&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>sambeckett on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-3018</link>
<pubDate>Wed, 11 Jun 2008 11:56:59 +0000</pubDate>
<dc:creator>sambeckett</dc:creator>
<guid isPermaLink="false">3018@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I don't use gravatar.com... I hope we can select the avatar, and create custom CSS for the chat popup.&#60;/p&#62;
&#60;p&#62;It took me 15 requests to get one of my most frequent users to respond to it.&#60;/p&#62;
&#60;p&#62;He was surprised and thought someone was trying to hack is computer.
&#60;/p&#62;</description>
</item>
<item>
<title>Otto on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2914</link>
<pubDate>Mon, 09 Jun 2008 15:09:56 +0000</pubDate>
<dc:creator>Otto</dc:creator>
<guid isPermaLink="false">2914@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Yeah, I'm not seeing avatars on my woopra client either. And I know very well who I am. :)
&#60;/p&#62;</description>
</item>
<item>
<title>jmarston on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2831</link>
<pubDate>Sat, 07 Jun 2008 10:25:22 +0000</pubDate>
<dc:creator>jmarston</dc:creator>
<guid isPermaLink="false">2831@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I see &#34;Avatars have been improved to generate faster.&#34; on an article I found as a post from the front page.  A blog maintained by Lorelle VanFossen.  Lorelle are you there?&#60;/p&#62;
&#60;p&#62;I tracked down another members contact info and looks like they are using gravatar.com which is intgegrated into wordpress and probably  automatically supported by this system as well.  Trying that next!&#60;/p&#62;
&#60;p&#62;OK! Well that's some progress, however this image still does not appear on chats conducted on tests with fresh browsers.
&#60;/p&#62;</description>
</item>
<item>
<title>Heroes on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2811</link>
<pubDate>Sat, 07 Jun 2008 00:06:25 +0000</pubDate>
<dc:creator>Heroes</dc:creator>
<guid isPermaLink="false">2811@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Idem, same question... But still no answer. I guess that customizing the avatar is just not possible :(&#60;br /&#62;
Adding this possibility on future releases could be really nice, and maybe a way to customize it (for instance colors, position, name -instead of &#34;webmaster&#34;-, help text...)&#60;/p&#62;
&#60;p&#62;Really good software and service thanks :)
&#60;/p&#62;</description>
</item>
<item>
<title>jamiedia on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2771</link>
<pubDate>Fri, 06 Jun 2008 08:31:42 +0000</pubDate>
<dc:creator>jamiedia</dc:creator>
<guid isPermaLink="false">2771@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Hi all.&#60;br /&#62;
The program looks great but I'd like to add an avatar for the chat window. How has sambeckett got his image up there. I cant find the options anywhere. Does anyone know where I need to look?
&#60;/p&#62;</description>
</item>
<item>
<title>sirberus on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2711</link>
<pubDate>Thu, 05 Jun 2008 17:24:48 +0000</pubDate>
<dc:creator>sirberus</dc:creator>
<guid isPermaLink="false">2711@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Any response on this? Great program... seemingly slow support.
&#60;/p&#62;</description>
</item>
<item>
<title>bizzim on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2621</link>
<pubDate>Thu, 05 Jun 2008 10:04:08 +0000</pubDate>
<dc:creator>bizzim</dc:creator>
<guid isPermaLink="false">2621@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;ive sent a few request to chat to people but had little response.. I think the box is a bit confusing for some users + those that have tested it with me says its not obvious what to do when the chat box appears.  + if they accidentally close it I doesnt seem to re-iniate the chat if I send the user another message.  I think it should do, is it meant to??&#60;/p&#62;
&#60;p&#62;Also am desperate for a 'Click here to Chat' icon I can add to my page. One that I can manage the status of through the woopra application so its clear when Imp available or perhaps even what number the users is in a queue.&#60;br /&#62;
+ IE 7 seems to block the chat function.. possibly cause of popup blocker maybe? does anyone know.&#60;br /&#62;
the more i play with woopra the more I love it..
&#60;/p&#62;</description>
</item>
<item>
<title>sambeckett on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2611</link>
<pubDate>Thu, 05 Jun 2008 09:24:45 +0000</pubDate>
<dc:creator>sambeckett</dc:creator>
<guid isPermaLink="false">2611@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I would also like to change the position of the popup.&#60;/p&#62;
&#60;p&#62;I sent 10 requests to random people, no one accepted.
&#60;/p&#62;</description>
</item>
<item>
<title>jmarston on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2610</link>
<pubDate>Thu, 05 Jun 2008 09:22:09 +0000</pubDate>
<dc:creator>jmarston</dc:creator>
<guid isPermaLink="false">2610@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I'd also like to know how to add my avatar.  As for the need for a &#34;Click here to start chat&#34; - I guess we're supposed to say so in our introductory sentence.  I wonder if there's a way to create a static icon to display &#34;Live Help Click here&#34; by way of the javascript.  Anyone?
&#60;/p&#62;</description>
</item>
<item>
<title>joshuacrispin on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2541</link>
<pubDate>Wed, 04 Jun 2008 19:26:25 +0000</pubDate>
<dc:creator>joshuacrispin</dc:creator>
<guid isPermaLink="false">2541@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Nor a way to add my image in the box on any profile pages on the Woopra site...nor in the desktop client.
&#60;/p&#62;</description>
</item>
<item>
<title>joshuacrispin on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2540</link>
<pubDate>Wed, 04 Jun 2008 19:25:37 +0000</pubDate>
<dc:creator>joshuacrispin</dc:creator>
<guid isPermaLink="false">2540@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Yeah...just an empty box in the pop up chat. And there is no &#34;click this window to start chat&#34; or similar either. Most people will jut look at and not know what they should do.
&#60;/p&#62;</description>
</item>
<item>
<title>sirberus on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2532</link>
<pubDate>Wed, 04 Jun 2008 18:51:32 +0000</pubDate>
<dc:creator>sirberus</dc:creator>
<guid isPermaLink="false">2532@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Bump... looking for the same answer.
&#60;/p&#62;</description>
</item>
<item>
<title>hostrail on "How do I add a avatar to the chat popup"</title>
<link>http://www.woopra.com/forums/topic/how-do-i-add-a-avatar-to-the-chat-popup#post-2488</link>
<pubDate>Wed, 04 Jun 2008 15:13:20 +0000</pubDate>
<dc:creator>hostrail</dc:creator>
<guid isPermaLink="false">2488@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;How do I add a avatar to the chat popup
&#60;/p&#62;</description>
</item>

</channel>
</rss>
