One of my clients tasked me to implement WorkCast as one of their WordPress pages. The issue I ran into with their Product Owner was that:
- Not all WordPress pages should have the CSS/JS code. This will conflict with WordPress' jQuery.
- "Copy/Pasting" WorkCast into a WordPress editor page didn't work. The page came up blank. I'm suspecting this is because of JS conflicts with the WP theme.
Solution
I wrote a plugin that injects a "Theme Template" into any of WordPress Pages. The user simply chooses "WorkCast" as the page template to utilize WorkCast.
This solution is currently configured to work for Swords-To-Plowshares.org. If you're interested on how it was done, head on over here.