I thought I would post an idea that I had about making it easier to post the items you have for sale on Craigslist. I do a lot of posting and CAN't update things when I sell them on each individual thread but I can do one central update if it can dispearse the rest of the updates to all postings -oh and it's SUPER easy! Sound good?
What I do is make one posting on a forum that has it formatted so it looks nice and is easy to read. I then take a screen shot of that page, crop it and edit to how I want it, post it on my web server and then create a post on CL with the entire posting being just the html tag like this:
Now what I do is update each of my for sale category pictures nightly and upload it to the server and it automatically updates what is on the CL posting because it is just a picture. I could change the picture to a dog and they would see a picture of a dog instead.
Now, I just thought what happens if people do a search, they won't see any of the results from what is in the ad. Bummer. My work around is to make a comma or semi-colon seperated list of the main key words from the sale. you could add others to help search rank as well.
I'm also wondering if CL will display PDF's as I can create a PDF of the page that has the text and it is searchable.
Finally, I know that I could create an HTML file but I haven't found a way to create one central HTML file and have that file displayed on the CL ad. The easiest way to do all this would be to create the Ad in Dreamweaver, upload the html file to my server and have CL display the HTML file, but I can't seem to find a way to do this.
Is it possible?
What I do is make one posting on a forum that has it formatted so it looks nice and is easy to read. I then take a screen shot of that page, crop it and edit to how I want it, post it on my web server and then create a post on CL with the entire posting being just the html tag like this:
Code:
<img src="http://images.mywebsite.com/stuffforsale.jpg"
Now what I do is update each of my for sale category pictures nightly and upload it to the server and it automatically updates what is on the CL posting because it is just a picture. I could change the picture to a dog and they would see a picture of a dog instead.
Now, I just thought what happens if people do a search, they won't see any of the results from what is in the ad. Bummer. My work around is to make a comma or semi-colon seperated list of the main key words from the sale. you could add others to help search rank as well.
I'm also wondering if CL will display PDF's as I can create a PDF of the page that has the text and it is searchable.
Finally, I know that I could create an HTML file but I haven't found a way to create one central HTML file and have that file displayed on the CL ad. The easiest way to do all this would be to create the Ad in Dreamweaver, upload the html file to my server and have CL display the HTML file, but I can't seem to find a way to do this.
Is it possible?