Henrik Roos
Forum Replies Created
-
Forum: Plugins
In reply to: [IMDb Markup Syntax] Use Plugin in PHP?Hi,
This is not a shame! This is open source not a pay thing! You are more and welcome to contribute with code to this plugin. You can find all source and test on my GitHub page GitHub/H
Forum: Plugins
In reply to: [IMDb Markup Syntax] Complete PlotClose this one
Forum: Plugins
In reply to: [IMDb Markup Syntax] Complete PlotHi altonc2
This is an restriction from the data source (imdb public API). There only support the first content of plot. ??/H
Forum: Plugins
In reply to: [IMDb Markup Syntax] Use Plugin in PHP?Hi hamidgame
Nice that’s you like this plugin! Sorry, a only support this plugin on WordPress content. I can not help you.God luck!
Forum: Plugins
In reply to: [IMDb Markup Syntax] Multiple listings on a postHi altonc2!
Nice that you like the plugin!No prob, the syntax is: imdb, imdb-a, imdb-b, …
Example:
[imdb:id(tt0110912)] [imdb-a:id(tt1206543)] [imdb-b:id(tt1981115)] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum venenatis eros non dui porta tincidunt. Nulla ut mi eget justo ultrices auctor sed in lacus. Title: [imdb:title] Release Date: [imdb:date] Title: [imdb-a:title] Release Date: [imdb-a:date] Title: [imdb-b:title] Release Date: [imdb-b:date]
Will display like:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum venenatis eros non dui porta tincidunt. Nulla ut mi eget justo ultrices auctor sed in lacus. Title: <a href="https://www.imdb.com/title/tt0110912/">Pulp Fiction</a> Release Date: Fri Oct 14 1994 Title: <a href="https://www.imdb.com/title/tt1206543/">Out of the Furnace</a> Release Date: Fri Dec 6 2013 Title: <a href="https://www.imdb.com/title/tt1981115/">Thor: The Dark World</a> Release Date: Fri Nov 8 2013
Good Luck!!
Forum: Plugins
In reply to: [IMDb Markup Syntax] Can't get this working?Nice!
Forum: Plugins
In reply to: [IMDb Markup Syntax] Can't get this working?Hi,
Wordpress has start to execute the plugin (otherwise you should got you text instead of blank page). But you got no error on the page just blank page. It seems you have some precondition issue. Do you run PHP 5.3+ with PECL json 1.2+ and cURL install on you server?Forum: Plugins
In reply to: [IMDb Markup Syntax] ERRO ON PUBLISHNice!
Forum: Plugins
In reply to: [IMDb Markup Syntax] ERRO ON PUBLISHHi
Do you run with PHP 5.3+ with PECL json 1.2+?Forum: Plugins
In reply to: [IMDb Markup Syntax] Vote for your favourite New Feature for the 2.0 version!New version 2.0 is out!
Forum: Plugins
In reply to: [IMDb Markup Syntax] Use Plugin in PHP?Hi Sourcecoder!
The file Callback_Management is the “main” class. E.g:
$mgmt = new Callback_Management( 'de_DE' ); $content = '[imdblive:id(tt0110912)] Title: [imdblive:title] Release Date: [imdblive:date]'; $content_after = $mgmt->liveFilterImdbTags( $content ); echo $content_after;
Good luck!
/Henrik
Forum: Plugins
In reply to: [IMDb Markup Syntax] Vote for your favourite New Feature for the 2.0 version!Hi Gauwain
Tanks for your improving! I created a issue in GitHub, feel free to add comments and so on!https://github.com/HenrikRoos/imdb-markup-syntax/issues/5
/Henrik
Forum: Plugins
In reply to: [IMDb Markup Syntax] Use IMDB tags in te loopClosed as no more feedback.
Forum: Reviews
In reply to: [IMDb Markup Syntax] GreatThanx!
Forum: Plugins
In reply to: [IMDb Markup Syntax] LanguageNice to hear!