Quantcast Internet Blu - BlogEngine Extension
Internet Blu
Internet Marketing, Book Reviews, and Web Randomness

ShareThis Extension for BlogEngine.NET

Sunday, 25 January 2009 09:31 by John Callaway

Add ShareThis to any page or post!

After the great success of the my first two BlogEngine.NET extensions (Digg Button Extensions for BlogEngine.NET and jQuery Extension for BlogEngine.NET) I decided to try one more.  Several of my coworkers and I have been using BlogEngine in our off hours.  Some of the latest discussions have been around the use of extensions and user controls to eliminate the need to make any other code modifications.  This lead me to create the following ShareThis extension.  Below you will find download and installation instructions.  If you have any questions please feel free to use the Contact Form.

Installation

Download the compressed file ShareThis_Extension_v1.0.zip, then:

  1. Extract the file.
  2. Copy ShareThis.cs into /App_Code/Extensions/ folder
More...


jQuery Extension for BlogEngine.NET

Friday, 26 December 2008 11:08 by John Callaway

Add the jQuery Library to your blog!

After the great success of the my Digg Button Extensions for BlogEngine.NET, I decided to try another.  With the growing popularity of jQuery I chose to write a jQuery Extension for BlogEngine.NET.  Below you will find download and installation instructions.  If you have any questions please feel free to use the Contact Form.

Installation

Download the compressed file jQuery_Extension_v1.0.zip, then:

  1. Extract the files.
  2. Copy jQuery.cs into /App_Code/Extensions/ folder
  3. Copy the jQuery folder into the root of the web folder
More...


Digg Button Extension for BlogEngine.NET

Friday, 19 December 2008 09:28 by John Callaway

Add a Digg submission button to your post!

This is my first attempt at an extension for BlogEngine.NET. I used Cristiano Fino's code for Adsense Injector extension as a starting point for the Digg Extension.

Installation

Download the compressed file Digg_Extension_v1.0.zip (1.27 kb) , then:

  1. Extract the single file Digg.cs.
  2. Copy Digg.cs into /App_Code/Extensions/ folder
More...