Quote:
Originally Posted by LusciousDelight
Thanks Walrus. These are great, but I was thinking of something a little simpler.
Say I have a FHG with a url http:/hotporngallery/affiliateid
and the name of the gallery is "Mandy's Sweet Ass"
I want to import it so that I will have an a ref style html code that says:
Mandy's Sweet Ass which when clicked will take me to the url where the galleries are hosted.
Make sense? The only way I can figure out how to do it now is C&P one at a time, and I'm working with hundreds.
|
Yep, it makes sense but I don't know of any really simple way of doing it.
I assume you want to put the links in your sidebar?
If its a web page, I guess you could do a view source, save that and then edit the source but that probably would take about as long as the copy and paste method....maybe not.
Quote:
Originally Posted by LusciousDelight
BTW, those Playboy links in you blog..did you get the feed to reduce? How'd you do that?
|
It's a thing I do when I'm lazy and feeling guilty cause I haven't updated my blog in a while...like now. XXX Blog Maniac is supposed to be a real blog ie. hand written and not full of sales text but my other life has been so time consuming the last couple of months that I've had to resort to cheating from time to time just to keep the damn thing alive.
What I do is I view the raw RSS feed. In either the content encoded section or the description section of the feed is the code that actually shows up from the reader. If you've never looked at a raw feed (or paid attention to it) it looks something like this
Code:
−
-<rss version="2.0">
−<channel>
<title>ChicksLoveChicks.com</title>
−<link>
http://tour1.chickslovechicks.com/?aid=100048&pid=1&c=A&pr=1
</link>
−<description>
These chicks love to play with each other in High Definition.
</description>
<pubDate>Sat, 15 Dec 2007 02:18:30 +0000</pubDate>
<generator>http://wordpress.org/?v=2.0.2</generator>
<language>en</language>
-
<item>
<title>Licking her pink pussy</title>
−<link>
http://chickslovechicks.gallerieshd.com/samantha_sweet_and_jenny_m/m/001/?aid=100048&pid=1&c=A&pr=1
</link>
−<comments>
http://chickslovechicks.gallerieshd.com/samantha_sweet_and_jenny_m/m/001/?aid=100048&pid=1&c=A&pr=1
</comments>
<pubDate>Mon, 10 Dec 2007 00:00:00 +0000</pubDate>
<dc:creator>Administrator</dc:creator>
−<guid isPermaLink="false">
http://chickslovechicks.gallerieshd.com/samantha_sweet_and_jenny_m/m/001/?aid=100048&pid=1&c=A&pr=1
</guid>
<category>Lesbians</category>
−<description>
<p><a href="http://chickslovechicks.gallerieshd.com/samantha_sweet_and_jenny_m/m/001/?aid=100048&pid=1&c=A&pr=1"><img src="http://chickslovechicks.gallerieshd.com/samantha_sweet_and_jenny_m/m/001/ht/88x88.jpg" alt="" border="0"></a><br /><br />
Step into a world of wild lesbian passion as Samantha and Jenny get to spend some quality time together. You're invited to watch as these two work some magic on each other with their tongues and toys. So don't miss your chance to see these two hot babes getting down and dirty together. <br /><br />
<font size="+1"><a href="http://chickslovechicks.gallerieshd.com/samantha_sweet_and_jenny_m/m/001/?aid=100048&pid=1&c=A&pr=1">See This Gallery</a> : <a href="http://tour1.chickslovechicks.com/?aid=100048&pid=1&c=A&pr=1">Join ChicksLoveChicks.com</a></font>
<br clear="all"><br></p>
</description>
−<content:encoded>
<p><a href="http://chickslovechicks.gallerieshd.com/samantha_sweet_and_jenny_m/m/001/?aid=100048&pid=1&c=A&pr=1"><img src="http://chickslovechicks.gallerieshd.com/samantha_sweet_and_jenny_m/m/001/ht/88x88.jpg" alt="" border="0"></a><br /><br />
Step into a world of wild lesbian passion as Samantha and Jenny get to spend some quality time together. You're invited to watch as these two work some magic on each other with their tongues and toys. So don't miss your chance to see these two hot babes getting down and dirty together. <br /><br />
<font size="+1"><a href="http://chickslovechicks.gallerieshd.com/samantha_sweet_and_jenny_m/m/001/?aid=100048&pid=1&c=A&pr=1">See This Gallery</a> : <a href="http://tour1.chickslovechicks.com/?aid=100048&pid=1&c=A&pr=1">Join ChicksLoveChicks.com</a></font>
<br clear="all"><br></p>
</content:encoded>
</item>
</channel>
</rss>
This example the sponsor uses both description and content:encoded for the page code.
So I cut the code out, modify it a little bit and presto, instant post for my blog. In the case with the Playboy post, I added a few words of my own and resized the picture.
That reminds me, I've got a long rant coming here one of these days about sponsors and feeds!