Bitcoin Forum

Other => Meta => Topic started by: Factom Protocol on March 06, 2019, 10:04:11 PM



Title: How do I link inline images?
Post by: Factom Protocol on March 06, 2019, 10:04:11 PM
I purchased a copper account and now I want to post an image that links to a youtube video.  How do I do that?

Thank you!


Title: Re: How do I link inline images?
Post by: TryNinja on March 06, 2019, 10:06:16 PM
After having the transaction confirmed, go to the same page you got your Copper Member payment address and complete the steps.

https://bitcointalk.org/index.php?action=credit;promote


Title: Re: How do I link inline images?
Post by: bones261 on March 06, 2019, 10:10:42 PM
https://i.ytimg.com/vi/vK2u4y7J58I/hqdefault.jpg (https://www.youtube.com/watch?v=vK2u4y7J58I)


Code:
[url=https://www.youtube.com/watch?v=vK2u4y7J58I][img]https://i.ytimg.com/vi/vK2u4y7J58I/hqdefault.jpg[/img][/url]


Title: Re: How do I link inline images?
Post by: hacker1001101001 on March 07, 2019, 12:57:57 AM
It works this way:

Code:
[url=youtube link here][IMG]link of Image here[/IMG][/url]



Title: Re: How do I link inline images?
Post by: khaled0111 on March 07, 2019, 01:43:27 AM
It works this way:

Code:
[url=youtube link here]Text of link or link of Image here[/url]



Actually, you have to put the image link inside img tags inside url tags, otherwise, you will see the link as "text" not the image.

Example (thank you bones261):
Code:
[url=https://www.youtube.com/watch?v=vK2u4y7J58I]https://i.ytimg.com/vi/vK2u4y7J58I/hqdefault.jpg[/url]

Result:
https://i.ytimg.com/vi/vK2u4y7J58I/hqdefault.jpg (https://www.youtube.com/watch?v=vK2u4y7J58I)