|
RC20_Installation
How to install Recent Comments widget manually
IntroductionAlthough 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
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