groups

name language licence
JavaScript Compressor - HelloWorld JavaScript GPL 2
Bookmarks_customJS JavaScript Other
delay function JavaScript Other
RwSetGet JavaScript Other
Dock Menu JavaScript JavaScript Other
extracontent.jq.js JavaScript Other
jQuery - show random div JavaScript Other
jsPathto.src.js JavaScript Other

< 1 2 3 4 5 >



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...)