Results 1 to 8 of 8

Thread: Script: "Add this link to your Myspace page"

  1. #1
    Registered Skeewe's Avatar
    Join Date
    Oct 2005
    Posts
    94

    Script: "Add this link to your Myspace page"

    .... is there such a thing? I think I saw that somewhere but I cannot find it now...


    Thanks

  2. #2
    4x4
    Join Date
    Oct 2004
    Posts
    1,043
    What EXACTLY does it do just show the URL of the page you are on and let someone copy.paste it? or what

  3. #3
    Registered
    Join Date
    Aug 2006
    Location
    Sacramento, CA
    Posts
    208
    I have seen some sites, usually video code sites or something similar, that will take you myspace username and password and have their backend login to your account and automatically add the video or whatever to your profile.

    Personally, I would not trust giving any login information to an unknown site like this, but I would assume the average myspace user is not as security conscious.
    ________
    Cannabis seeds
    Last edited by rpanella; 03-17-2011 at 10:54 AM.

  4. #4
    Registered Skeewe's Avatar
    Join Date
    Oct 2005
    Posts
    94
    I am actually just looking for way to make Myspace users be able to make a link on certain site on their profiles.
    That would be a graphical link that leads you to specific page. I was hoping to have some script to make that as simple as possible for Myspace users.

  5. #5
    Registered
    Join Date
    Aug 2006
    Location
    Sacramento, CA
    Posts
    208
    The easiest way is just to display the HTML code for the link in a textarea field on your site and tell them to copy and paste it to their profile in order to link to you.
    ________
    Mercedes-Benz High Performance Engines History
    Last edited by rpanella; 03-17-2011 at 10:54 AM.

  6. #6
    Registered Skeewe's Avatar
    Join Date
    Oct 2005
    Posts
    94
    Yes, but pages will be dynamic (with parameters, etc..). So it will not be that simple, but I think I will make it somehow.

    Thanks

  7. #7
    Registered
    Join Date
    Aug 2006
    Location
    Sacramento, CA
    Posts
    208
    If the page are dynamic, you could easily have the backend spit out the link code, or you could do it with javascript to do it on the fly for any page. Something like the code below should work:

    Code:
    <script language="javascript"><!--
    document.write('<textarea rows=4 cols=60><a href="' + document.location + '">' + document.title + '</a></textarea>');
    --></script>
    ________
    Xj650
    Last edited by rpanella; 03-17-2011 at 10:54 AM.

  8. #8
    Registered
    Join Date
    Mar 2006
    Posts
    350
    On a few of my websites, a text area generates code which they can then copy and paste onto their profile.

    While there are ways to have a button auto-install the code, I would highly advise against it. MySpace is very strict these days because of the phishing epidemic.
    Max

Similar Threads

  1. Google link data analysis script
    By rpanella in forum Search Engine Optimization
    Replies: 5
    Last Post: 02-23-2007, 09:59 AM
  2. Report Dead Link Script
    By incka in forum Website Programming & Databases
    Replies: 8
    Last Post: 01-23-2005, 04:03 PM
  3. link directory script?
    By jonbraswell in forum Community Management
    Replies: 11
    Last Post: 08-09-2004, 11:48 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
  •