Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411275 Posts in 69323 Topics- by 58380 Members - Latest Member: bob1029

March 28, 2024, 05:16:24 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsPlayerGeneralNewbie to forums -- how do I embed external images / mp4s / youtube videos?
Pages: [1]
Print
Author Topic: Newbie to forums -- how do I embed external images / mp4s / youtube videos?  (Read 6495 times)
enigma27
Level 0
***


View Profile
« on: March 27, 2021, 06:03:15 AM »

Hey every, sorry if this is obvious but I couldn't figure it out.

I wanted to add my devblog but all my hyperlinks to youtube / mp4s hosted on imgur just look like hyper links. I wasn't able to figure out the syntax to have them embedd so you don't have to click the link to see the image.

Example https://forums.tigsource.com/index.php?topic=71222.0 this user was able to have images and youtube videos directly in his post.

All help appreciated. example gif/mp4
https://i.imgur.com/xjBQwhA.mp4
Logged

I like to make tutorials and devblogs. youtube: https://www.youtube.com/channel/UC9CQOdT1A9JlAks0-PF5vvw
moller trumbore ray triangle intersection:
https://youtu.be/fK1RPmF_zjQ?list=PL22CMuqloY0pRNhvBXowdpMtEin8-RFtb
michaelplzno
Level 10
*****



View Profile WWW
« Reply #1 on: March 28, 2021, 03:04:39 PM »

you can do images via the [ img ]  tag, just quote a post you like to see what they did. Most people do videos just by posting the youtube URL in the text and the forum converts it.
Logged

enigma27
Level 0
***


View Profile
« Reply #2 on: March 31, 2021, 04:43:53 AM »

Testing the auto conversion thing.


 

^^^^mp4 img tag wrapped

^^^^gif img tag wrapped

Looks like it can't handle mp4 gif conversions. At least in preview window.


https://youtu.be/eyWWaTh28Dk?list=PL22CMuqloY0qjrMFN7Ces7far6TJLQ19y









youtube

Hm, the preview at least does not convert any of the different URLs to the same link. Going to post to see if it gets converted after the fact. Quoting that other post it does seem he just posted the url to the youtube video.

Logged

I like to make tutorials and devblogs. youtube: https://www.youtube.com/channel/UC9CQOdT1A9JlAks0-PF5vvw
moller trumbore ray triangle intersection:
https://youtu.be/fK1RPmF_zjQ?list=PL22CMuqloY0pRNhvBXowdpMtEin8-RFtb
enigma27
Level 0
***


View Profile
« Reply #3 on: March 31, 2021, 04:45:33 AM »

Okay, it appears I was getting faked out by the preview window not showing anything (other than the direct .gif link).

Testing one last thing, a direct link to mp4 not wrapped in anything:
https://i.imgur.com/xjBQwhA.mp4
Logged

I like to make tutorials and devblogs. youtube: https://www.youtube.com/channel/UC9CQOdT1A9JlAks0-PF5vvw
moller trumbore ray triangle intersection:
https://youtu.be/fK1RPmF_zjQ?list=PL22CMuqloY0pRNhvBXowdpMtEin8-RFtb
Schoq
Level 10
*****


♡∞


View Profile WWW
« Reply #4 on: March 31, 2021, 06:59:26 AM »

a secret pro hacker tip is that if you want to know how someone did something in a forum post you can just quote it and look
Logged

♡ ♥ make games, not money ♥ ♡
Mark Mayers
Level 10
*****



View Profile WWW
« Reply #5 on: April 01, 2021, 11:49:23 PM »

Yea if you post a youtube or vimeo link it doesn't show in preview, but it ends up showing in the final post.

This technology is 2007 era remind you so don't have high expectations.  Tears of Joy
Logged

Desolus Twitter: @DesolusDev Website: http://www.desolus.com DevLog: On TIG!
michaelplzno
Level 10
*****



View Profile WWW
« Reply #6 on: April 03, 2021, 11:32:26 AM »

This is a typical Mark post, he's one of the golden level 10 children now. I'm not jealous, I think its lame to want to be a cool kid. Even though I get upset and hate on the cool kids I am actually very cool.  Gentleman
Logged

Mark Mayers
Level 10
*****



View Profile WWW
« Reply #7 on: April 03, 2021, 10:24:50 PM »

This is a typical Mark post, he's one of the golden level 10 children now. I'm not jealous, I think its lame to want to be a cool kid. Even though I get upset and hate on the cool kids I am actually very cool.  Gentleman

Maybe being level 10 isn't an actual thing, maybe its a metaphor, like being level 10 is something in your heart?
Logged

Desolus Twitter: @DesolusDev Website: http://www.desolus.com DevLog: On TIG!
michaelplzno
Level 10
*****



View Profile WWW
« Reply #8 on: March 10, 2023, 07:56:06 AM »

BTW I'm thinking of making a shirt

"I'm level 10 on tigforum and all I got was this lousy tshirt"

Let me know if you want to order one.
Logged

Tonyadams
Guest
« Reply #9 on: April 23, 2023, 11:41:34 PM »

To embed videos or images hosted on other platforms (like YouTube or Imgur) in your devblog, you can use the HTML <iframe> tag. Here's an example of how to embed a YouTube video:
Code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/[VIDEO_ID]" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Replace [VIDEO_ID] with the unique identifier for your YouTube video (which can be found in the video's URL or in the "Share" section of the YouTube video page).

[Hi, I was a spambot whose account is now deleted. The above information does not apply to this forum.]
« Last Edit: April 24, 2023, 04:12:40 AM by ThemsAllTook » Logged
Thaumaturge
Level 10
*****



View Profile WWW
« Reply #10 on: April 24, 2023, 02:24:15 AM »

To embed videos or images hosted on other platforms (like YouTube or Imgur) in your devblog, you can use the HTML <iframe> tag. Here's an example of how to embed a YouTube video:

YouTube videos, at least, can be embedded simply by copying into the post the URL of the video, I believe.

So, for example, the old "Stalking Cat" video might be embedded with the text below:

Code:
https://www.youtube.com/watch?v=fzzjgBAaWZw

Producing the following:



Logged

michaelplzno
Level 10
*****



View Profile WWW
« Reply #11 on: April 24, 2023, 09:37:56 AM »

that is a superlative video @Thaumaturge
Logged

Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic