Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am looking for a good carousel, I loved the one at http://icanhascheezburger.com/ and http://tylertalent.com/photos/ I looked at the code and it seems its called wpcom-carousel, but I dont know which plugin on my wordpress installation would give me the same carousel.

share|improve this question
if you didn't find any plugin, chances are real that there is no plugin. but you don't need a plugin for such a carrousel, you can manually implement it in your theme... – ptriek Dec 16 '11 at 23:43
How can it be implemented manually in my site? Just include javascript file and classname to my pictures? I searched a bit more and found that its made by wordpress.com and is available on all of their blogs. I want to know if it is possible to include it in my own installation. – whistler Dec 17 '11 at 11:37

1 Answer

If it is definitely a WordPress.com Plugin then you might want to sign-up for a free WP.com account and have a play with the Plugin.

If you view page source on your WP.com site then you should see what JS libraries it is using, then try to use the same ones in your own Plugin.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.