Skip to content

mirthe/kirby_movieblock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Plugin: Movieblock

This plugin allows you to show information for a movie from the TheMovieDB API. Though that might change to a different service at some later point

Git submodule

git submodule add https://github.com/mirthe/kirby_movieblock site/plugins/movieblock

Usage

You'll need an API key for this from https://developers.themoviedb.org/3/getting-started/authentication

Add the following to your config where XX is your key:

'themoviedb.apiKey' => 'XX'

Example

Placed for example with

(movieblock: tmdb: 577922)

Example of usage

Example CSS

See https://css-tricks.com/how-to-make-a-media-query-less-card-component/

Todo

  • Offer as an official Kirby plugin
  • Might use other service(s)
  • Add sample SCSS to this readme
  • Cleanup code
  • Lots..