2.4k questions

2.4k answers

100.0k users

16 Online Users
0 Member 16 Guest
Today Visits : 444
Yesterday Visits : 700
Total Visits : 2597306

Categories

Notice

Dear All, These are my answers from Quora and primarily Google; please check the answer and from others sites; the answers are free and without any liability.To make a decision, write down all of the positives and negatives on a piece of paper.Thank you,

Elias Katsaniotis, MSc

Information

Viktoria Katsanioti,

Kaliningrad,

Russia,

matizegr@yahoo.com

0 votes
55 views

How do you allow iframes from a specific site in WordPress (WordPress, iframe, development)?
in WordPress by (46.5k points)

1 Answer

0 votes

The first thing you can do is to embed the iFrame code through the HTML. That's the traditional method, and it goes something like this: Select the URL of the webpage you want to add to the iFrame. Use the custom HTML <iFrame></iFrame> code tag to add the iFrame in WordPress.

also read

Allow iframes from specific sites?
With kses filtering, WordPress only allows a subset of html tags within a post or page, and one of the tags it strips out is the <iframe> tag (for many good reasons). I'd like to allow edi...
by (46.5k points)
...