Bookmarklet is actually a simple Javascript program to perform various actions on a webpage. It works in all browser that supports Javascript. Saving any bookmarklet is very similar to that you save bookmarks in your browser. You can also save a bookmarklet by drag-and-drop way in the the Desktop browsers like Firefox, Opera etc. But the same is not applicable for Opera mini/ mobile version for mobile. the Drag-and-drop does not work here. Here is a older but useful tweak to save bookmarklets on such mobile browsers.
1. Add any test page to bookmark in Opera mini. For instance, visit www.google.com and add it to bookmarks.
2. Navigate to Bookmarks > Manage and select to edit the bookmark that you’ve added recently.
3. Change the title with relevant name and replace the existing link at the “Address” field with the Javascript code. For instance, if you want to use the Facebook-Like bookmarklet in opera mini, put “Facebook-Like” at the title field and put the following Javascript code in the “Address” field:
javascript:var%20e=document.createElement('script');e.setAttribute('language','javascript');e.setAttribute('src','http://kortina.net/labs/facebook-like.js?t='+(new%20Date()).getFullYear().toString()+(new%20Date()).getMonth().toString()+(new%20Date()).getUTCDate().toString());document.body.appendChild(e);void(0);
Save the changes. Now browse any page and use that Facebook-Like bookmarklet from the bookmark list. you should see the Facebook like button as the following screenshot.
In such a way, you can add any bookmarklet to your Opera mini/ mobile browser in mobile. Use the bookmarklet from the bookmarks list and it will go on its own way. Thanks Arpit.
