BlogEngine.net

BlogEngine.net Featured Posts Rotator Extension using JQuery

I had this need to showcase featured posts on the front page of my blog with a large image. I did not see any extensions for BlogEngine.net that did this, so I decided to write my own. This extension uses JQuery and a JQuery plugin called InnerFade.

 

 

Featured Posts Rotator BlogEngine.net Extension

 

Back to Top

Admin

The Extension settings are pretty basic. You select if you want to add a CDN reference of the JQuery Framework to the header of your webpages or leave unchecked if you already reference JQuery in you theme. Next, you select a post you want to add an image to and hit upload.

 

Featured Posts Rotator Extension Admin Screen

Featured Posts Rotator Admin Screen

 

Back to Top

Theme SiteMaster

In your themes SiteMaster, add the following code in order for the rotator to appear on you blog. Note that if you do not add any images in the admin, the rotator control will not render to the front page.


 

Back to Top

style.css

Edit the style.css that is located in User controls/FeaturedPostsRotator/style.css to fit the needs of you theme.

 

The 1.0 version was written very quickly and may contain bugs so please report any. This extension has very basic features but I see the possibilities of adding more features to control settings in the admin in the future! Enjoy!

 

FeaturedPostsRotator_1.0.zip (14.59 kb)

Sharing is caring.
  • Subscribe to Post Comment Feed
  • Share this post on Delicious
  • StumbleUpon this post
  • Share this post on Digg
  • Tweet about this post
  • Share this post on Mixx
  • Share this post on Technorati
  • Share this post on Facebook
  • Share this post on NewsVine
  • Share this post on Reddit
  • Share this post on Google
  • Share this post on LinkedIn

Comments

7 responses to "BlogEngine.net Featured Posts Rotator Extension using JQuery"

  • Krish Krish says:

    What i used is

    Created a category named Featured Articles, and displaying the first 10 posts of that category (Using RSS)

    You can see a sample on my website

  • Al Bsharah Al Bsharah says:

    Hey Michael,

    Saw this a couple weeks back and it looked pretty slick.  I came back today hoping to get it rolling on my site but noticed that you've taken it down from your homepage.  

    Does it have problems, or is it ready for production?  Please advise, love the concept.

    Cheers,
    AL

    • Michael Michael says:

      No, I was testing something locally and forgot I commented out the user control and published it to the web server. Please let me know of any bugs.

      • Al Bsharah Al Bsharah says:

        Hey Michael,

        Installed the files, added a couple of test rotations and images.

        Upon adding the SiteMaster tag, the entire site goes blank with zero content.  HTML is generated within nothing between the <body></body> tags.  Immediately upon removing the blog:FeaturedPostsRotator tag, the site is back to normal.

        I've tried with and without JQuery in header...same result.  Tried with and without any posts to rotate.  Same result.  

        Thoughts?
        AL

        • Al Bsharah Al Bsharah says:

          Hm, ok.  Looks like the readme.txt in the ZIP is accurate but this post is not.  The SiteMaster code on the page here isn't the same as in the readme.  The readme seems to be working ok...

          Cheers...

Comments are closed