The reason a few URLs render a little differently on Paperflite is because the websites don’t allow other third-party websites to list their URLs on certain sites. This is a website setting to ensure that websites take steps to ensure only select third-party viewers can render their URLs.
This can be updated if your company were to edit the iFrame settings on your domain from your end, which will allow their links to render on the Paperflite viewer.
To have these links rendered within the Paperflite platform, below are the steps for your IT team to follow:
Here's how you can enable this on your website:
Remove X-Frame-Options
Add Content-Security-Policy: frame-ancestors 'self' https://*.paperflite.com
If it's in Apache2 httpd
Add the following lines to .htaccess file
Header unset X-Frame-Options
Header always set Content-Security-Policy "frame-ancestors 'self' https://*.paperflite.com"
Once this has been enabled on your website, it will get rendered in the Paperflite viewer automatically.
Boomm! You’re all set.
Still got queries? Reach out to support@paperflite.com and we’ll be happy to assist you.