Search results for: “”

  • API: data.fcc.gov

    API: https://data.fcc.gov/api/license-view/basicSearch/getLicenses?searchValue=Verizon%20Wireless&format=json Locally Stored: https://api.json-content-importer.com/extra/json/datafccgovgetLicenses.json Create a new JCI-Template: In Action:

  • PRO: API https://house.utah.gov

    API: https://house.utah.gov/lookup.php?action=reps Local stored JSON: https://api.json-content-importer.com/extra/json/houseutahgov/1.json twig-template: In Action:

  • Free Plugin: api.wordpress.org/events with Gutenberg-Block

    With http://api.wordpress.org/events/1.0/?latitude=47.496&longitude=8.226 you can display the next WordPress-Events arround a geoposition. This can be displayed with the free plugin this way: Create a new page with Gutenberg active. Insert the above URL into the Blocks API-URL. The “basenode” is “events”.The template is: Screenshot of the Block-Settings: Example in Action: Additional set “Number of json-top-level-items to…

  • Page creating curated.co Custom Posts

    this is “Page creating curated.co Custom Posts”

  • PRO: API curated.co, Access to JSON (sending Token) and generate CPT

    Task:Get data from curated.co via its API Solution: curated.co gives you a list of “issues”. You can generate for each issue a “WordPress page” (aka “Custom Post Type” or “Custom Post Page”) – for that, you need: twig-template: Preview the “generating-page”: There should be “start looping” where the issues are used for generating pages.The generated…

  • PRO: Slider & API – Smartslider & JCI

    Your task:Connect a slider with an API. The API (JSON; XML, CSV) gives all info for images, text and links for a slider on a WordPress-Page. Solution:Install the PRO-Version of the JCI-Plugin and the plugin “Smartslider3 PRO“.With the JCI-Plugin you can create a RSS-Feed out of the API-data.  The GET-Parameter “?show=oc” removes the WordPress-Template and…

  • Free: Apple / Itunes-API

    Apple / Itunes-API, see https://rss.applemarketingtools.com/Example: https://rss.applemarketingtools.com/api/v2/us/music/most-played/10/albums.json Local stored JSON:https://api.json-content-importer.com/extra/json/apple/apple-example.json Shortcode: In Action:

  • curloptions, urladdparam & twig / API: planyo.com

    API: planyo.com is a swiss web service for managing reservations Access to the API: The API expects a GET request with a username-password-pair. The special thing is, that together with the username and password, the current timestamp has to be sent, and the whole thing has to be base64-encoded. Also, the URL can have date/time…

  • twig: calculate and sort JSON-data

    If you want to sort and calc JSON-data the PRO-Version is needed. Example-JSON: https://api.json-content-importer.com/extra/json/twig-calc.json JCI-Template: name: calctwigURL: see abovetwig-template: Shortcode: In action:

  • API: results.elections.virginia.gov

    API / JSON: http://results.elections.virginia.gov/vaelections/2015%20November%20General/Json/Member%20Senate%20of%20Virginia%20%28017%29.json Plugin-Display: What template is used? Try this: