Bookmarkify 1.1.0
Thursday, October 9th, 2008by Gary Keorkunian
Posted in Bookmarkify | 4 Comments »
Bookmarkify 1.1.0 is now available.
This release contains the following changes:
New Hiding Option
A global PHP settings has been created that will allow you to supress the widget within specific template pages. For example you can exclude the widget from the page.php if you don’t want it to appear in places like your about page. To exclude the widget from a template simply add the following PHP code near the top of the template file:
<?php $bookmarkifyHide=true; ?>
New Placement Option
A new Location option has been created to allow more custom placement of the widget within your WordPress template files. Previously, the only placement options were Top of Content and Bottom of Content. To place the widget elsewhere do the following:
First, go to the Bookmarkify Options page and select “Other” for Widget Location.
Next, insert the following PHP code into the template at the desired location inside the Loop:
<?php bookmarkifyIt(the_title('','',false), get_permalink(), true); ?>
If the widget is for the blog in general (outside the Loop) use the following code instead:
<?php bookmarkifyIt('GARA Systems', 'http://www.gara.com/', true); ?>
Remember to replace the first and second parameters with your blog name and URL respectively.
Click here to visit the Bookmarkify page and download the plugin.


![[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)
![[LinkedIn]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/linkedin.png)
![[MySpace]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/myspace.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)
![[Twitter]](http://www.gara.com/blog/wp-content/plugins/bookmarkify/twitter.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)
October 28th, 2008 at 8:16 am
Hi,
I activated this Bookmarkify widget and immediately all the text from all of my posts on the blog simply vanished! It was just the title and my author photo and the closing link. I then deactivated your widget and everything went back to normal.
What is happening here?
Asoka
October 28th, 2008 at 8:26 am
Hi Asoka,
I’m not sure what would cause that. I’ve not heard of that issue before.
What version of WordPress are you using? Which platform? Which template?
Were you able to access the options page?
I may be able to find the problem with this info. If not, I could try to diagnose the issue directly on your site.
Gary
October 30th, 2008 at 10:28 am
I just had a similar problem, but I may have additional info. When I powered up Bookmarkify in the BOTTOM position, my entire page went to “excerpt” mode. When in “TOP” position, everything was normal. I’m using WordPress 2.6.2.
October 30th, 2008 at 10:47 am
Thanks, Greg. That’s interesting. That will give me another place to examine. I will post an update once I am able to pin it down.
Gary