Load wordpress shortcode with a button?

2019-08-24 22:27发布

Question:

Is it possible to load a WordPress shortcode on demand, e.g. with a button?

Explanation:

I have a gallery plugin, it has a shortcode. Unfortunately, the plugin does NOT use image defer mechanism on page load. So it has too many image requests that hurt speed ranking.

Is this idea possible:

I want a "load gallery" button. When it's pressed, the gallery shortcode is loaded. Any recommendation / article / key concepts is welcomed. I don't even know where to start.

1条回答
甜甜的少女心
2楼-- · 2019-08-24 22:38

You can add custom buttons to the editor -> https://codex.wordpress.org/TinyMCE_Custom_Buttons

查看更多
登录 后发表回答