Bookmarkify Icons Converted to PNG Format
Saturday, May 10th, 2008 by Gary KeorkunianPosted in Bookmarkify |
To correct some issues with site icon display in IE, I have converted all of the icon images into the PNG format. This makes them more browser friendly and also reduces the size bit.
Once you upgrade to this version you can remove any files with the “.ico” extension from the Bookmarkify directory as they will no longer be used.
A new bookmark site, BlogBookmark has been added as well.
The new version is tagged 0.9.5 and can be downloaded from the Bookmarkify page.
![[Ask]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/ask.png)
![[del.icio.us]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/facebook.png)
![[Google]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/google.png)
![[MySpace]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/myspace.png)
![[OnlyWire]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/onlywire.png)
![[Sphere]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/sphere.png)
![[StumbleUpon]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/technorati.png)
![[Windows Live]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/email.png)

May 19th, 2008 at 1:01 am
Hello,
Great plugin, thanks!
I am having a small issue though and maybe you can help. On my blog I use CSS to style images in posts with a little padding and a border. However, this styling is happening to the Bookmarkify icons and I do not want that to happen. How can I exclude those images from being styled in each entry? I thought it would be as simple as using your widget to create a new style sheet for the Bookmarkify icons, but it turns out that my site is overriding any Bookmarkify styleing.
Any help would be appreciated.
Thanks!
May 19th, 2008 at 8:35 am
Daniel,
Thanks. I am not which icons your referring to. Is it the ones in widget or the ones in “More” box?
The icon styles in the widget are controlled by the style sheet created in the widget viewer. The icon styles in the “More” box are controlled inline. I have made many improvement over the past few revisions to overcome the inherited styles that cause issues like the one you are having. Please make sure you are using the latest version.
Gary
May 19th, 2008 at 11:18 pm
I have found a few problems in the latest 0.9.6 version of the plugin. a call to getBookmarkifyLinks() is made on line 627 with no arguments. It results in an error on the bookmarkify settings page. I think the solution is to replace $bookmarkifyLinks=getBookmarkifyLinks(); with $bookmarkifyLinks=getBookmarkifyLinks('’, ‘’);
The icons don’t load in the bookmarkify settings panel. I think that ABSPATH.”wp-conten… should be replace by something like get_settings(’home’).”/wp-conten…
It seems to work for me…
May 20th, 2008 at 8:07 am
Hi Derek,
Thank for the bug report. The change did not cause a problem in my installation of WordPress, but I certainly see how it could in others. I have fixed both issues that you reported and uploaded a new version 0.9.61. Please let me know how it works for you.
Thanks, Gary