|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Mar 2001
Location: Toronto
Posts: 1,782
|
Bookmark Traffic
Hi all.
I'am finding that quite a few people are bookmarking my galleries, and I wondered if there was a way that if they bookmark they are actually bookmarking my main page and not the indivdual gallery. thanks for the Help. Muff |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Feb 2001
Location: The bushes behind your house
Posts: 2,303
|
this script doesn't work with IE6 - but quite a few scripts don't !
go here bookmark.txt and view source, cut and paste it into your page body. If it doesn't work, post again and i'll try and find where i got it. ![]() |
|
|
|
|
|
#3 |
|
Hall Of Fame
Industry Role:
Join Date: Jan 2001
Location: Portland Oregon USA
Posts: 34,415
|
not sure what kat just said or what she was talking about..
And yes people do bookmark galleries if they like them and they are quality. Make sure you have a link at the bottom of these galleries that goes back to your main page so they can see more. Also, send me some of your galleries so I can take a look and post some if they are really that good. [email protected] ------------------ Webmaster/Owner www.boneprone.com icq: 66883099 |
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Feb 2001
Location: Amost UK central
Posts: 772
|
Kat is saying
http://www.computerhope.com/j4.htm [This message has been edited by Susan (edited 04-18-2001).] |
|
|
|
|
|
#5 | |
|
Confirmed User
Join Date: Jan 2001
Location: Oregun
Posts: 4,396
|
Quote:
Forget about puting a link back to your main page... it is better to put a link back to boneprone.com at the bottom of your galleries. Bone has special agreement with the top search engines. By using the word boneprone on your site, your chances of getting listed in the No. 1 search engine spot will increase by 400% |
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Feb 2001
Posts: 1,917
|
Create your site in frames. Then your URL remains the same at all times, no matter what links people click on. That is - for any pages that do not open in a new window. Therefore if people try to bookmark it, they will always bookmark the main page.
But, this is not enough, because people can make your link open in a new window, and then bookmark it from here. So what you need to do is force any page that should only open in a frame to bump you back to the main frame if it is ever loaded in a window by itself. The code to do this is: Place this code on any page that should never open in a new window: <pre> if (top == self) window.alert("This is an inside frame, you are being sent to the front page."); if (top == self) top.location.href = "index.html"; </pre> (I'm having trouble getting the code to display even with the pre and code tags, so let's see if this will work... place the above code inside javascript tags) This code will send any page that contains this javascript code to the index.html page. Change it as you desire. Hope this helps. ------------------ Juge - [email protected] - Juge's Bikini and Thong Page - Juge's Weekly Wallpaper - Daily Bikini Babe Need FREE CONTENT? [This message has been edited by Juge (edited 04-18-2001).] |
|
|
|
|
|
#7 |
|
Confirmed User
Join Date: Mar 2001
Location: Toronto
Posts: 1,782
|
I tryed that Kat it wasn't exactly what im looking for.
what i meant was if they decide to bookmark the gallery it will add my index instead of the gallery. I don't want any extra links on the page for add to favourites or anything. i could build all my pages in frames like juge said but that would take me a year to go through and change all the pages that are out there. Muff |
|
|
|