Frame branding allows you to open other sites in a new window while retaining the branding for your site in a frame. The branding frame can be either rows (rows) or columns.
Step One: gets pasted into the <HEAD> section of your document/main site with only one possible reconfiguration. This being the percentage (%) you want the frame to open with your “Branding”.
<!-- Begin
percent = "10%";
function frameBranding(actualurl, brandingurl, frametype) {
var framewin = window.open("","brandingframe");Step Two: are the link(s) you paste anywhere within the <BODY> section you want this “Branding” effect to appear either it can be a single page or a post or posts. You must configure each link separately as to either cols or rows, URL that you are linking, etc.
Code For Rows
<a target="_new" href="URL You Are Linking" onClick="return frameBranding
('URL You Are Linking', 'URL to your branded page', 'rows');">Name Of Link Here</a>Code For Cols
<a target="_new" href="URL You Are Linking" onClick="return frameBranding
('URL You Are Linking', 'URL to your branded page', 'cols');">Name Of Link Here</a>Step Three: This is where you make a new document/page with your message that’ll work as your branding frame (Your branded page). This will appear in the frame to tell people they are not in your domain and all they need to do is close that window to return to your site.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title></title> </head> <body bgcolor="#000000" text="#ba55dc" link="#fff8dc" alink="#fff8dc" vlink="#fff8dc" topmargin="0" marginheight="0"> <basefont size="3"> <div align="left"> <p><font face="georgia,arial,helvetica"size="2"color="#fff0f5">This site is not within <font color="#ff0000">Your Site Name Here</font> Domain. Just <a href="javascript:top.window.close();">Close This Window</a> to return to our site.</font></p> </div> </body> </html>
No related posts.



Hey Man.. That’s what I was trying to find out..! Thank You So Much for this Information.. I’m really thankful !
Please keep writing ! Best Wishes !
@Mandaar: Thank you friend
Hey.. I would like to know, How to do it in WordPress? Currently I’m trying to do it with WP, but I’m not able to understand… Could you please guide me about the easiest way to integrate this coding in WP?
Same Problem.
Hey.. I just found a wonderful plugin for the same. WP Bar.
@Mandaar: Thank you a lot for the info. Here is the plugin link: http://wordpress.org/extend/plugins/wp-bar/
but I am not sure if it’s compatible with WP3.1 or not
Hey.. Can you tell me the name of wordpress plugin. WP Bar is not working.
I want to open redirected posts in my frame only (Like this http://www.stumbleupon.com/su/1J1krv/9gag.com/gag/207886)
Thanks in advance
Thanks Bhushan for your comment. I am not sure. I would post here if I find anything useful related.
any update on this please advise me thanks
junnydc´s last [type] ..Hello world!