/* Plugin Name: Faculty Videos Reading List Description: A plugin that allows users to curate a list of faculty videos and share them via a unique URL. Version: 1.0 Author: Your Name */ // Register custom post type for faculty videos function create_faculty_video_post_type() { register_post_type('faculty_videos', array( 'labels' => array( 'name' => __('Faculty Videos'), 'singular_name' => __('Faculty Video') ), 'public' => true, 'has_archive' => true, 'supports' => array('title', 'editor', 'thumbnail') ) ); } add_action('init', 'create_faculty_video_post_type'); // Enqueue frontend JavaScript and styles function enqueue_frontend_scripts() { wp_enqueue_script('reading-list-js', plugin_dir_url(__FILE__) . 'assets/js/reading-list.js', array('jquery'), '1.0', true); wp_enqueue_style('reading-list-css', plugin_dir_url(__FILE__) . 'assets/css/reading-list.css'); } add_action('wp_enqueue_scripts', 'enqueue_frontend_scripts'); // Handle adding video to reading list via AJAX function add_to_reading_list() { // Logic for adding video to reading list (use session or database) wp_send_json_success(); } add_action('wp_ajax_add_to_reading_list', 'add_to_reading_list'); // Generate sharable URL for reading list function generate_sharable_reading_list_url() { // Logic for generating and storing a sharable reading list wp_send_json_success(array('url' => $unique_url)); } add_action('wp_ajax_generate_reading_list_url', 'generate_sharable_reading_list_url');
Browse 8000+ figures on the platform by subject or sub-category using our top menu or search bar.
Video Pages
Use Workspace to generate Interactive transcripts, Related Studies, AI Chat, Multi-language translations, Key points and quotes, and more.
For all queries, please contact our switchboard at:
UK/EUR: 0330 043 0655
USA: 18335826650
The switchboard is open from Monday to Friday during working hours (9am to 6pm). We recommend calling us for a more immediate response.
Email:
We aim to respond to emails within 1 working day.
Faculti is a research, policy and scholarship streaming platform, set up by a former school teacher, that covers 8000 academics annually across 20 subjects, across the world. The aim is to interview academics and policy makers discussing their research or analysis without any journalistic influence or bias. More here
Team of editors across all the main disciplines select publications along a three-pronged approach: 1. Most cited and latest in each subject 2. Internal audience website data 3. Publisher Partners suggestions eg Taylor and Francis, Princeton University Press, they suggest what to cover.
All questions sent in advance by 4-5 days. Interview undertaken on Zoom, Webex or phone. Journalist checks for framing, lighting, sound. Journalist interviews you, asks follow-ups, retakes. Raw footage enters editing cycle.