Hi,
I want to embed an iframe into my main page like this;
< iframe src=“LINK TO YOUR LINKEDIN PROFILE” height=“1” width=“1” frameBorder=“0”>
How can I do this please?
Thanks.
Hi,
I want to embed an iframe into my main page like this;
< iframe src=“LINK TO YOUR LINKEDIN PROFILE” height=“1” width=“1” frameBorder=“0”>
How can I do this please?
Thanks.
Hi @VisualPersist,
if you are using the Pro builder to create the homepage, you can add a Raw Content element to the page and paste the iframe code in that element:
Hope this helps.
Amazing! Thanks! But it just comes up as text… I did add a # in ID too
Hi @VisualPersist,
Is the site in question the URL that I placed in the Secure Note? I tried checking it but I can’t find the iframe you have added.
For the meantime, please make sure you did not place a space after the less than sign of the opening iframe tag like this:
<iframe src="LINK TO YOUR LINKEDIN PROFILE" height="1" width="1" frameBorder="0"></iframe>
If you are still not able to get it sorted, please provide us the link of the page where you added the iframe.
Thank you.
Hi it’s under section 6 I think it works?
Hi there,
Thanks for pointing it out.
I have just checked and the iframe code is correct but it is not displaying anything because the linked in page is not meant to be displayed in an iframe.
You can read more about it here:
Hope this explains it.
Ah! is there any other way to do this? Maybe iframe isn’t a good way…
Hi @VisualPersist,
Kindly go over the explanation in the links I shared. It is actually not because of the iframe but the LinkedIn page itself. The content is prohibited from being displayed within an IFRAME due the Content Security Policy being set. The webserver hosting linkedin.com is configured to add a HTTP header to the response object.
As for this, we cannot provide any specific solution as this is not a theme specific issue. You might want to check this search results for possible options:
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.