{"id":333040,"date":"2026-07-08T23:25:10","date_gmt":"2026-07-08T23:25:10","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/nanitalk-moviedb-widget\/"},"modified":"2026-07-08T23:24:43","modified_gmt":"2026-07-08T23:24:43","slug":"nanitalk-moviedb-widget","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/nanitalk-moviedb-widget\/","author":23524283,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.2.1","stable_tag":"1.2.1","tested":"7.0","requires":"6.0","requires_php":"8.1","requires_plugins":null,"header_name":"Nanitalk MovieDB Widget","header_author":"Nanitalk","header_description":"Display MovieDB widgets for movies and TV series inside WordPress posts.","assets_banners_color":"896a71","last_updated":"2026-07-08 23:24:43","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/moviedb.nanitalk.com","header_author_uri":"https:\/\/nanitalk.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":26,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.2.1":{"tag":"1.2.1","author":"tanjencompany","date":"2026-07-08 23:24:43"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3600856,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3600856,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3600856,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3600856,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.2.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3600856,"resolution":"1","location":"assets","locale":"","width":920,"height":761},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3600856,"resolution":"2","location":"assets","locale":"","width":920,"height":676}},"screenshots":{"1":"Movie widget rendered inside a post \u2014 backdrop, ratings, cast and watch providers.","2":"TV series widget \u2014 compact layout with scores, synopsis and streaming availability."}},"plugin_section":[],"plugin_tags":[270657,714,80,157486,162],"plugin_category":[37,43],"plugin_contributors":[270658],"plugin_business_model":[],"class_list":["post-333040","plugin","type-plugin","status-publish","hentry","plugin_tags-moviedb","plugin_tags-movies","plugin_tags-shortcode","plugin_tags-tv-series","plugin_tags-widget","plugin_category-arts-and-entertainment","plugin_category-customization","plugin_contributors-tanjencompany","plugin_committers-tanjencompany"],"banners":{"banner":"https:\/\/ps.w.org\/nanitalk-moviedb-widget\/assets\/banner-772x250.png?rev=3600856","banner_2x":"https:\/\/ps.w.org\/nanitalk-moviedb-widget\/assets\/banner-1544x500.png?rev=3600856","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/nanitalk-moviedb-widget\/assets\/icon-128x128.png?rev=3600856","icon_2x":"https:\/\/ps.w.org\/nanitalk-moviedb-widget\/assets\/icon-256x256.png?rev=3600856","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/nanitalk-moviedb-widget\/assets\/screenshot-1.png?rev=3600856","caption":"Movie widget rendered inside a post \u2014 backdrop, ratings, cast and watch providers."},{"src":"https:\/\/ps.w.org\/nanitalk-moviedb-widget\/assets\/screenshot-2.png?rev=3600856","caption":"TV series widget \u2014 compact layout with scores, synopsis and streaming availability."}],"raw_content":"<!--section=description-->\n<p>MovieDB Widget connects your WordPress site to a self-hosted <strong>MovieDB (Nanitalk)<\/strong> instance and renders a rich information widget for movies and TV series directly inside your posts.<\/p>\n\n<p>Features:<\/p>\n\n<ul>\n<li>Search movies and TV series from the post editor sidebar.<\/li>\n<li>Insert a widget as the post's main title, or drop multiple <code>[moviedb_widget]<\/code> shortcodes for list-style articles.<\/li>\n<li>Auto-insert the widget after a chosen paragraph, after the content, or shortcode-only.<\/li>\n<li>Per-country watch-provider data (configurable default country).<\/li>\n<li>Server-side caching via the WordPress Transient API (12-hour TTL).<\/li>\n<li>Optional outbound webhook that notifies your MovieDB instance when a linked article is published, unpublished, or trashed (signed with HMAC-SHA256).<\/li>\n<\/ul>\n\n<p>The plugin works out of the box against the default MovieDB instance (https:\/\/moviedb.nanitalk.com). Advanced users can point it at their own self-hosted MovieDB instance under the settings page.<\/p>\n\n<h3>External services<\/h3>\n\n<p>This plugin connects to a third-party \/ self-hosted MovieDB instance that <strong>you configure<\/strong> under Settings \u2192 MovieDB Widget. Nothing is sent until you enter a Base URL.<\/p>\n\n<p>It connects to the configured MovieDB instance (e.g. <code>https:\/\/moviedb.nanitalk.com<\/code>) to:<\/p>\n\n<ol>\n<li><strong>Search titles<\/strong> \u2014 when you type in the editor search box, the search term is sent to <code>GET {base_url}\/api\/search<\/code>.<\/li>\n<li><strong>Fetch widget data<\/strong> \u2014 when rendering a widget, the title ID, country code and variant are sent to <code>GET {base_url}\/api\/widgets\/title\/{id}<\/code>.<\/li>\n<li><strong>Report article links (webhook)<\/strong> \u2014 when a post linked to a title is published, unpublished, or trashed, the site name, post ID, post URL, title ID and status are sent to <code>POST {base_url}\/api\/integrations\/wordpress\/article-link<\/code>, signed with a shared HMAC-SHA256 secret.<\/li>\n<\/ol>\n\n<p>Widget responses may include image URLs served from <code>https:\/\/image.tmdb.org<\/code> and <code>https:\/\/images.justwatch.com<\/code>, which are loaded by the visitor's browser.<\/p>\n\n<p>Because the MovieDB instance is configured by the site owner, the data sent and any applicable terms or privacy policy depend on that deployment. The reference instance is available at https:\/\/moviedb.nanitalk.com<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Install the plugin via Plugins \u2192 Add New, or upload the ZIP via Plugins \u2192 Add New \u2192 Upload Plugin.<\/li>\n<li>Activate the plugin through the Plugins menu in WordPress.<\/li>\n<li>That's it \u2014 the plugin works out of the box against the default MovieDB instance (https:\/\/moviedb.nanitalk.com). Optionally visit Settings \u2192 MovieDB Widget to point it at a different MovieDB instance or set a default country.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"do%20i%20need%20to%20configure%20anything%3F\"><h3>Do I need to configure anything?<\/h3><\/dt>\n<dd><p>No. After activation the plugin works immediately using the default MovieDB instance. You only need the settings page if you run your own MovieDB instance and want to point the plugin at it.<\/p><\/dd>\n<dt id=\"can%20i%20use%20my%20own%20moviedb%20backend%3F\"><h3>Can I use my own MovieDB backend?<\/h3><\/dt>\n<dd><p>Yes. Enter your own MovieDB Base URL (and, if you use the article-link webhook, an Integration Secret matching your instance) under Settings \u2192 MovieDB Widget.<\/p><\/dd>\n<dt id=\"how%20do%20i%20add%20a%20widget%20to%20a%20post%3F\"><h3>How do I add a widget to a post?<\/h3><\/dt>\n<dd><p>Use the \"MovieDB Widget\" box in the post sidebar to search and link a title, or insert the <code>[moviedb_widget id=\"123\"]<\/code> shortcode manually.<\/p><\/dd>\n<dt id=\"is%20the%20integration%20secret%20stored%20safely%3F\"><h3>Is the integration secret stored safely?<\/h3><\/dt>\n<dd><p>The secret is stored as a WordPress option and is only used server-side to sign outbound webhooks with HMAC-SHA256. It is never printed back into the settings form.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Initial public release.<\/li>\n<\/ul>","raw_excerpt":"Display rich movie and TV series widgets from a self-hosted MovieDB instance inside your WordPress posts.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/333040","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=333040"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tanjencompany"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=333040"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=333040"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=333040"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=333040"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=333040"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=333040"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}