Sequence icon indicating copy to clipboard operation
Sequence copied to clipboard

WordPress Plugin

Open IanLunn opened this issue 11 years ago • 6 comments

I'll be working on a WordPress plugin for Sequence.js soon and wanted to get as much feedback as possible. If it's something you're interested in, please let us know what you expect from a WordPress Sequence Plugin. The more feedback the better!

IanLunn avatar Apr 02 '13 19:04 IanLunn

Ah, I have just started working on a plugin myself. I was going to call it 'sequencer', hehe. Then I found this post. Am willing to help or take on this project, let me know if you need me for anything.

dajomu avatar May 07 '13 15:05 dajomu

Great idea! It would be wonderful if you had some options to control which fields from the pages/posts will be included in the sequence.

EvanAgee avatar Jun 28 '13 17:06 EvanAgee

I am also devloping a drag and drop slideshow builder, like revolution slider. Almost finished but I want to use html5 data attribures :-| Is sequence support data attributes ???

rahularyan avatar Jul 01 '13 07:07 rahularyan

@rahularyan Unfortunately not. See #205.

IanLunn avatar Jul 01 '13 08:07 IanLunn

@IanLunn I spent some time adapting the modern slide theme for my work site. I built some mysql database tables to hold the information for each frame and group of frames

The frame table contains all info for each frame such as; layout, background theme, background image; text and image content. Along with several optional modifiers, such as block quotes and turning the frames into links. I tried getting video detection in place, but had to drop that feature for the time being.

The frame set table is really two columns, the group id and a csv of the frame ids in the frame table

If you're still after suggestions on this, I can show you further how we implemented sequence in this way.

Thanks

onebitrocket avatar Apr 09 '14 15:04 onebitrocket

Thanks @onebitrocket, I'm putting the WordPress plugin on hold for the time being in favour of Sequence v2 #235. I may come back to you in the future regarding this though!

IanLunn avatar Apr 16 '14 10:04 IanLunn