<?xml version="1.0"?><!-- 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>Xanga Support: Forum: JavaScript - Recent Posts</title>
<link>http://help.xanga.com/</link>
<description>Xanga Support: Forum: JavaScript - Recent Posts</description>
<language>en</language>
<pubDate>Wed, 25 Nov 2009 10:22:21 +0000</pubDate>

<item>
<title>marc on "WHY WHY WHY!!!! (Adding Javascript for RefTagger)"</title>
<link>http://help.xanga.com/topic/why-why-why-adding-javascript-for-reftagger?post_id=2048#post-2048</link>
<pubDate>Wed, 14 Oct 2009 22:25:40 +0000</pubDate>
<dc:creator>marc</dc:creator>
<guid isPermaLink="false">2048@http://help.xanga.com/</guid>
<description>&#60;p&#62;Heh, glad to help! Sorry for the troubles.
&#60;/p&#62;</description>
</item>
<item>
<title>JulieMillerFan on "WHY WHY WHY!!!! (Adding Javascript for RefTagger)"</title>
<link>http://help.xanga.com/topic/why-why-why-adding-javascript-for-reftagger?post_id=2045#post-2045</link>
<pubDate>Wed, 14 Oct 2009 21:00:03 +0000</pubDate>
<dc:creator>JulieMillerFan</dc:creator>
<guid isPermaLink="false">2045@http://help.xanga.com/</guid>
<description>&#60;p&#62;Marc, I just gave you a shout out in my latest post. Thanks greatly, it works wonderfully.
&#60;/p&#62;</description>
</item>
<item>
<title>JulieMillerFan on "WHY WHY WHY!!!! (Adding Javascript for RefTagger)"</title>
<link>http://help.xanga.com/topic/why-why-why-adding-javascript-for-reftagger?post_id=2043#post-2043</link>
<pubDate>Wed, 14 Oct 2009 20:39:06 +0000</pubDate>
<dc:creator>JulieMillerFan</dc:creator>
<guid isPermaLink="false">2043@http://help.xanga.com/</guid>
<description>&#60;p&#62;LOL --- Yes, Marc, it's working... in some instances.  Where I have spent the time hyperlinking passages in the past appearently blocks the usage of reftagger, meaning I will have to go undo all those hyperlinks.  ROFL.&#60;/p&#62;
&#60;p&#62;It's working, and will work in the future, and that is what matters most to me.  Thanks, you have no idea how grateful I truely am.  Marc, thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>marc on "WHY WHY WHY!!!! (Adding Javascript for RefTagger)"</title>
<link>http://help.xanga.com/topic/why-why-why-adding-javascript-for-reftagger?post_id=2037#post-2037</link>
<pubDate>Wed, 14 Oct 2009 19:58:58 +0000</pubDate>
<dc:creator>marc</dc:creator>
<guid isPermaLink="false">2037@http://help.xanga.com/</guid>
<description>&#60;p&#62;Just updated your site - is it working now?
&#60;/p&#62;</description>
</item>
<item>
<title>JulieMillerFan on "WHY WHY WHY!!!! (Adding Javascript for RefTagger)"</title>
<link>http://help.xanga.com/topic/why-why-why-adding-javascript-for-reftagger?post_id=2036#post-2036</link>
<pubDate>Wed, 14 Oct 2009 19:51:41 +0000</pubDate>
<dc:creator>JulieMillerFan</dc:creator>
<guid isPermaLink="false">2036@http://help.xanga.com/</guid>
<description>&#60;p&#62;For the record: I am trying to place the code into the footer via CSS on the Remix Themes.   I have tried the above code even abbreviated: &#60;/p&#62;
&#60;p&#62;&#38;lt;script src=&#34;http://bible.logos.com/jsapi/referencetagging.js&#34; type=&#34;text/javascript&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
Logos.ReferenceTagging.lbsBibleVersion = &#34;NIV&#34;;&#60;br /&#62;
Logos.ReferenceTagging.lbsLinksOpenNewWindow = true;&#60;br /&#62;
Logos.ReferenceTagging.lbsLibronixLinkIcon = &#34;dark&#34;;&#60;br /&#62;
Logos.ReferenceTagging.lbsNoSearchTagNames = [ &#34;h1&#34;, &#34;h2&#34;, &#34;h3&#34; ];&#60;br /&#62;
Logos.ReferenceTagging.tag();&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;and all I get is PROCESSING --- PROCESSING --- PROCESSING with no conclusion.  I've even let it sit for 30 minutes once to see if time was all it needed.&#60;/p&#62;
&#60;p&#62;any help is appreciated, thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>JulieMillerFan on "WHY WHY WHY!!!! (Adding Javascript for RefTagger)"</title>
<link>http://help.xanga.com/topic/why-why-why-adding-javascript-for-reftagger?post_id=2035#post-2035</link>
<pubDate>Wed, 14 Oct 2009 19:45:28 +0000</pubDate>
<dc:creator>JulieMillerFan</dc:creator>
<guid isPermaLink="false">2035@http://help.xanga.com/</guid>
<description>&#60;p&#62;Thanks, you really don't know how much this actually means to me --- I sometimes spend over an hour AFTER I've written a post linking bible verses to an outside site so as to allow the references to be accessible. This will allow a simple window to open over the verse noted showing what is in question.  If done correctly (added to your blogsite via footer) it will work for all blogs posted past and future. Thanks.&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- RefTagger from Logos. Visit &#60;a href=&#34;http://www.logos.com/reftagger.&#34; rel=&#34;nofollow&#34;&#62;http://www.logos.com/reftagger.&#60;/a&#62; This code should appear directly before the &#38;lt;/body&#38;gt; tag. --&#38;gt;&#60;br /&#62;
&#38;lt;script src=&#34;http://bible.logos.com/jsapi/referencetagging.js&#34; type=&#34;text/javascript&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
    Logos.ReferenceTagging.lbsBibleVersion = &#34;NIV&#34;;&#60;br /&#62;
    Logos.ReferenceTagging.lbsLinksOpenNewWindow = true;&#60;br /&#62;
    Logos.ReferenceTagging.lbsLibronixLinkIcon = &#34;dark&#34;;&#60;br /&#62;
    Logos.ReferenceTagging.lbsNoSearchTagNames = [ &#34;h1&#34;, &#34;h2&#34;, &#34;h3&#34; ];&#60;br /&#62;
    Logos.ReferenceTagging.tag();&#60;br /&#62;
&#38;lt;/script&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>marc on "WHY WHY WHY!!!! (Adding Javascript for RefTagger)"</title>
<link>http://help.xanga.com/topic/why-why-why-adding-javascript-for-reftagger?post_id=2033#post-2033</link>
<pubDate>Wed, 14 Oct 2009 19:33:25 +0000</pubDate>
<dc:creator>marc</dc:creator>
<guid isPermaLink="false">2033@http://help.xanga.com/</guid>
<description>&#60;p&#62;Hi! Sorry for the trouble!&#60;/p&#62;
&#60;p&#62;Could you email us the code you're trying to install?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://help.xanga.com/about/contact/contact-customer-service/&#34; rel=&#34;nofollow&#34;&#62;http://help.xanga.com/about/contact/contact-customer-service/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We'll see if we can help you out - thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>JulieMillerFan on "WHY WHY WHY!!!! (Adding Javascript for RefTagger)"</title>
<link>http://help.xanga.com/topic/why-why-why-adding-javascript-for-reftagger?post_id=2027#post-2027</link>
<pubDate>Wed, 14 Oct 2009 10:39:48 +0000</pubDate>
<dc:creator>JulieMillerFan</dc:creator>
<guid isPermaLink="false">2027@http://help.xanga.com/</guid>
<description>&#60;p&#62;I am trying to add Javascript coding for reftagger (http://www.logos.com/reftagger) which will save me untold hours of time and help my readers out immensely in dealing with the posts I have up and will post in the future.  Every attempt to do so seems to be a failure --- why?  If reftagger is not allowed, by what reason is it?  (And if it is a policy Xanga intends to hold to, I want my Lifetime payment back and I will look elsewhere for my blogging.)   If it is something I am doing wrong, please, help me work through this so that I can have this valuable tool at my readers disposal.&#60;/p&#62;
&#60;p&#62;Please --- someone ---- help!!!
&#60;/p&#62;</description>
</item>
<item>
<title>mich28 on "Can I use Javascript codes in Themes?"</title>
<link>http://help.xanga.com/topic/can-i-use-javascript-codes-in-themes?post_id=2003#post-2003</link>
<pubDate>Mon, 12 Oct 2009 17:52:20 +0000</pubDate>
<dc:creator>mich28</dc:creator>
<guid isPermaLink="false">2003@http://help.xanga.com/</guid>
<description>&#60;p&#62;Apparently you can (if you are a premium user). And depends on what code generator you use. It seems like the scripts are different for theme xanga and the classic xanga.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://thexangateam.xanga.com/624793059/javascript-support-for-xanga-themes-premium-beta/&#34; rel=&#34;nofollow&#34;&#62;http://thexangateam.xanga.com/624793059/javascript-support-for-xanga-themes-premium-beta/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Blackburn on "Can I use Javascript codes in Themes?"</title>
<link>http://help.xanga.com/topic/can-i-use-javascript-codes-in-themes?post_id=1802#post-1802</link>
<pubDate>Wed, 30 Sep 2009 22:14:37 +0000</pubDate>
<dc:creator>Blackburn</dc:creator>
<guid isPermaLink="false">1802@http://help.xanga.com/</guid>
<description>&#60;p&#62;hmm. most chatboxes use javascripts. any other way we can place them on the new themes pages? or would you recommend using something else.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
