Title: Hide link from &quot;View Source&quot;
Last modified: August 21, 2016

---

# Hide link from "View Source"

 *  Resolved [Sev](https://wordpress.org/support/users/severindauvergne/)
 * (@severindauvergne)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/hide-link-from-view-source/)
 * Hello,
 * is there a possibility to hide the link to which Advanced iframe is referring
   when people are doing a “View source” on the page ?
    eg. if my shortcode is
 * > [advanced_iframe securitykey=”mykey” src=”[http://www.mywebsite/thisindex.html&#8221](http://www.mywebsite/thisindex.html&#8221);
   > width=”100%” height=”100px”]
 * I don’t want
 * > [http://www.mywebsite/thisindex.html](http://www.mywebsite/thisindex.html)
 *  to be seen on the source code of the page.
 * Thanks for your help
    Sev
 * [http://wordpress.org/extend/plugins/advanced-iframe/](http://wordpress.org/extend/plugins/advanced-iframe/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [mdempfle](https://wordpress.org/support/users/mdempfle/)
 * (@mdempfle)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/hide-link-from-view-source/#post-3669109)
 * 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](https://wordpress.org/support/users/severindauvergne/)
 * (@severindauvergne)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/hide-link-from-view-source/#post-3669175)
 * 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=’[http://www.mywebsite.com/thisindex.html&#8217](http://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](https://wordpress.org/support/users/mdempfle/)
 * (@mdempfle)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/hide-link-from-view-source/#post-3669219)
 * 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.

 * ![](https://ps.w.org/advanced-iframe/assets/icon-128x128.png?rev=1028488)
 * [Advanced iFrame](https://wordpress.org/plugins/advanced-iframe/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-iframe/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-iframe/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-iframe/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-iframe/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-iframe/reviews/)

## Tags

 * [hide](https://wordpress.org/support/topic-tag/hide/)
 * [view](https://wordpress.org/support/topic-tag/view/)

 * 3 replies
 * 2 participants
 * Last reply from: [mdempfle](https://wordpress.org/support/users/mdempfle/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/hide-link-from-view-source/#post-3669219)
 * Status: resolved