Got a website or Blog? The great thing about the Searchles Widget is it keeps visitors on your website or blog where they belong - they never have to leave your site to bookmark, tag, share and discuss - all the functionality is built into one integrated, easy to use tool. It installs into your webpage with one line of code. How viral is that? It's contagious!

Real estate on your website is valuable! At Searchles, we know that and designed our widget to integrate unobtrusively at the bottom of your content.

Get a real time picture of what your audience thinks is important about your content through tags!

Keep track of who's interested in your specific blog postings, stories or videos!

When your visitors comment, those comments not only stay on your site but are pushed out virally through Searchles and comments submitted through Searchles directly are pushed back, helping you reach a wider audience.

The Searchles Widget allows your audience to instantly share your content with their friends inside and outside of Searchles. How viral is that? It's contagious!!!
The installation of the widget is very simple, but requires that you have access to the programming code behind your website.
To install the widget, copy the code below and place it within the page where you want the widget to appear. You will need to programmatically insert the URL (or blog Permalink) and Title of the article (make sure the URL and title are encoded, failure to do so can cause bad stuff to happen - ie. widget no worky).
If you have any problems, don't hesitate to contact us at info (at) searchles.com
Here's the code:
<script src="http://www.searchles.com/widget/widget.js?url=URL&title=TITLE" type="text/javascript"></script>
Make sure you replace URL and TITLE with url encoded versions of the URL and Title of the page or article.
For example: youtube.com%2Fwatch%3Fv%3Dzizejbgkxuq is an encoded version of youtube.com/watch?v=ziZEjBGkXUQ. You must do this in the code of your website (php, jsp, asp, cold fusion, etc.). This is necessary because characters like &, ', ", and ? can screw up the widget code.
Here is an actual, working example of the widget:
To put the Searchles Widget in your Blogger blog it requires a bit more code, but is still a simple cut and paste.
On your Dashboard go to 'Template' -> 'Edit HTML', then click the checkbox to 'Expand Widget Templates'
The actual code:
<span expr:id='"invisible_title_" + data:post.id' style='display:none;'><data:post.title/></span> <span expr:id='"invisible_url_" + data:post.id' style='display:none;'><data:post.url/></span> <script> var title_<data:post.id/> = encodeURIComponent(document.getElementById('invisible_title_<data:post.id/>').innerHTML); var url_<data:post.id/> = encodeURIComponent(document.getElementById('invisible_url_<data:post.id/>').innerHTML); var ref = 'http://www.searchles.com/widget/widget.js?url=' + url_<data:post.id/> + '&title=' + title_<data:post.id/>; document.write('<script type="text/javascript" src="' + ref + '"></sc' + 'ript>'); </script>
<script src="http://www.searchles.com/widget/widget.js?url=<?php echo urlencode(the_permalink()); ?>&title=<?php echo urlencode(the_title()); ?>" type="text/javascript"></script>
Other Blogging Platform HOWTO's coming soon!!
Other Blogging Platform HOWTO's coming soon!!
<script src="http://www.searchles.com/widget/widget.js?url=URL&title=TITLE&disable_comments=true" type="text/javascript"></script>
IMPORTANT NOTE: To use our widget, please make sure you have already registered with Searchles. Click here to register.
Searchles is a highly scaleable "social search" platform that showcases expertise, enables collaboration with peers and instantly captures it in searchable knowledge indexes. The platform is a hybrid, combining aspects of "social bookmarking" and "social networking" technology with analytical "social search" capability. Unlike other social sites that limit discovery through a "wisdom of the masses" approach, Searchles empowers users to determine who influences their discovery efforts, when and how through networks of trust. Network search enables users to discover content with personalized filtering features that include tags, keywords or a combination of both, as well as the ability to apply these same filters to search all postings, groups, friends, or friends' friends based on each user's personal criteria. By analyzing the associations and patterns between trusted people, sources, tags and content, Searchles is able to deliver more precise, relevant results while suggesting content and people related to each user's interests.
If you have questions about the widget, send us an email at info (at) searchles.com.