It’s a way to configure custom forms and data presentations from within
CiviCRM that can then be added to external websites by way of a simple
<script>
tag.
See the CiviCRM Inlay extension
Inlay generates <script>
tags, but these might be hard to put in the
right place, so this provides a WordPress shortcode.
e.g. if Inlay gives you code like this:
<script src="https://example.org/sites/default/files/civicrm/inlay-abcdef012345.js" data-inlay-id="abcdef012345" ></script>
Then you can use a shortcode like this: [inlay id="abcdef012345"]
to place
the inlay on your page.
-
Install this extension
-
Visit Settings » Inlay from the admin pages.
-
Paste in any of your CiviCRM site's inlays' script tags and hit Save.
-
Add Inlay shortcodes where you want them.