My favorites | Sign in
Project Logo
                
Search
for
Updated Apr 01, 2009 by yung...@gmail.com
Labels: Featured, Phase-Implementation
RC20_Installation  
How to install Recent Comments widget manually

Introduction

Although highly recommended installing this widget using the installation page, you can still install it on your blog manually with this instruction. By understanding this process, you are then able to know how to change the script files location. I do recommend users to download the script file (rc20_pack.js) and then upload to their own server. In many cases my link may not work for you, exceeding bandwidth limit for example, using your own server will prevent such a unpleasant situation from happening.

How to Install?

Two script files are necessary

  • A lastest jQuery - any version after 1.2.1 should work fine.
  • Recent comments widget JS script file, either uncompressed or compressed.

Now, add a new HTML/Javascript page element and add the following HTML code.

<script src="http://yourURL/jquery.js" type="text/javascript"></script>
<script src="http://yourURL/rc20_pack_en.js" type="text/javascript"></script>
<script type="text/javascript">
g_szBlogDomain = 'yourblog.blogspot.com';
</script>

jQuery must load first in order to use this widget

For the detail settings of the parameters, please see here.


Sign in to add a comment
Hosted by Google Code