Dynamic Page Descriptions or Facebook Open Graph

When you say “Current Page’s Event”, i’m assuming we can use “When Page Is Loaded” event, then add the dynamic data into the current page’s thing.

I still do not see dynamic data when using the Current Page thing in the “Page HTML Header”. Is the event being triggered after the static HTML header is already generated? Is their an earlier page event that can be triggered? I think the static HTML (and thus the page header) has already been written.

Here is my sample app https://bubble.io/page?name=index&id=facebook-share-example&tab=tabs-1

This is what I did:

  1. “When On Page is Loaded” event is triggered
  2. Make a Change to current page thing (Since this is the starting page, there is no previous page to pass a page Thing)
  3. Set the values into the current page thing
  4. Add the Open Graph tags into the “Page HTML Header” with dynamic data coming from the Current Page Thing
<meta property="og:title" content=" DYNAMIC DATA FROM PAGE THING " />
<meta property="og:type" content="website" />
<meta property="og:url" content=" DYNAMIC DATA FROM PAGE THING " />
<meta property="og:image" content=" DYNAMIC DATA FROM PAGE THING " />
<meta property="og:description" content=" DYNAMIC DATA FROM PAGE THING " />

As a result, I would expect that when the page is loaded, the Page HTML Header has the dynamic data in it.

Any help/advice here would be greatly appreciated!

Cheers,
Bryan