Thumbnail Question [Assistance, please]
- Silent Hero Studios
- Joined: Tue May 07, 2019 11:18 am
- Status: Currently dying in college... heroically
- Contact:
Thumbnail Question [Assistance, please]
I've looked certain editors who were able to display their video thumbnails with their descriptions on the Editors forum. Does anybody know how to do that or how it's done, cuz I can't figure out how.
Silent. Heroic. But never both.
- seasons
- Joined: Wed Jul 22, 2009 12:31 pm
- Contact:
Re: Thumbnail Question [Assistance, please]
When you say "video thumbnails," are you referring to an embedded YouTube? Or something else?
By "Editors forum," are you talking about the forum we're on right now?
By "Editors forum," are you talking about the forum we're on right now?
- Silent Hero Studios
- Joined: Tue May 07, 2019 11:18 am
- Status: Currently dying in college... heroically
- Contact:
Re: Thumbnail Question [Assistance, please]
Yes, the embedded.
And no, I meant the other forum with everyone's profile pages
And no, I meant the other forum with everyone's profile pages
Silent. Heroic. But never both.
- CrackTheSky
- has trust issues
- Joined: Sun Aug 27, 2006 11:01 pm
- Status: Maybe editing?
- Location: Chicago
Re: Thumbnail Question [Assistance, please]
I assume you mean the video profile page? For example, like UA does here?
https://www.animemusicvideos.org/member ... p?v=203869
If so, embedding an image just takes some HTML. For example:
https://www.animemusicvideos.org/member ... p?v=203869
If so, embedding an image just takes some HTML. For example:
Code: Select all
<img src="URL_TO_IMAGE">
- Silent Hero Studios
- Joined: Tue May 07, 2019 11:18 am
- Status: Currently dying in college... heroically
- Contact:
Re: Thumbnail Question [Assistance, please]
Yes, that's what I meant. How do I code that for a specific image?CrackTheSky wrote: ↑Wed Nov 20, 2019 2:56 pmI assume you mean the video profile page? For example, like UA does here?
https://www.animemusicvideos.org/member ... p?v=203869
If so, embedding an image just takes some HTML. For example:
Code: Select all
<img src="URL_TO_IMAGE">
Like the one you displayed, or is there another way?
Silent. Heroic. But never both.
- CrackTheSky
- has trust issues
- Joined: Sun Aug 27, 2006 11:01 pm
- Status: Maybe editing?
- Location: Chicago
Re: Thumbnail Question [Assistance, please]
See below for an example:

Replace the URL in quotes with the URL to the image you want to display. If it's an image on your hard drive, you'll have to upload it to an image hosting website like Imgur and then copy the direct link to the image (by this I mean, don't copy the URL in your search bar, right-click on the image itself and click "Copy image address/location").

Replace the URL in quotes with the URL to the image you want to display. If it's an image on your hard drive, you'll have to upload it to an image hosting website like Imgur and then copy the direct link to the image (by this I mean, don't copy the URL in your search bar, right-click on the image itself and click "Copy image address/location").
- Silent Hero Studios
- Joined: Tue May 07, 2019 11:18 am
- Status: Currently dying in college... heroically
- Contact:
Re: Thumbnail Question [Assistance, please]
Coolness! Thx for the help! 

Silent. Heroic. But never both.