Embedding in WordPress

Would appreciate some direction on how to embed into WordPress. The jwt related code, for example, where and in what php file does that go? Been over and over the embed documentation, github issues, discussion posts, etc. for hours and still am no closer to even getting to the starting line of how to do a simple embed into WordPress.

Metabase v0.28
Localhost:3000

Hello,
I’ve embedded a Metabase dashboard in a Wordpress page by

  1. Share the dashboard and get the iframe link.
  2. Install the iframe plugin for WP (https://wordpress.org/plugins/iframe/)
  3. Embed dashboard on any WP page by using this code [iframe src=“METABASE IFRAME SRC LINK” width=“100%” height=“500”] (You may need to play with Metabase parameters and iframe parameters a little bit)
1 Like