Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Shortening a link

  • 03-03-2011 9:18pm
    #1
    Closed Accounts Posts: 805 ✭✭✭


    Hi,

    I'm not sure if this is the right forum to ask this question but How do you shorten a link?

    I have a website and when I write in my blog I like to link the article to a product on my site. So I cut the link at the top of the web page and paste it into my blog page.

    For example,

    I copy a link that says, ("bla, bla, bla, etc, etc, etc")

    but I want to shorten the link to (Dog).

    How do I do it in non techie talk?

    Thanks.


Comments

  • Registered Users Posts: 28 ruanaidh


    Normally when editing the HTML source of a web page.

    Search for your link "bla, bla, bla, etc, etc, etc" and replace with whatever word you fancy.

    It should be inside the <a href> tag like <a href="imaginarylink">bla, bla, bla, etc, etc, etc<a/>

    Try the W3C for more info on HTML tags: http://www.w3schools.com/html/default.asp


  • Closed Accounts Posts: 329 ✭✭drBill


    There are other websites which offer this service besides tinyurl.com , that's just the one I've gotten into the habit of using.
    And naturally the caveat is that if tinyurl.com ever go out of business, your shortened links will no longer work.


  • Registered Users, Registered Users 2 Posts: 3,495 ✭✭✭Abelloid


    suey71 wrote: »
    Hi,

    I'm not sure if this is the right forum to ask this question but How do you shorten a link?

    I have a website and when I write in my blog I like to link the article to a product on my site. So I cut the link at the top of the web page and paste it into my blog page.

    For example,

    I copy a link that says, ("bla, bla, bla, etc, etc, etc")

    but I want to shorten the link to (Dog).

    How do I do it in non techie talk?

    Thanks.

    Like this
    <a href="http://www.website.com/page.html">dog</a>
    


  • Closed Accounts Posts: 805 ✭✭✭suey71


    Thanks for the replies but you will have to dum it down a little.

    So here goes.

    Mods feel free to delete this link if deemed inappropriate.

    I want to shorten this link,

    http://www.happyjane.ie/products/view/tenga-hard-deep-throat-cup/

    to this, Tenga.

    <a href="http://www.happyjane.ie/page.html">Tenga</a&gt;

    When and where do I write this code?

    Do I click on my link and write

    <a href="the highlighted link above/page.html">Tenga</a>

    Copy the above and then Paste it into my blog and it should appear as

    Tenga? is this correct?


    I am getting a Tumblr blog developed atm and want to be able to shorten links without having to use a webdeveloper all the time.


    Thanks for the advice in the other posts

    I went to tinyurl.com before but its not exactly what I'm looking for.

    I will take a look at w.3school.com later.

    Thanks for your help.

    Mods: I will delete the Link above when I know what to do.


  • Registered Users, Registered Users 2 Posts: 3,495 ✭✭✭Abelloid


    Depending on how your site is set up it should pick up the HTML and present it as a single word link. I assume you have some form of content management to allow you to make edits? Best thing to do is just try it.

    That line you have will only display the word 'Tenga' but link to a page like this - Tenga


  • Advertisement
Advertisement