Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author thaikolja

    (@thaikolja)

    Thanks for your input. What do you exactly mean with “this”? The shortcodes, the PHP functions or the widget?

    Generally the plugin is supposed to return just plain strings of information to let you customize it according to your needs.

    Thread Starter xyzbytes

    (@xyzbytes)

    This is what the shortcode displays in a post –
    Array ( [title] => Seven [year] => 1979 [rated] => R [released] => 01 Sep 1979 [runtime] => 100 min [genre] => Action, Drama [director] => Andy Sidaris [writer] => Robert Baird, William Driskill, Andy Sidaris (story) [actors] => William Smith, John Alderman, Henry Ayau, Sandra Bernadou [plot] => A government agent discovers a plot by a cartel of seven gangsters to take over the state of Hawaii. He hires a team of seven hitmen to stop them. [language] => English [country] => USA [awards] => N/A [poster] => https://ia.media-imdb.com/images/M/MV5BMTI1MTY4NTk4M15BMl5BanBnXkFtZTYwODY4OTg5._V1_SX300.jpg [metascore] => N/A [imdbrating] => 6.3 [imdbvotes] => 314 [imdbid] => tt0079882 [type] => movie [response] => True )

    it doesnt work with me

    shortcode
    [imdb_movie_detail title=”tt1446192″]

    result

    Rise of the Guardians (2012)
    Array ( [title] => Seven [year] => 1979 [rated] => R [released] => 01 Sep 1979 [runtime] => 100 min [genre] => Action, Drama [director] => Andy Sidaris [writer] => Robert Baird, William Driskill, Andy Sidaris (story) [actors] => William Smith, John Alderman, Henry Ayau, Sandra Bernadou [plot] => A government agent discovers a plot by a cartel of seven gangsters to take over the state of Hawaii. He hires a team of seven hitmen to stop them. [language] => English [country] => USA [awards] => N/A [poster] => https://movie.essonpaz.biz/wp-content/plugins//home/u448864621/public_html/movie/wp-content/plugins/imdb-connector/cache/MV5BMTI1MTY4NTk4M15BMl5BanBnXkFtZTYwODY4OTg5._V1_SX300.jpg [metascore] => N/A [imdbrating] => 6.3 [imdbvotes] => 314 [imdbid] => tt0079882

    Plugin Author thaikolja

    (@thaikolja)

    Looks like I forgot to remove some line I used for developing. I just uploaded version 0.1.2, everything should work properly now. Thanks for notifying me about that bug.

    By the way, esson: If you use the shortcode, please don’t forget to add the “detail” attribute to specify what detail you want to be returned, for example:

    [imdb_movie_detail title=”tt1446192″ detail=”plot”]

    This will display the plot of the movie with the IMDb ID tt1446192.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not working’ is closed to new replies.