17 November 2008

Now, I have delicious button on my lovely Opera

I found the way to add delicious button from this blog.  

http://erlang.no/content/delicious-opera-buttons-0#comment-3187

Thank to andreas. Now I can add my bookmark to delicious from opera. I love the buttons, however I found the icon is not friendly with me as usual I see the delicious icon in IE and Firefox. So, I try to add the delicious button for opera.  Here is what I do

1. Google delicious.png and change size to 22x22. you can use pant.net which is free.

2. Duplicate D:\Program Files\Opera\Skin\standard_skin.zip and rename it to standard_skin_mod.zip.



3. Add the modified delicious.png to standard_skin_mod.zip\buttons.



4. Extract the skin.ini from standard_skin_mod.zip and add the following line

Delicious = buttons/delicious.png in skin.ini.


5. Add the skin.ini to standard_skin_mod.zip.

6. Open opera> tools > apperance > Skin > select standard_skin_mod > ok



7. Open the URL http://erlang.no/content/delicious-opera-buttons-0

8. Open the dragon fly. Tools > advanced > developer tools.

9. Type the your delicious user name in the textbox and click create button. You will see three buttons "My", "In", "Post".

10. Change the dragon fly window to DOM click the url in dragaon DOM window, it will show the source the page. Click the "Post" icon in the web page. It will show the button source in the DOM window.



11. Double click on the

"opera:/button/Go%20to%20page,%22javascript:location.href='http://del.icio.us/delicioususername?v=3&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)%22,,%22Post%22,Compose%20mail"

and change it to

"opera:/button/Go%20to%20page,%22javascript:location.href='http://del.icio.us/delicioususername?v=3&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)%22,,%22Post%22,Delicious"




12. Click on the white space on the DOM, it make the changes effected. After that drag the post button to the main bar.  You can do same thing to other button. In my case I only want post button, so I changed only one.



And you are done. :) Thank you very much andreas. 

May be there is a better way to change the icon which I don't know. 

No comments: