Custom Website/I-Frame

FOR MOBILE PUBLISHERS SEEKING TO DESIGN AND HOST THEIR OWN MARKETING WEBSITE

Creating Your Own Marketing Website
With The Use Of I-Frame

The current marketing website that we provide with your private-labeled Mobile Broadcast Service is rather rigid to a point that it does not allow for you to modify or change the design, the images, the structure, and the verbiage used in the website itself. And that may be limiting to you.

You see, the core of our service is not about website designs. 99.9% of the most important and the most valuable aspects of our service are the behind-the-scene "mobile telecommunications files" that make your domain, your website and your service "MOBILE-ENABLED". And these are files and custom programming work that you (and your customers) do not and cannot even see on your website.

However, what people can see on your marketing your website can now be fully customized - BY YOU - when you design your own marketing website. Yes, you can now create your own website using your own design, structure, images, and verbiage. 

You can even set your own billing system so you can charge your clients monthly, quarterly, or annually. And you can use your own merchant account or any other payment system.

There are only two restrictions: (1) You have to host your website on your own server or Webhost, and (2) You have to use a different domain name than that which we are hosting and using as your Opt-in Code.

The Big Question: The most common challenge for mobile publishers (like yourself) who wish to customize and self-host their own marketing website, is how to display the special "Keyword Search Form" (that we have working on their Opt-in Code website)  and make it appear on the custom marketing website that they wish to design and self-host at their own server.

The answer is: I-FRAME. This simple method will allow you to display a portion of a target webpage and make it appear on another webpage that is remotely hosted elsewhere. The following will outline the steps you can take to accomplish this goal. However, there is some programming required.

Needless to say, teaching you HTML, I-FRAME, Basic Web Hosting, How To Post Your Webfiles are beyond the scope of our service, However, if you're capable of doing this yourself, or if you are prepared to hire someone to help you implement this strategy, you should be able to easily create, design, and host your own fully customized marketing website, and host it yourself -- for total control. 

HOW TO DISPLAY THE "KEYWORD SEARCH" FORM ON
YOUR SELF-HOSTED WEBSITE BY USING I-FRAME

1.) Click Here:  I-Frame Self-Hosted Demo Page
Read the self-explanatory features on the page. This sample webpage is designed to be hosted at your SELF-HOSTED WEBSITE which you will be hosting using your own server or Web host. You can design this page any way you want, using your own images and verbiage. A prominent element on this sample webpage is the simple I-FRAME that displays your KEYWORD SEARCH FORM - which is critical to marketing your mobile broadcast service. (NOTE: View the page source of this web page to give you and idea of the proper way to write the I-Frame portion of the page.)

2.) The Form Searches For Available Keyword.
This form helps potential customers to search an available Keyword which they can use for their broadcast account. Your customer can use the form ordinarily until they find a keyword that they would like to purchase from you. NOTE: The Search Form itself is actually located at YOUR Private-Label Website which we are hosting and using as your domain name/opt-in code. You are able to display this form at your Self-Hosted Website via an I-Frame.

3.) If Keyword is Available...
The customer will have the option to order it. On the "Keyword is Available" page, there is a "REGISTER THIS KEYWORD" button that can be LINKED back to a URL (that you specify) on your Self-Hosted Website. In most cases, this URL
would be an order-taking related page which forms part of the ordering system that you put in place on your Self-Hosted Website.

4.) We need the URL from you.
The "REGISTER THIS KEYWORD" button can also pass the VALUE of the Keyword that the customer selected, enabling your self-hosted website to capture the value of this keyword via the _GET METHOD. Here is an example URL with the trailing value... http://www.YourSelf-Hosted-Site.com/orders/page.php?kw=keyword

Once you have determined and activated the domain name you wish to use for your self-hosted website, simply send us an email with the web address (URL) where you want us to link the "REGISTER THIS KEYWORD" button from the Keyword Search Form. 

IMPORTANT: When supplying your URL, do not include the trailing value. Simply provide us with the EXACT URL of the redirect page.
Example http://www.YourSelf-Hosted-Site.com/orders/page.php


5.) You capture and process...
Once the customer clicks the "REGISTER THIS KEYWORD" button, the customer is redirected to the destination URL that you specified, and the value of the Keyword that the customer selected is passed on to your website. Your order-taking system takes over from there.


YOUR NEXT MOVE....



GROUP#1
IMPORTANT: The following information is for websites created BEFORE October 20, 2008. If you ordered your website, of if your website was activated after October 20, use the information for Group#2 below.

Start designing you custom website, including the page (or pages) where you want to display the Keyword Search Form. On any page where you want the Keyword Search Form to be available, simple place this I-Frame Codes:

<iframe
src="http://www.xxxxx.xxx/keyword/index.php?id=00"
name="Keyword Search" 
width="620" height="450" 
vscrolling="yes" hscrolling="no" 
frameborder="2">
</iframe>

(A.) On line 1, replace xxxx.xxx with the domain name of the website which we are hosting and are using as your Opt-in Code.

(B.)  On line 1, after "id=", replace 00 with your Pub ID Number. To find out what your Pub ID number is, go to your ADMIN Back Office and access your Account Information. Your Pub ID is listed on the top of the data sheet.


GROUP#2
IMPORTANT: The following information is for websites created AFTER October 20, 2008. If you ordered your website, of if your website was activated before October 20, use the information for Group#1 above.

Start designing you custom website, including the page (or pages) where you want to display the Keyword Search Form. On any page where you want the Keyword Search Form to be available, simple place this I-Frame Codes:

<iframe
src="http://adname.mobi/gobcast/_keyword/index.php?id=YYY&red=ZZZ"
name="Keyword Search" 
width="620" height="450" 
vscrolling="yes" hscrolling="no" 
frameborder="2">
</iframe>

(A.) In the URL on line 1, replace YYY with your Account ID Number. This will be a two or three-digit number.  If unsure, email us for the correct information.

(B.) In the same URL, replace ZZZ with the full URL of the landing page on your website where you want the system to redirect the customer after they have selected the Keyword they want to use. IMPORTANT: When entering your URL, do not include the trailing value. Simply enter the EXACT URL of the redirect page.
Example http://www.YourSelf-Hosted-Site.com/orders/page.php