washingtonstateuniversity / WSUWP-Plugin-Embeds

A WordPress plugin to manage various embeds allowed on the WSUWP Platform
1 stars 2 forks source link

Countdown.js counter embed #89

Open patricktokeeffe opened 2 years ago

patricktokeeffe commented 2 years ago

Is the wsuwp_countdown embed being used in production? It's not documented and the output formatting is rough, but it does work. I want to add user-defined formatting and need help deciding which approach should be used:

1) extend the current framework

The second approach offers more utility to users and I prefer it unless there's some important reason to have individual components wrapped in different CSS classes. It's not clear why the individual components are styled instead of the whole output block.

patricktokeeffe commented 2 years ago

A rough draft of the first approach can be seen here.

This might be good enough, but I still think it's worth exploring the second approach.