Results 1 to 8 of 8

Thread: Add to Bookmark

  1. #1
    Join Date
    Jun 2007
    Posts
    197

    Default Add to Bookmark

    Hi this will help you to add an add to bookmarks script to your site.

    Edit: js/myjavascriptfx.js

    Add the following to the bottom of the above file:

    Code:
    // Add to favorites - BEGIN
    function bookmarksite(title,url){
    if (window.sidebar) // firefox
    	window.sidebar.addPanel(title, url, "");
    else if(window.opera && window.print){ // opera
    	var elem = document.createElement('a');
    	elem.setAttribute('href',url);
    	elem.setAttribute('title',title);
    	elem.setAttribute('rel','sidebar');
    	elem.click();
    } 
    else if(document.all)// ie
    	window.external.AddFavorite(url, title);
    }
    // Add to favorites - END
    Next in you templates/footer.tpl fit this into your template somewhere:

    You can see it in action at : http://www.youtwatonline.com at the footer of the site.

    Enjoy,
    Mat.

    P.S You can add this to header.tpl instead of footer.tpl but do not add it to footer.tpl and header.tpl at the same time or your get an error.
    ------------------------------------
    Make an arse of yourself:
    http://www.youtwatonline.com
    ------------------------------------

  2. #2
    Join Date
    Jul 2007
    Location
    melbourne
    Posts
    9

    Default Unitedblue

    Wow who designed your site

  3. #3
    Join Date
    Jun 2007
    Posts
    197

    Default

    Hi,

    I designed the layout. I'm a web designer and PHP developer, and as such would love to be able to help out more with this script.

    Regard,
    Mathew.
    ------------------------------------
    Make an arse of yourself:
    http://www.youtwatonline.com
    ------------------------------------

  4. #4
    Join Date
    Jul 2007
    Location
    melbourne
    Posts
    9

    Default So you could fix

    So you could fix up my site for a price??

  5. #5
    Join Date
    Jun 2007
    Posts
    197

    Default

    Yer sure, PM me.
    ------------------------------------
    Make an arse of yourself:
    http://www.youtwatonline.com
    ------------------------------------

  6. #6
    Join Date
    Jul 2007
    Posts
    169

    Default

    WOW -- Ur site is amazing!
    SPEED UP YOUR VSHARE SITE!
    Speed up your vshare site by "offloading" your images and video thumbs!
    Just visit http://offload.limbar.com for details.

  7. #7

    Default

    yes i agree, this site is cool :) Web designer, huh... no wonder! :D

  8. #8

    Default

    nice site. looks clean.

Similar Threads

  1. Adding Bookmark Javascript Breaks my site
    By freepo in forum General Discussions
    Replies: 6
    Last Post: 12-10-2009, 10:14 AM
  2. Bulk Importer/Bookmark
    By spun2u in forum Fixed Bugs
    Replies: 2
    Last Post: 08-12-2007, 03:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •