groups

name language licence
Floating Image 2 HTML Other
JaxsPro RapidSearch Box (MenuEnd) HTML Other
FTG-3-TextArea HTML Other
MiniMenu 1 JavaScript Other
FTG-5-PopupMenu HTML Other
Bookmarks_customJS JavaScript Other
JaxsPro Google Search Box (MenuEnd) HTML Other
Mouse-Over Text 2 HTML Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: JavaScript
licence: Other

Bookmarks_customJS

options: view full snippetsend to code collector
function blog_tags(type, file, title) {
// Javascript function to put social bookmarking text / icons / links on the bottom of a RapidWeaver blog post
//
// By Lorne Ipsum (http://geekcounterpoint.net), 2007
// Free for all to use, so long as you don't remove this credit text, or charge others for its use
//
// Invoke by including this text in your post:  
//    <SCRIPT LANGUAGE="javascript">blog_tags('post', 'xyz.html', 'Title')</SCRIPT>
//
// Here, you'll replace "xyz" with your post's permalink name, and "Title" with your post's title
// If you use this on a podcast episode (vs. blog post), replace "post" with "episode"

var site = "http://geekcounterpoint.net"  //Change this for your site
//
// This function assumes all your images are in a folder called "images" at the top level of your site
	
(Continues...)