Can anyone please let me know how to render Facebook and Twitter URL in Ionic app ?
I am trying to do it using iframe as below, but it is not working.
<iframe class="webPage" frameborder="0" name="eventsPage" src="https://twitter.com/" allowfullscreen></iframe>
But getting below error:
Refused to display ‘https://twitter.com/’ in a frame because it set ‘X-Frame-Options’ to ‘deny’.
Any help would be appreciated.
4 posts - 2 participants