WordPress-Plugin JSON Content Importer

  • Download
    • Back
    • Purpose of the plugin
    • Compare: free & pro
    • Your Downloads
    • Buy PRO-version
    • Buy service support
    • Pluginversions, Download
    • Plugin Installation
    • Updates: PRO Version 3.4.13
      • Back
      • In detail: PRO-Version 3.4.5
    • Free Version at wordpress.org
    • Screenshots
  • 2 Steps
    • Back
    • Step 1 of 2: Get access to the JSON-data
    • Step 2 of 2: Convert JSON to HTML
      • Back
      • Managing templates
      • JCI template engine
      • Twig-template engine
    • Buy service support
  • Advanced
    • Back
    • Shortcode parameter
    • PRO-Version: Create Pages
    • JCI-Plugin and Contact Form 7
    • API controlled Slider
    • Basic Auth, API, JSON and Plugin
    • Problems updating Version 3.0.0 to 3.0.1
    • Dynamic Shortcode-Parameter
    • Mulitsite Installations?
    • JCI template engine: Subloops: Objects and Arrays
    • JCI template engine: jcix-Syntax
  • Videos
  • Examples
    • Back
    • What users say: Testimonials
    • Search for lots of APIs and Examples
    • PRO-Version: Create Pages
    • API controlled Slider
    • JCI-template engine: castlist JSON-Example
    • twig-template engine: castlist JSON-Example
    • JCI-template engine: subloop-Example
  • Legal, Contact
  • WordPress-Plugin JSON Content Importer

  • Download
    • Purpose of the plugin
    • Compare: free & pro
    • Your Downloads
    • Buy PRO-version
    • Buy service support
    • Pluginversions, Download
    • Plugin Installation
    • Updates: PRO Version 3.4.13
      • In detail: PRO-Version 3.4.5
    • Free Version at wordpress.org
    • Screenshots
  • 2 Steps
    • Step 1 of 2: Get access to the JSON-data
    • Step 2 of 2: Convert JSON to HTML
      • Managing templates
      • JCI template engine
      • Twig-template engine
    • Buy service support
  • Advanced
    • Shortcode parameter
    • PRO-Version: Create Pages
    • JCI-Plugin and Contact Form 7
    • API controlled Slider
    • Basic Auth, API, JSON and Plugin
    • Problems updating Version 3.0.0 to 3.0.1
    • Dynamic Shortcode-Parameter
    • Mulitsite Installations?
    • JCI template engine: Subloops: Objects and Arrays
    • JCI template engine: jcix-Syntax
  • Videos
  • Examples
    • What users say: Testimonials
    • Search for lots of APIs and Examples
    • PRO-Version: Create Pages
    • API controlled Slider
    • JCI-template engine: castlist JSON-Example
    • twig-template engine: castlist JSON-Example
    • JCI-template engine: subloop-Example
  • Legal, Contact

Purchase Confirmation

Thank you for your purchase!

Sorry, trouble retrieving payment receipt.

Related posts:

  1. Download Plugin: Free- and PRO
  2. Plugin Installation
  3. Problems updating Version 3.0.0 to 3.0.1
  4. Purchase History

CheckoutPurchase Confirmation
Is a certain API compatible?
Check this on the Supportpage for this Plugin with a growing collection of APIs and typical API-situations.
WordPress-Plugin JSON Content Importer

“Amazing

Thank you so much for this great plugin. I am a total newcomer to JSON, and when asked to incorporate a feed into a new site, I would have had no idea how to accomplish it without spending hours trawling PHP tutorials were it not for this."

Grey... at wordpress.org

Who did it? Bernhard Kux
The WordPress-Plugin JSON Content Importer is made and supported in Germany: Klick here for the current time there...
human made
JSON Content Importer is made by Bernhard Kux from munich, germany.
 

 

Version 3.4.13 (June 10 2019), see detail here (most changes are affecting generating Custom Post Types):
  • Customfields when generating Custom Post Types:
    When defining Customfields in the shortcode with the parameter "createoptions" and it's JSON use this: "customfields": #BRO# {"extracustomfield1": "extravalue1"}, {"1#SEP#extracustomfield2": "extravalue2#SQM #SingleQuote#SQM#"}, {"2#SEP#extracustomfield2": "extravalue3"} #BRC#
    #SQM# is the mask for single quotes, use "integer#SEP#" if you want to have idential keys in several Customfields (here: "extracustomfield2" is the key)
  • Date of generated Custom Post Types:
    When defining Customfields in the shortcode with the parameter "createoptions" use "postdateoffset": "VALUE" to set the time and date of the generated Custom Post Fields.
    If not set the current PHP-Servertime is used.
    "VALUE" can be numeric: Then this number is subtracted from the current Servertime, e.g. one hour is 3600 seconds or 3600000 miliseconds.
    "VALUE" can be "wptimezone": Then the in the Wordpress-installation defined timezone is used
    "VALUE" can be a valid timezonestring
  • Delete of existing Custom Post Types when calling the generating Page (e.g. manually or by cronjob)
    This can be configured by the parameter "deleteold" and the values for the "key" of each generated CPT. You have these options:
    If "deleteold":"no" then no previous CPT is deleted, the new CPT are just added.
    If "deleteold":"yes" then all CPT with the key defined for these CPT are deleted (twig-code in the key is not executed!)
    If "deleteold":"some" the twig-code in the key is executed for each CPT. Those CPT are deleted when the result of the twig-key matches the key of the CPT.
    The twig-key is defined at the JCIpro-Plugin-Options at tab "Custom Post Types" settings at ...;key={% if VALUE_FROM_JSON>0 %}date{{ ANOTHER_VALUE_FROM_JSON }} {% endif %}...
  • Bugfix when generating Custom Post Types: Handling of special chars and selecting Data out of JSON
  • Bugfix Debugmode-Messages: cleaned up when 2 or more JCI-Shortcodes are on one page
  • New Shortcode-Parameter: If "forcetemplate=1" then all settings from the JCI-Template are used (otherwise a parameter set in the Shortcode overwrites it´s template-parameter)
Version 3.4.12 (February 22 2019), see in detail here:
  • bugfix 1: Now you can use HTML-Entities in the Template-Code (before those were converted in the textarea), e. g. ">"
  • bugfix 2: Better Infomessage before the 1st Licence-Check is done
  • bugfix 3: Creating CustomPostTypes: If "deleteold" is not "yes", both old and new CPT are available. This previously didn't work as it should.
  • bugfix 4: Using Shortcode-Parameter "maskspecialcharsinjson=no" now really works as it should (importaint when special chars are in the JSON)
  • rearranged code for better handling (twig, cache, debug-messages)
  • plugin ok with wp 5.1