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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 04-21-2010, 04:49 PM   #1
Ditosta
Confirmed User
 
Ditosta's Avatar
 
Join Date: May 2006
Location: http://www.neonasty.com
Posts: 2,107
Looking for a Bookmark script

Does anyone know of a good bookmark script that can bookmark the page you are currently on without having to hard code the URL ?

Right now I am using javascript and I have to put the url like this

javascript:bookmarksite('mysite', 'http://mysiteurl.com')
__________________
306213883

New Pantyhose Fetish Model
LilyDouce.com Rhinopays.com
Ditosta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-21-2010, 05:06 PM   #2
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
for your browser? or your actual site, if its your site, you can get the current url say domain.com/teen/videos.html

and get the title
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-21-2010, 05:20 PM   #3
Jdoughs
Confirmed User
 
Jdoughs's Avatar
 
Industry Role:
Join Date: Mar 2004
Location: Great White North
Posts: 5,794
Quote:
Originally Posted by Ditosta View Post
Does anyone know of a good bookmark script that can bookmark the page you are currently on without having to hard code the URL ?

Right now I am using javascript and I have to put the url like this

javascript:bookmarksite('mysite', 'http://mysiteurl.com')
PHP Code:
<script type="text/javascript">
function 
bookmarksite()
{
         if (
document.all)
        {
             
// For IE
             
window.external.AddFavorite(location.hrefdocument.title);
         }
        else if (
window.sidebar)
       {
             
// For Firefox
             
window.sidebar.addPanel(document.titlelocation.href"");
        }
}
</script> 
And then where you want it to show:

PHP Code:
    <a href="javascript:bookmarksite();"Bookmark Us!</a
__________________
LinkSpun - Premier Adult Link Trading Community - ICQ - 464/\281/\250
Be Seen By New Webmasters/Affiliates * Target out webmasters/affiliates based on niches your sites are for less than $20 a month.
AmeriNOC - Proudly hosted @ AmeriNOC!
Jdoughs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-22-2010, 05:57 AM   #4
Ditosta
Confirmed User
 
Ditosta's Avatar
 
Join Date: May 2006
Location: http://www.neonasty.com
Posts: 2,107
Quote:
Originally Posted by Jdoughs View Post
PHP Code:
<script type="text/javascript">
function 
bookmarksite()
{
         if (
document.all)
        {
             
// For IE
             
window.external.AddFavorite(location.hrefdocument.title);
         }
        else if (
window.sidebar)
       {
             
// For Firefox
             
window.sidebar.addPanel(document.titlelocation.href"");
        }
}
</script> 
And then where you want it to show:

PHP Code:
    <a href="javascript:bookmarksite();"Bookmark Us!</a
Thanks a million!
__________________
306213883

New Pantyhose Fetish Model
LilyDouce.com Rhinopays.com
Ditosta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-22-2010, 06:17 AM   #5
VladS
Available for Coding Work
 
VladS's Avatar
 
Industry Role:
Join Date: Jun 2008
Posts: 1,435
You could also check out addthis.com
__________________
<developer> MechBunny / KVS / PHP / MySQL / HTML5 / CSS3 / jQuery
Email: vlad [at] dangerouscoding.com
Telegram: @dangerouscoding
VladS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.