Greenguy's Board


Go Back   Greenguy's Board > Newbie Questions
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2008-03-07, 02:13 PM   #1
Trixie
Hey, can you take the wheel for a second, I have to scratch my self in two places at once
 
Trixie's Avatar
 
Join Date: Apr 2004
Location: near Seattle WA
Posts: 183
iframes on my blog a no-no?

I'm working on making http://trixie.com/ useful by using an aggregator to syndicate my own blog posts there and having a small tgp-like thing in one column.

Out of sheer laziness and ignorance, I used an iframe for the tgp section because I wanted to hurry up and get it working; my question is, what's with the opposition to iframes? I am not hotlinking someone else's content, only my own (the tgp is on one of my other domains). What possible problems could I run into by leaving it in the iframe?

Any thoughts on that or anything else you observe there? I am still working on the site, so any feedback is greatly appreciated.
__________________

A Girl, a Guy, and a Tranny - Unique Indie Porn!
Trixie is offline   Reply With Quote
Old 2008-03-07, 05:47 PM   #2
T Pat
You can now put whatever you want in this space :)
 
T Pat's Avatar
 
Join Date: Aug 2003
Location: Paridise
Posts: 3,244
Send a message via ICQ to T Pat
The only two things I have against Iframes are:
1, a lot of the cheaters used them to do sneaky shit
2, they are of no value for gaining search engine listings
But it's your blog so I can't think of a reason why anyone would have a problem with it
__________________
How To Keep An Asshole In Suspense

I'll Tell You Later
T Pat is offline   Reply With Quote
Old 2008-03-07, 06:10 PM   #3
Trixie
Hey, can you take the wheel for a second, I have to scratch my self in two places at once
 
Trixie's Avatar
 
Join Date: Apr 2004
Location: near Seattle WA
Posts: 183
Thanks for your response. I guess my concern is whether or not people will trade traffic with me based on that. Although I don't anticipate doing a ton of link exchanges, I also don't want to make it impossible to do so if the iframe breaks everybody's rules.

I guess I just need to figure out how to get TGP rotator to post directly onto a sidebar widget.
__________________

A Girl, a Guy, and a Tranny - Unique Indie Porn!
Trixie is offline   Reply With Quote
Old 2008-03-08, 10:02 AM   #4
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
I don't think the Iframe should or could be a problem. It's not any different than embedding any other outside content on to your page. Well, it is different in that SEs can read and follow the content within an Iframe. Also, it's your own content that you are including. By comparison, people/sponsors who produce RSS feeds can pull some tricks, but everyone trusts RSS implicitly.

You shouldn't have difficulty finding trading partners. It's a high quality blog with many, many well-written posts which had to require a lot of time and thought. There are very few adult blogs which are that text rich. Most of them are RSS-fed splogs with zero original content.

If anything, those gallery thumbs are doing you a favor by allowing you to capitalize on SE traffic that doesn't want to read a blog.
Useless is offline   Reply With Quote
Old 2008-03-08, 12:49 PM   #5
Thumbler
You can now put whatever you want in this space :)
 
Join Date: Aug 2003
Location: GA
Posts: 598
If you're concerned with an iframe, why not just use an include instead?
Thumbler is offline   Reply With Quote
Old 2008-03-08, 01:55 PM   #6
Trixie
Hey, can you take the wheel for a second, I have to scratch my self in two places at once
 
Trixie's Avatar
 
Join Date: Apr 2004
Location: near Seattle WA
Posts: 183
Quote:
Originally Posted by Thumbler View Post
If you're concerned with an iframe, why not just use an include instead?
I haven't learned how - I'm not even sure I know what that is. Do you mean a server side include?

That's what I'm saying -- the iFrame was the easiest thing for me to do right away without figuring out something new (to me).
__________________

A Girl, a Guy, and a Tranny - Unique Indie Porn!
Trixie is offline   Reply With Quote
Old 2008-03-08, 01:59 PM   #7
Trixie
Hey, can you take the wheel for a second, I have to scratch my self in two places at once
 
Trixie's Avatar
 
Join Date: Apr 2004
Location: near Seattle WA
Posts: 183
Quote:
Originally Posted by Useless Warrior View Post
I don't think the Iframe should or could be a problem. It's not any different than embedding any other outside content on to your page. Well, it is different in that SEs can read and follow the content within an Iframe. Also, it's your own content that you are including. By comparison, people/sponsors who produce RSS feeds can pull some tricks, but everyone trusts RSS implicitly.

