• I’m using WP REST API to publish contents for my website. Is it possible to generate chart and insert into posts by coding?

    I tried Visualizer Library but did not know how to do it automatically by coding. Please advice!

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Through the REST API? Probably not. If the chart generation is internal to WP and not dependent on REST requests, then maybe. Where is your data coming from? Is the chart inserted when the post is saved? Or is it added to the post upon output?

    The Visualizer plugin author told you this is not possible with his plugin. So how would you generate the charts? FWIW, I think he meant you cannot generate new charts on the fly via code. I don’t see why you couldn’t add existing charts to posts via code, but how would your code know which charts to add?

    For anyone to help you, you need to be very specific about what you wish to do. That is the nature of coding.

Viewing 1 replies (of 1 total)

The topic ‘Auto Generate Chart in WordPress Posts’ is closed to new replies.