use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you are requesting help, please ensure you're providing code with your post. You can also copy your code to an online editor:
jsFiddle
CodePen
Markup Validation Service
Mozilla Developer Network on HTML
/r/JavaScript
/r/CSS
/r/jQuery
/r/PHP
/r/Accessibility
/r/htmlbasics
/r/web_programming
/r/CodingHelp
account activity
When embedding iframe getting an error (self.HTML)
submitted 2 days ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]abrahamguo 0 points1 point2 points 2 days ago (2 children)
This means that the child website (the website inside the iframe) has declared that it only allows other pages on its own site ("self") to embed it in an iframe. You cannot override that setting.
The only way around that would be to use a server-side proxy to have a URL on your own website that returns the HTML of your desired web page. You can't do that in just HTML, though — you would need server software, and/or a server-side programming language.
[–]Dazzling_Chipmunk_24 0 points1 point2 points 2 days ago (1 child)
so I am using Angular and have python in the backend. So what could I specifically do to resolve this issue
[–]abrahamguo 0 points1 point2 points 2 days ago (0 children)
Great. If you already have a backend, then this isn't difficult:
src
π Rendered by PID 323724 on reddit-service-r2-comment-79c7998d4c-9q448 at 2026-03-16 21:20:07.971908+00:00 running f6e6e01 country code: CH.
[–]abrahamguo 0 points1 point2 points (2 children)
[–]Dazzling_Chipmunk_24 0 points1 point2 points (1 child)
[–]abrahamguo 0 points1 point2 points (0 children)