Featured Authors Latest Post jQuery fade-in/fade-out Plugin
-
I am in process of creating a neat plugin, one I don’t think I’ve seen yet created (if there is please tell me lol). The idea is to Feature multiple Authors. Anywhere from 4-25+ using jQuery and Javascript swapDiv to create a listing of Featured Authors Latest Posts which will display (lets say) 4 at once, and give the user a navigation at the top and bottom to click to see the next ‘list’ of 4 featured authors. The transition will be a smooth jQuery fade-in/fade-out and show the next entries/authors.
The programming logic/theory: Figure out how many featured authors there are and create divs/html based on the count, run swapDiv javascript to hide the ‘extra’ non-visible featured authors, fade in the first 4 featured authors latest posts, then run a setInterval function in javascript (lest say) after 7 seconds it will fade-out/fade-in the next list of authors while also animating/showing the next button selected.
Doable? Heck yah, and it will be sweet! Anyone do a similar setup and can give me a jump start in the right direction? I would like to see your opinion/any helpful code snippets to put this neat plugin together.
The idea behind the plugin: Authors don’t get noticed very well, especially get long exposure with there most recent post if others are posting and it replaces there post on the most recent post for a category. So, I’m taking this one step further and not only using categories as the pages for the site, but giving the authors better recognition and a spot that they can have all to themselves.
- The topic ‘Featured Authors Latest Post jQuery fade-in/fade-out Plugin’ is closed to new replies.