Great plugin! Thanks a lot Kolja!
Just like wwwp, I’d also be interested in a shortcode to access the runtime in just one way e.g. detail=”runtime-hours” or such. That would be awesome.
Cheers,
Edna
Thanks for your replies.
@wwwp: 1. What exactly do you mean with “movie tagline”? Can you give me an example?
2. Do you want to customize the runtime output via the shortcode or in PHP?
3. You can use HTML for that. Here’s an example: <img src="YOUR SHORTCODE HERE" />. Just make sure you do it in “Text” view, not in the “Visual” one.
@ednamode: That sounds like a good idea. I’ll include it in the next version. Thanks both of you for the suggestion.
Thread Starter
selse
(@wwwp)
Hi thaikolja,
1. You can find Movie’s Taglines in storyline section at IMDB.com. For example:
Title: Ant-Man (2015)
Taglines: This July, heroes don’t come any bigger.
Title: Mission: Impossible – Rogue Nation (2015)
Taglines: Go rogue
2. Via shortcode is preferable, more like EdnaMode’s suggestion.
3. Using this <img src=”[imdb_movie_detail title=”tt2381249″ detail=”poster”]” /> don’t work, due the “” conflict, but using either of these <img src=”[imdb_movie_detail title=’tt2381249′ detail=’poster’]” /> or <img src='[imdb_movie_detail title=”tt0478970″ detail=”poster”]’ /> works perfect.
Highly appreciate your support for the plugin. Thank you 🙂
Alright, I’ve spent some time to implement the suggestions both of you had mentioned. I’m sure other users would benefit from them, too. So, thank you for that.
Users are now able to specify which runtime format they’d like to have when using shortcodes. Here’s an example:
However, adding the tagline is simply not possible omdpapi.com which is where IMDb Connector gets its data from doesn’t provide this. And if I start a second website connection and scrape the content in order to get the tagline, the performance will be a disaster.
I’ve uploaded the preview version on my web server. If one or both of you has a few minutes time on your hands, I’d much appreciate if you could test it out and tell me if everthing’s just as you wanted it. If everything’s fine, I’m gonna release it as the next official version.
You can download the unofficial version here: http://tinyurl.com/imdb-connector-1-3-preview
And here are some screenshots:
Thread Starter
selse
(@wwwp)
About the tagline is as expected, so no worries about that, thanks for the head up.
As the unofficial version 1.3 triggered error so it can’t be activated. Switched back to 1.2.1 and it went back to normal.
http://prntscr.com/84g9xe
Sorry, I didn’t notice that. Try the link again, I’ve updated it, the bug should be gone. And let me know if all works.
Thread Starter
selse
(@wwwp)
Working great now, thanks a lot Kolja.
Writing a review now 🙂
Oh wow, thank you so much Kolja! Was busy doing other stuff coming back to this… awesome indeed!
In case somebody reads this and wants to to have the runtime displayed as hours via shortcode:
[imdb_movie_detail title=”tt0076759″ detail=”runtime-hours”] didn’t display anything for me, but [imdb_movie_detail title=”tt0076759″ detail=”runtime”] displays the runtime in hours like so “1:25”.
Thanks again Kolja – this saves a lot of time copy and pasting data 😀