Related Posts sidebar with jQuery and CSS3 | Brighten up by Css series
The other day we were wondering how we could show our visitors more
of our works. It’s normal that in a blog older posts get forgotten and
even if something might still be very interesting and relevant, it get’s
lost under the pile of new stuff. So we decided to create something
like a little widget that can be used to show related posts in any page.
The main idea is to show a fixed list at the right side of the screen
with some thumbnails sticking out. When the user hovers over the items,
they slide out, revealing the title and two links, one for the related
article itself and one for the demo. Additionally, we will have a
shuffle button under the list. When pressed, the list gets randomly
refreshed with related posts.
Before we use this, we of course, want to share it with you :)
Download Code