Tuesday, August 24, 2010

New client script!

New client script! Faster and No Key required and No Bans!

No needs to ask for unblocking, no need to get the key. You just install new code, only three lines, too!

Here is quick list:

  • It's faster. Because it do not use BRPS database, therefore BRPS do not need to search for labels via Blogger API. It directly uses Google Search with labels as search keyword.
  • It supports multi-blog, even multi-site, because it uses Google search operator site:example.com | site:someblog.blogspot.com | ...
  • It can now work on any page of your Blogger blog, but it will use all labels from that page to do the search. In other words, the search keywords can come from labels of different posts on that page which user is visiting. It will only use top 20 frequent label to query.
  • No Key required! No blocking!

Friday, August 20, 2010

Installing BRPS in classic templates

Someone asked how to install in classic templates, so I checked up and found the code provided from BRPS wasn't working. There is an issue with HTML, so I updated the code. It should be working in classic templates.

The question is where to install those three lines. My suggestion is

At sidebar

Find the following and insert the code before:

</div></div>
<!-- End #sidebar -->

The related list will show up at the bottom of sidebar.

If you want to move the list up, just observe the code before these two lines, you can see each gadget of sidebar is a block of code, put the BRPS code between, usually above <h2> will do.

At post end

Find the following and insert the code before:

  </div>
  <!-- End .post -->

Hope this helps.