You shouldn't have difficulty finding trading partners. It's a high quality blog with many, many well-written posts which had to require a lot of time and thought. There are very few adult blogs which are that text rich. Most of them are RSS-fed splogs with zero original content.

If anything, those gallery thumbs are doing you a favor by allowing you to capitalize on SE traffic that doesn't want to read a blog.
Thanks for the feedback, my sweetest sugarbuns!
__________________

A Girl, a Guy, and a Tranny - Unique Indie Porn!
Trixie is offline   Reply With Quote
Old 2008-03-08, 02:58 PM   #8
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by Trixie View Post
Thanks for the feedback, my sweetest sugarbuns!
Oh God, did you just call UW sugarbuns??? OK, from now on UW will be known as "UW Sugarbuns"
__________________
Submit to Girls That Squirt , Hairy Pussy Links and Best Wet Pussy
Licker4U is offline   Reply With Quote
Old 2008-03-08, 03:03 PM   #9
Trixie
Hey, can you take the wheel for a second, I have to scratch my self in two places at once
 
Trixie's Avatar
 
Join Date: Apr 2004
Location: near Seattle WA
Posts: 183
When UW & I have civil exchanges it makes me feel very good, like I have a banquet of delicious fleshy baked goods laid before me.

I considered "stickybritches" but wasn't sure if that would properly convey my affection for him.
__________________

A Girl, a Guy, and a Tranny - Unique Indie Porn!
Trixie is offline   Reply With Quote
Old 2008-03-09, 07:39 PM   #10
Thumbler
You can now put whatever you want in this space :)
 
Join Date: Aug 2003
Location: GA
Posts: 598
I was thinking of a php include like this

Code:
<?php include("http://www.mydomain.com/file.html"); ?>
Thumbler is offline   Reply With Quote
Old 2008-03-09, 07:51 PM   #11
Trixie
Hey, can you take the wheel for a second, I have to scratch my self in two places at once
 
Trixie's Avatar
 
Join Date: Apr 2004
Location: near Seattle WA
Posts: 183
Quote:
Originally Posted by Thumbler View Post
I was thinking of a php include like this

Code:
<?php include("http://www.mydomain.com/file.html"); ?>
Thanks for the tip/clarification.
__________________

A Girl, a Guy, and a Tranny - Unique Indie Porn!
Trixie is offline   Reply With Quote
Old 2008-03-09, 08:10 PM   #12
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
Server security settings probably won't allow PHP includes from external domains.

If it does work, I'd suggest talking to your server admin.

A safer solution would be to have a simple script that retrieves and saves a local copy of the desired file, then use that local copy as your include file. Set a Cron to periodically update that file at a specified interval.

Last edited by Toby; 2008-03-09 at 08:15 PM..
Toby is offline   Reply With Quote
Old 2008-03-16, 01:04 AM   #13
papagmp
That'll teach you to leave your sister unattended.....
 
papagmp's Avatar
 
Join Date: Jan 2007
Location: Colorado Springs
Posts: 1,803
Send a message via ICQ to papagmp
Quote:
Originally Posted by Toby View Post
Server security settings probably won't allow PHP includes from external domains.

If it does work, I'd suggest talking to your server admin.

A safer solution would be to have a simple script that retrieves and saves a local copy of the desired file, then use that local copy as your include file. Set a Cron to periodically update that file at a specified interval.
I was going to just post the same - and if the server settings do allow it, you'd better get ready to be hacked - even if the includes only go across domains.

After much thought, we went with a script. So far, the one's we've implemented are working very well.
__________________

Submit: OutlawFreePorn
papagmp is offline   Reply With Quote
Old 2008-03-16, 01:48 AM   #14
Trixie
Hey, can you take the wheel for a second, I have to scratch my self in two places at once
 
Trixie's Avatar
 
Join Date: Apr 2004
Location: near Seattle WA
Posts: 183
Thanks very much for the advice & info, Toby & papa -- I will be sure to revisit this thread/your posts when I'm ready to wrap my pea-brain around it and step away from the iframe .
__________________

A Girl, a Guy, and a Tranny - Unique Indie Porn!
Trixie is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:05 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc