Topic
Embedded Link
Forum Posting
A Membership is required to post in the forums. Login or become a member to post in the member forums!
Home › Forums › Administration & Support › User Test Forum › Embedded Link
- This topic has 96 replies, 68 voices, and was last updated 6 years, 9 months ago by
Greg Mihalik.
-
AuthorPosts
-
Oct 25, 2009 at 12:28 pm #1539521
Greg to the rescue!!!! You saved me once before =) I had a little cheat sheet taped to my old monitor for when I came to BPL to make a post. This site is the only one that I use html. My old monitor disappeared along with my cheat sheet. I googles html and tried to follow their instructions and failed somewhere. I'll use your instructions and give it a whirl. Here we go!!!!
Oct 25, 2009 at 12:30 pm #1539522Greg, you did it again, your are one heck of a nice guy to bail me out again. Thank You!!!
Now I can go and correct my errors =)
Dan
Oct 25, 2009 at 1:12 pm #1539531Dan –
'The system might be limiting the amount of tried edits per person or time period, not sure why.'
Nope. Unlimited edits, AFAIK.
Oct 26, 2009 at 7:35 am #1539767Dec 18, 2009 at 4:38 am #1555154Dec 18, 2009 at 6:00 am #1555166Arapiles, you have to enclose the link with an ", just before the first >, then close the statement with a after "Redgum".
Dec 18, 2009 at 6:05 am #1555169Thanks Miguel – but whenever I post it chops off the "<" etc after Redgum …. not sure why.
Edit … got it right, finally.
Dec 18, 2009 at 6:11 am #1555171Sorry, I forgot that you can't show hyperlink code on a webpage…it just disappears. Take a look at the OP hyperlink code again:
See the "BPL" text? After it you have to put in the symbols you see after "BPL" in the image above. Also, Just before "Redgum" and ">" you don't have an apostrophe to close the statement. Without the apostrophe the link that you wrote cannot be read.
Edit. Great! Happy Linking!
Feb 8, 2010 at 5:58 pm #1571377Feb 19, 2010 at 9:10 pm #1576191Feb 19, 2010 at 9:17 pm #1576194bueno
Apr 10, 2010 at 7:17 am #1596403Apr 10, 2010 at 9:44 am #1596445From time to time, someone asks how to put a hyperlink in a posting. I am no HTML guy, but thought I would share a couple of things I have learned about about posting at BPL. (Suggestions for improving this post are welcome.)
Example of the source for a hyperlink:
<a href="http://www.backpackinglight.com">BPL</a>
The same hyperlink, live: BPL
To create your own hyperlink, just:
- replace "http://www.backpackinglight.com" with your own URL (the quotation marks are required)
- replace "BPL" with whatever text string you want to appear in your posting
- include the result in your posting
The BPL posting mechanism does not handle an "@" sign in URLs, such as Flickr URLs. You can get around that by replacing the "@" with "%40". (Thanks, Kerry Rodgers.)
=========================================================
Handling long URLs — use tinyurl
You cannot (successfully) handle very long URLs this way (a BPL software limitation?). The solution is to use http://tinyurl.com/ to create a shorter, but equivalent, URL.
- Go to http://tinyurl.com/
- Enter the long (i.e. real) URL and click the button
- Choose one of the two choices it gives you (direct, or preview). Use that URL in place of the original (long) URL.
I wish I could quantify how long is too long, but I can't. If anyone knows, please chime in and I'll modify this post to reflect that.
=========================================================
Referring to a specific post in a thread
The easiest way to get the URL for a specific post is to click on a link that takes you directly to that post. The URL the browser shows will then be the correct one.
Otherwise, you need to construct the correct URL. To do that, you need two things:
1) The ID of the specific post
2) The URL of the thread that post is inGetting a specific post's ID
The ID of a specific post appears to be an overall sequence number for postings. Adjacent postings in the same thread will not necessarily have adjacent, or even close, IDs. The best way to find the ID of the specific post is to get it from the page's HTML:- Look at the page's HTML source, such as by using one of the following ways:
- Choose View Page Source from the right-mouse menu
- Select from just before the post to within the post, and then choose View Selection Source from the right-mouse menu
- In the source, find the post you want to refer to, such as by searching for some of its text
- Look back (up) at the post's heading for a line like </table><a name="97772"></a>
- The digits after name= are the post's ID, in this case 97772
Forming the specific post's URL
Look at the URL from the browser. The part after "forum_thread_id=" is the interesting part. Depending on how you got to the page, it will look something like one of the following:- forum_thread_id=13314&startat=20
- forum_thread_id=13314&disable_pagination=1
- forum_thread_id=13314&skip_to_post=264865#264865
The first number after "forum_thread_id=", 13314 in this case, is the thread ID.
To create the specific post's URL:- take the URL from the browser
- replace everything from the "&" after the thread ID with "&skip_to_post=97772#97772", where "97772" is the ID of the specific post
In this example, that would be:
<first part of the URL>forum_thread_id=13314&skip_to_post=97772#97772
As an example, the link to Kerry Rodgers' post earlier in this post was done that way — his post's URL is http://www.backpackinglight.com/cgi-bin/backpackinglight/forums/thread_display.html?forum_thread_id=13314&skip_to_post=204575#204575.
Always test your URL after posting it
Enjoy!
Apr 10, 2010 at 10:25 am #1596456nm
Apr 10, 2010 at 10:31 am #1596457Sorry Greg — my bad — I knew it was in "test", but forgot it is in your thread.
(Later) It was work-in-progress. I have now completed it. My intent is to:
1) show the URL example without needing an image
2) show how to construct a URL for a specific post
3) mention the need to use tinyurl at times— Bob
Apr 10, 2010 at 11:04 am #1596462Great.
No apologies needed. This is not "My" thread. It's a Link resource thread.I'll check back later.
Greg
Apr 10, 2010 at 2:24 pm #1596513I have often thought that the facts about putting a hyperlink in a posting should be collected in a single place. I have fixed my earlier posting to do that.
The posting now includes:
*) Making a basic hyperlink (redundant with several other postings)
*) Using tinyurl so that long URLs will work
*) How to reference a specific posting in a thread (such as I just did at the start of this posting)The last of those is something I have not seen documented in another posting. It often requires looking at the source HTML. I hope that is not too off-putting. I hope that my directions are clear.
If anyone has suggestions for improving the posting — corrections, pointing out something confusing or unclear, a way to make any of the information more accessible, other information that should be included there, etc please let me know.
Thanks,
BobApr 12, 2010 at 8:45 pm #1597284Apr 17, 2010 at 8:41 pm #1599078Nov 9, 2010 at 3:10 pm #1662616Charlie, indeed
Nov 9, 2010 at 3:14 pm #1662621Add the target="_blank" attribute to your main post.
Nov 9, 2010 at 3:20 pm #1662627"Add the target="_blank" attribute to your main post."
Sir, yes, sir! ;)
Nov 9, 2010 at 4:00 pm #1662649Nov 9, 2010 at 4:04 pm #1662651No, no, no. You need to "Add the target="_blank" attribute to your main post."
Nov 16, 2010 at 11:44 am #1664818 -
AuthorPosts
- You must be logged in to reply to this topic.
Forum Posting
A Membership is required to post in the forums. Login or become a member to post in the member forums!
HAPPENING RIGHT NOW (February 11-21, 2025) - Shop Hyperlite Mountain Gear's Biggest Sale of the Year:
Our Community Posts are Moderated
Backpacking Light community posts are moderated and here to foster helpful and positive discussions about lightweight backpacking. Please be mindful of our values and boundaries and review our Community Guidelines prior to posting.
Get the Newsletter
Gear Research & Discovery Tools
- Browse our curated Gear Shop
- See the latest Gear Deals and Sales
- Our Recommendations
- Search for Gear on Sale with the Gear Finder
- Used Gear Swap
- Member Gear Reviews and BPL Gear Review Articles
- Browse by Gear Type or Brand.