Anyway to embed Youtube videos into pages?
Using Jamroom
use the jrEmbed module with the jrYoutube module enabled. You can embed any media in you have in your system.
{jrCore_list module="jrUser" search1="profile_id = $item.profile_id" template="a-template-with-email.tpl"}
jrCore_register_module_feature('jrCore', 'action_support', 'jrAudio', 'create', 'item_action.tpl');
jrCore_register_module_feature('jrCore', 'action_support', 'jrAudio', 'update', 'item_action.tpl');
jrCore_register_module_feature('jrCore', 'action_support', 'jrAudio', 'create_album', 'item_action.tpl');
jrCore_register_module_feature('jrCore', 'action_support', 'jrAudio', 'update_album', 'item_action.tpl');
// Add to Actions...
jrCore_run_module_function('jrAction_save', 'create', 'jrAudio', $aid);
). // We also need to add in any module CSS files so they can be tweaked
$_tm = jrCore_get_registered_module_features('jrCore', 'css'); {jrCore_item_list_buttons module="jrAudio" field="audio_file" item=$item}