EfficiencyNext Data Connector is a modern, lightweight WordPress plugin that lets you fetch data from external APIs and display it in your posts and pages using simple placeholders, shortcodes, and Mustache-style templates.
Key Features:
[effcncynxtdc source="Name"] in your content{{variable}} syntax{{#items}}...{{/items}}Template Syntax:
{{variable}} – Display a simple value{{#section}}...{{/section}} – Loop over arrays or conditional sections{{^section}}...{{/section}} – Show content when a value is empty or missing{{.}} – Current item in a simple loop{{object.property}} – Access nested properties with dot notationShortcode Usage:
[effcncynxtdc source="SourceName"] – Render a configured data source[effcncynxtdc source="SourceName" url="https://..."] – Override the API URL[effcncynxtdc source="SourceName" template="<b>{{name}}</b>"] – Override the template[effcncynxtdc_inline source="SourceName"] – For inline usage{{Positions}}) – this goes in your page/post content