Bitcoin Forum

Other => Beginners & Help => Topic started by: Thekool1s on December 28, 2019, 06:21:43 PM



Title: Link Quote to External URL?
Post by: Thekool1s on December 28, 2019, 06:21:43 PM
I'm trying to figure out if it is possible to Direct the "Quote's Upper Text" to an External URL. By default when you quote someone, the URL points to their original "post/message" is it possible to direct it to an external URL?

The code I have tried but doesn't work as intended. Is there something which I am missing?
Code:
[quote author=Website Name link=www.example.com date=123456789] example text [/quote]


Title: Re: Link Quote to External URL?
Post by: o_e_l_e_o on December 28, 2019, 08:26:30 PM
Just drop the "link=" and the URL will become clickable.

Alternatively, you can drop most of the code and just use the following:
Code:
[quote=www.example.com]Text[/quote]

You can also make the website name itself clickable using the following code:
Code:
[quote="[url=www.example.com]Website name[/url]"]Text[/quote]

Which gives this result:
Quote from: Website name
Text


Title: Re: Link Quote to External URL?
Post by: LoyceMobile on December 28, 2019, 08:32:46 PM
Code:
[quote author=www.example.com] example text [/quote]
I've edited your quote, this is the best I've found.
Quote from: www.example.com
example text

Testing:
Quote from: www.example.com
Text

Quote from: Website name
Text
This is much better, thanks!


Title: Re: Link Quote to External URL?
Post by: Thekool1s on December 28, 2019, 10:08:03 PM
Thank you both :)


Title: Re: Link Quote to External URL?
Post by: tbct_mt2 on December 29, 2019, 07:44:45 AM
I have a topic on this one: [TIPS] to avoid plagiarism (https://bitcointalk.org/index.php?topic=5133485.0) (I updated my guide with the new quoting method I learned today).
What @o_e_l_e_o guided is great (I did not know it). Thank you.
I meant that one:
You can also make the website name itself clickable using the following code:
Code:
[quote="[url=www.example.com]Website name[/url]"]Text[/quote]

Which gives this result:
Quote from: Website name
Text

If OP want to add external URL links to images, I have a guide that was locked by admin.
Guideline on posting images (with size adjustments), hyperlinks (https://bitcointalk.org/index.php?topic=3974517.0)