Is this possible with an iframe?

smartalex4

Junior Member
Joined
Jun 5, 2009
Messages
163
Reaction score
57
I was wondering if I could have a "mini" version of a webpage load on the sidebar of one my blogs. (Not just a piece, but a condensed version)

Basically it would show a random page (from a lists of webpages that I provide) and a link using the Page Title (of the 'random page') as the keyword for the link. Click the link and it takes you to the full-size page.

Is this at all possible, and if so anyone willing to take crack at it?

Thanks in advance
 
I don't understand this "and a link using the Page Title (of the 'random page')"
Do you mean a link like hXXp://website.c0m/pagetitle.html ?
If you need a link like that you should take a look at "SEF link" in google

Speedy5044 posted this code in cloaking section
PHP:
<?PHP

Header("Location: PUT YOUR AFFILATE LINK OVER HERE");
Exit;

?>
So what you need to do ( I think but i'm not a pro ;) ) is to create a file name keyword.php and put the real link of the targeted page instead of "PUT YOUR AFF LINK..."
Hope my post will help you !
 
Back
Top