Bookmarklet

Cyca provides you a bookmarklet, a simple piece of code to add to your browser’s bookmarks, which allows to add or share a document or a feed.

When you stumble upon an interesting webpage, just click on the bookmarklet. A form will then be presented to you, allowing you to add the page to your bookmarks, or share ot with your friends.

bookmarklet_bookmark

The bookmarklet’s code is below:

javascript:window.open('https://example.com/index.php/private/bookmarklet?url='+encodeURIComponent(location.href),'cyca_bookmarklet','width=800,height=600,location=false');void(0);

Remember to replace example.com with your actual domain name. Also, you can remove /index.php if you use URL rewriting.