by Bibik
9 replies
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??
#find #iframe
  • Profile picture of the author KirkMcD
    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?
    {{ DiscussionBoard.errors[7605481].message }}
    • Profile picture of the author Bibik
      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?
      {{ DiscussionBoard.errors[7605594].message }}
  • Profile picture of the author leliahawkins31
    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>
    {{ DiscussionBoard.errors[7605683].message }}
  • Profile picture of the author Mr Bill
    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.
    {{ DiscussionBoard.errors[7605699].message }}
    • Profile picture of the author Bibik
      Originally Posted by Mr Bill View Post

      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.

      didn't has any plugin, site or software which i can find it automatically?
      {{ DiscussionBoard.errors[7605918].message }}
      • Profile picture of the author Don Art
        here's what i would try first:

        download the whole site (ftp to a folder on your local hard drive)

        then use Windows Grep: Grep for Windows and search for iframe

        might not work or might solve it

        in any case, you should find anywhere your code is outputting iframes
        {{ DiscussionBoard.errors[7606105].message }}
  • Profile picture of the author 2WDHost
    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.
    {{ DiscussionBoard.errors[7617431].message }}
  • Profile picture of the author oknoorap
    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.
    {{ DiscussionBoard.errors[7627435].message }}

Trending Topics