Can't get the imdb rating?
-
I am trying to get the IMDB rating from movies, but it doesn’t seem to work. Also tried some other info like number of votes (also string), that does work.
I am using:
<?php $movie = get_imdb_connector_movie("tt0068646"); echo $movie["imdbrating"] . ""; ?>
Also tried with shortcode, but no result.
This does work:
[imdb_movie_detail detail="imdbvotes" title="tt0068646" /]
This does not work:
[imdb_movie_detail detail="imdbrating" title="tt0068646" /]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Can't get the imdb rating?’ is closed to new replies.