PDA

View Full Version : Bookmark Toolbar - Allow users to bookmark your images on various sites


se.nsuo.us
02-23-2006, 06:52 AM
A rather simple addon but something which I found useful to make my site popular. This addon places a toolbar on your image page which allows visitors to bookmark that image on several bookmarking sites like del.icio.us, Furl, Spurl, Fark, Simpy and more

Just add <BOOKMARK_TOOLBAR> tag to your image_template.html

Screenshot
http://se.nsuo.us/contrib/bookmarkToolbar.jpg

You can style the toolbar using CSS it has 2 ids

#1 bookmarks - for the entire toolbar
#2 bookmarkicons - for each of the icons

Download here (http://se.nsuo.us/contrib/bookmark_toolbar.zip)

Sergio de la Torre
02-23-2006, 09:54 AM
How can i use it in comments template?

Thx

se.nsuo.us
02-23-2006, 10:10 AM
I am sorry but what is comments template?

GeoS
02-23-2006, 10:51 AM
That is comment_template.html template file.

se.nsuo.us
02-23-2006, 11:02 AM
Ah! My template does not have that file - I presume it is for comment pop-ups?

@Sergio de la Torre - sorry this will work only for book marking images - unless of course someone modifies it

livejamie
01-07-2007, 10:15 PM
thanks for the plugin, i've installed it and made two minor changes

1) i made all the icons transparent
2) the reddit link didn't have an alt text, so i added one

spectacular work!

se.nsuo.us
01-08-2007, 04:25 AM
Glad you could use it - The template on your site is cool - which one is it ?

Dkozikowski
01-08-2007, 04:32 AM
= The template on your site is cool - which one is it ?

;) http://www.houseburning.com/index.php?x=about

livejamie
01-08-2007, 06:19 AM
haha he beat me to it
:)

Dennis
01-08-2007, 02:34 PM
Looks really interesting. livejamie, do you care to share the minor changes you made?

Dennis
01-08-2007, 06:23 PM
Ok, I had a look at the addon today. First thing I changed was removing the spaces between the pictures. I feel they were unnecessary because that effect can be easily done by CSS styling.

Secondly, I added some stuff to replace spaces with %20. This will make the output urls valid.


$image_title = str_replace(" ","%20",$image_title);
$site_image_title = str_replace(" ","%20",$site_image_title);

livejamie
01-09-2007, 03:33 AM
Looks really interesting. livejamie, do you care to share the minor changes you made?

i'm away from home at the moment so you can save the images yourself or give me a day or two and i can zip them up for you all
:)

Dennis
01-09-2007, 06:01 AM
Ok thanks... I was not sure were you've put them but I found them anyway.