Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mdempfle

    (@mdempfle)

    Set the url in the settings. In the shortcode you only need the security key.
    shortcode attributes do only overwrite the settings from the administration.

    Thread Starter Sev

    (@severindauvergne)

    Yes but even with a shortcode that looks like

    [advanced_iframe securitykey=”9de1b189c3356de7880a3mykey”]

    I can still view in the source of the page this thing :

    <iframe id=’advanced_iframe’ name=’blabla’ src=’https://www.mywebsite.com/thisindex.html&#8217; width=’100%’ height=’1000′ scrolling=’no’ frameborder=’0′ border=’0′ allowtransparency=’true’ ></iframe>

    And I would like to completly hide this hyperlink.

    Plugin Author mdempfle

    (@mdempfle)

    You can’t. This is the html the browser is rendering. Not entering the url there yould mean your browser would also not know what to include there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide link from "View Source"’ is closed to new replies.