Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Amazon Astore link does not work (http://forum.bytesforall.com/showthread.php?t=966)

pbravin Mar 26, 2009 12:04 PM

Amazon Astore link does not work
 
I created an astore.php file containing the following:

________________
<?php
/*
Template Name: Amazon aStore
*/
?>

<iframe src=”http://astore.amazon.com/deaexpundcon-20″ width=”90%” height=”1000″ frameborder=”0″ scrolling=”yes”>

<?php get_footer(); ?>
_______________

Then created a wordpress page identifying this file as a template

and when i go to this page, the following message appears

______________
The requested URL /%E2%80%9Dhttp://astore.amazon.com/deaexpundcon-20%E2%80%B3 does not exist.
_______________

What did I do that was not done right?

Thanks

Phil

Flynn Mar 26, 2009 05:21 PM

The closing </iframe> is missing, also you'd probably need

PHP Code:

 <?php get_header(); ?>

above the iframe

PHP Code:

 <?php
/*
Template Name: Amazon aStore
*/
?>
 <?php get_header(); ?> 
<iframe src="URL-HERE" width="99%" height="1000" scrolling="no" frameborder="0"></iframe>
<?php get_footer(); ?>

But you'll probably need some parts from the head of index.php as well so it'd be best to make a copy of index.php as amazon-astore.php and replace everything between get_header and get_footer with your single line of iframe code

eipi Apr 27, 2009 02:19 AM

Hello, Flynn.
I've created a page with iframe as #2.
It works by Fire-fox with other contents (Ads and side bar), but not by IE. Other contents Ads,sidebar footer can't be displayed using iframe by IE when I select only right bar only. Please advise.

Flynn Apr 27, 2009 07:38 PM

If it works in FF but not in IE then you probably have spaces or special characters in your iframe URL

eipi Apr 28, 2009 02:11 AM

Flynn,
Many tks, It's been solved.


All times are GMT -6. The time now is 12:23 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.