What Did They Say?!? lets your users provide multilingual transcriptions to your media, in their language, quickly and securely.
On the WDTS Introduction page, check Enable automatic transcript embedding. Some themes do not play nicely with this embedding by default, so you may be asked to enable Inject transcripts at level 100 instead of level 15 on the Misc. Options page.
If you were using a theme, such as ComicPress, that supports storing transcripts in the "transcript" post metadata field, you can now import all of those transcripts into What Did They Say?!? and gain improved control over your transcripts. Under the Tools menu is an option called "Import Transcripts." You can import your legacy transcripts from there. Be sure to back up your database first!
In the appropriate place in your search results Loop, add the following Template Tag:
<?php if (function_exists('the_matching_transcript_excerpts')) {
the_matching_transcript_excerpts();
} ?>
There are two ways to do it:
wp-content/transcript-filters directory.If you're using the wp-content/transcript-filters directory, use the following process. This requries some technical knowledge:
WDTSDisplayFilters (defined in classes/WDTSDisplayFilters.inc) and override functions as necessary.Transcripts can be in one of two states: queued and approved. Users can interact with them depending upon the permissions given to them:
Permissions are handed out in two ways and are set under the Capabilities tab.
Short codes are the recommended way that you create your transcripts. They eliminate the dependency on particular HTML structures and styles, which means it's trivial to rework how your transcripts look and behave. It also improves security as it's less likely that bad HTML will sneak into your transcripts. Short codes information can be found under the Short Codes Info tab. Each transcript editing area has buttons that allow you to quickly insert the proper short codes into your transcripts.
Requires: 2.8 or higher
Compatible up to: 2.9.2
Last Updated: 2009-10-27
Downloads: 1,329
Got something to say? Need help?