How To Find Iframe?

by 9 replies
11
Hye....right now, my site already have thousand page
and the Google already notice me to remove iframe which is embed video from Youtube using their code (iframe). So right now, i want to remove it

Can i know to find iframe at our site without to check one by one
any plugin or site can help me to find which one pages has iframe??
#programming #find #iframe
  • What kind of site? Are you using a CMS like WP, or Drupal or a database to store your pages?
    Or is it an html site?
    • [1] reply
    • i use wordpress
      got warning from Google
      i think i suppose to use old code from youtube to embed video not using iframe
      also provide by them

      so where can i find solutin to find more faster?
  • yes I agree..
    Iframe code is like this

    <iframe width="420" height="315" src="http://www.youtube.com/embed/5G0j_Huv2Fg" frameborder="0" allowfullscreen></iframe>

    so I suggest if google warns you to remove this codes replace it with the same video but diffrent codes, the old one which is the

    <object width="420" height="315"><param name="movie" value="http://www.youtube.com/v/5G0j_Huv2Fg?hl=en_US&amp;version=3&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5G0j_Huv2Fg?hl=en_US&amp;version=3&amp;rel=0" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
  • I find it odd that google would ask you to remove a YouTube video embedded with an iframe from a website. Why would they do that? What was their reason?

    To find the iFrame do "A word or phrase within a document" search on your offline files for "iframe" in the text within a document.
    • [1] reply

    • didn't has any plugin, site or software which i can find it automatically?
      • [1] reply
  • Bibik,

    Try to search for %iframe% in posts table of your wordpress database (you can use phpMyAdmin). Feel free to ask for details if you don't know how to do that.
  • Just go cpanel > phpmyadmin > select wordpress database > select wp_posts > search > iframe, or

    add filter to your content by adding some code to functions.php (this is easy way), you can PM me if you having a trouble.
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 11

    Hye....right now, my site already have thousand page and the Google already notice me to remove iframe which is embed video from Youtube using their code (iframe). So right now, i want to remove it