Hello
I would love to know how to find the following variable for a given Webflow page that would have been created through my Webflow CMS (most likely the CMS page’s template)
- Webflow page’s canonical URL variable
- Webflow page’s unique identifier variable
I am using the disqus pluggin to allow people to comment ony ma pages.
It seems really promising but need to add those two variables into the embed code as required below:
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
Any ideas ?
Thank youf very much !
Anthony