Forums / Discussion / Q & A

3,264 total conversations in 493 threads

+ New Thread


Sticky Sticky Featured Featured Locked Locked
KYM Guide To Textile

Last posted Apr 09, 2020 at 09:44AM EDT. Added Nov 07, 2011 at 03:27PM EST
280 posts from 151 users

The Cute Master :3 wrote:

Well your first problem is you only included <img src="http:"> in your code.

I don't know why you cant post the image though. Works fine for my code.
 
Some websites won't let you embed their images in other websites since it still has to download and use their bandwidth. That's why you'll get images seem to be fine on their website, but produce a . You also might get this if the image has been deleted from that web address or if it was moved.
 

Also, I would like to mention that you can use a double equal (==) to have textile ignore certain things. I recently started having problems where surrounding a word using *word* ; was still resulting in the word being bold faced so i guess the html is converted before the textile is applied so I stumbled across the double equal option. The @textile@ works as well though, so whatever your preferences are. Maybe one works when the other doesn't. Though the <code> tags seem to be a little more tricky. (they wouldn't ignore my * and using @s gave me &#42; while using = gave me the correct code seen above.)

edit: it appears I don't know what I am doing/talking about as usuall. So here is an article talking about escapement that might work on KYM or might not. And here is redcloth.org which has a huge textile database explanation. Again, their code might not work for everything here.

thank you

The autoplay/Loop combo is acting a bit wonky with me and just wondering if i did it right. Here is the textile I used: < iframe width="420" height="315" src="//www.youtube.com/embed/qURei6svd90"?autoplay=1&loop=1frameborder="0" allowfullscreen>

Last edited Nov 17, 2013 at 03:20PM EST

Sir Soundwave wrote:

The autoplay/Loop combo is acting a bit wonky with me and just wondering if i did it right. Here is the textile I used: < iframe width="420" height="315" src="//www.youtube.com/embed/qURei6svd90"?autoplay=1&loop=1frameborder="0" allowfullscreen>

Sir Soundwave wrote:

The autoplay/Loop combo is acting a bit wonky with me and just wondering if i did it right. Here is the textile I used: < iframe width="420" height="315" src="//www.youtube.com/embed/qURei6svd90"?autoplay=1&loop=1frameborder="0" allowfullscreen>

testing

Edit: okay, so there was a whole lot wrong with your embed code. For starters:

<iframe width=“420” height=“315” src=“//www.youtube.com/embed/qURei6svd90?autoplay=1&loop=1frameborder=“0” allowfullscreen>

That bolded quote mark should be located after the "&loop=1" else you cut the embed source to the original youtube vid with no extra code and you need a space after &loop=1. Also YouTube will only loop with their videos in the "AS3" player when used in conjunction with a playlist containing the original video link. Thus you get this:

<iframe width="560" height="315" src="//www.youtube.com/embed/qURei6svd90?version=3&loop=1&playlist=qURei6svd90" frameborder="0" allowfullscreen>

Oh, and make sure to tack on an </iframe> just for proper html rendering, else it thinks you're still adding things to the video frame.

Now here's where things get trickier. If you want autoplay (which is only allowed on user's profiles now because it spams the pages/forums), you have to use the old embed code. This make the code more complex and easier to mess up, so I'm just going to refer you to this link here.

Without the autoplay you should get this:

Last edited Nov 18, 2013 at 03:50PM EST

The Cute Master :3 wrote:

testing

Edit: okay, so there was a whole lot wrong with your embed code. For starters:

<iframe width=“420” height=“315” src=“//www.youtube.com/embed/qURei6svd90?autoplay=1&loop=1frameborder=“0” allowfullscreen>

That bolded quote mark should be located after the "&loop=1" else you cut the embed source to the original youtube vid with no extra code and you need a space after &loop=1. Also YouTube will only loop with their videos in the "AS3" player when used in conjunction with a playlist containing the original video link. Thus you get this:

<iframe width="560" height="315" src="//www.youtube.com/embed/qURei6svd90?version=3&loop=1&playlist=qURei6svd90" frameborder="0" allowfullscreen>

Oh, and make sure to tack on an </iframe> just for proper html rendering, else it thinks you're still adding things to the video frame.

Now here's where things get trickier. If you want autoplay (which is only allowed on user's profiles now because it spams the pages/forums), you have to use the old embed code. This make the code more complex and easier to mess up, so I'm just going to refer you to this link here.

Without the autoplay you should get this:

Thx I'll experiment from here with the profile wall.

Ok im back to ask about the video start and end thing. I personally know how about starting the video in a specific place thanks to Randomman but the end video at a certain part proportion was never explained. could someone help?

Inkswitch wrote:

I'm a new member to KYM and am having trouble posting GIFs. How do I post a GIF that's saved to my computer?

you need to upload the gif online first. The site will not read files stored on your computer, only those stored with an associated IP/URL online (it's more complicated than that but that's the short version). You could upload it to KYM, associating it with an entry/tags if applicable by rolling over the "IMAGES" tab up top and clicking "Upload an Image"; the process is rather self-explanatory. You could also use another service if you need/want to, but why? We've got everything you need here. Just stay foreverrrrrrrrrrrrrr…

says the hypocrite who usually just puushes pics on his computer because its more convenient even though theyll be broken links in 3 months now

Then just follow the instructions listed here, or use corresponding html tags.


On a side note, this seems like a good time to remind everyone that this thread is not for you to test out textile features. It's preferable if you test it on your personal profile, for example by making a comment and testing it (textile works anywhere on the site you can make a full text post IIRC, like articles, abouts and comments.

MrMcNuggets wrote:

I'm having trouble
when i use the header code (h2) it makes all the text big
Wat do?

Add an empty line between the header line and the start of the text.

If you start typing on the next line immediatly it'll continue, like you experienced. Same thing if you use the bq. for blockquotes.


Sir-Soundwave wrote:

Ok im back to ask about the video start and end thing. I personally know how about starting the video in a specific place thanks to Randomman but the end video at a certain part proportion was never explained. could someone help?

Like how you start the video with start=X, use end=X to add an end time.

You have to remember here that you do need to add an ampersand between the two commands. So a video starting at 10 seconds and ending at 20 would have ?start=10&end=20 behind the video url.

Last edited Jan 23, 2014 at 05:44AM EST

Twilitlord wrote:

you need to upload the gif online first. The site will not read files stored on your computer, only those stored with an associated IP/URL online (it's more complicated than that but that's the short version). You could upload it to KYM, associating it with an entry/tags if applicable by rolling over the "IMAGES" tab up top and clicking "Upload an Image"; the process is rather self-explanatory. You could also use another service if you need/want to, but why? We've got everything you need here. Just stay foreverrrrrrrrrrrrrr…

says the hypocrite who usually just puushes pics on his computer because its more convenient even though theyll be broken links in 3 months now

Then just follow the instructions listed here, or use corresponding html tags.


On a side note, this seems like a good time to remind everyone that this thread is not for you to test out textile features. It's preferable if you test it on your personal profile, for example by making a comment and testing it (textile works anywhere on the site you can make a full text post IIRC, like articles, abouts and comments.

Thanks for the help!

TheOpt1onal (Dead memes) wrote:

Alright, how do I post an image that isn't online?

By putting it online.
In fact, KYM is perfect for that. If you go to the bar at the top, under Images, choose Upload an Image, you can upload one without assigning it to an article.
This is even better for hosting than imgur because it won't make you start paying an annual fee to host more than a certain number of images.

Dead Account wrote:

By putting it online.
In fact, KYM is perfect for that. If you go to the bar at the top, under Images, choose Upload an Image, you can upload one without assigning it to an article.
This is even better for hosting than imgur because it won't make you start paying an annual fee to host more than a certain number of images.

I'm a tad paranoic (JUST A BIT >_< ) and as such I must ask.

Is it fine for the site server? If there's no problem at all I shall start uploading here instead of Flickr

Last edited Feb 14, 2014 at 06:19PM EST

Legendario13 wrote:

I'm a tad paranoic (JUST A BIT >_< ) and as such I must ask.

Is it fine for the site server? If there's no problem at all I shall start uploading here instead of Flickr

My general rule of thumb is if I don't want it tied to this account, I don't upload it. Once it's in the image gallery then it's got your account tied to it as the uploader and is free reign for comments and downvotes. (For some reason people actually check the general gallery and down vote images as they see fit even if they're not tied to an entry.) I, myself, use the gallery sparingly. Most images that don't have anything to do with memes I upload to imageshack. They just started charging for their site, but you get 30 days free, it's $2 a month, and I've never had an image link go bad because I've "used up too much bandwidth." Feel free to do as you want though. (Within the site guidelines that is.)

Edit: But do try to make sure you're uploading original content only. We don't want duplicate images flooding the gallery and making it unusable. You can still include tags even if you don't link it to a meme, so that helps as well.

Last edited Feb 15, 2014 at 02:25AM EST

The Cute Master :3 wrote:

My general rule of thumb is if I don't want it tied to this account, I don't upload it. Once it's in the image gallery then it's got your account tied to it as the uploader and is free reign for comments and downvotes. (For some reason people actually check the general gallery and down vote images as they see fit even if they're not tied to an entry.) I, myself, use the gallery sparingly. Most images that don't have anything to do with memes I upload to imageshack. They just started charging for their site, but you get 30 days free, it's $2 a month, and I've never had an image link go bad because I've "used up too much bandwidth." Feel free to do as you want though. (Within the site guidelines that is.)

Edit: But do try to make sure you're uploading original content only. We don't want duplicate images flooding the gallery and making it unusable. You can still include tags even if you don't link it to a meme, so that helps as well.

Yeah for me that's not problem at all, I procure to not upload duplicates and tag properly.

Still, I don't think I'll turn KYM on my main image host (is already hueg) But indeed is a nice place if I want an image to longlast.

i'm just wondering how do i "creepy text"?
you know, with small symbols, letters etc. more or less obscuring the text?
like this

i have no idea how it's called so i can't google it.

Dabiddo - Kun wrote:

i'm just wondering how do i "creepy text"?
you know, with small symbols, letters etc. more or less obscuring the text?
like this

i have no idea how it's called so i can't google it.

It's called zalgo

H̡̠̪̤̙̰̝͇̫̦̣̺̖̼̫̲̙̼̀͟͠á͖͍͍̥͇̣͎̹̺͚̰̩̙̪̳͢͢ͅv̵̴̷͎̠͖͓̞̯͓̰̺̮̗̗͇̦̠̲̻͝ͅͅḛ̝̗̖̳͜͝ ͠͏̗̹̼̻̟̺̙f̶̛̱̯͓͔̪̰̼̰̝ͅu̷͚̼̜̗̫͘ņ̶̷̘̳͍̥̫!̸̥͚̜̗̱͍̀ :)

Hey guys I found a website where you can try out your textile skills (or at last I use it for that). It's name is redcloth.org. I suggest you should go there to try it out rather then spamming them here.

Surprised I haven't seen this yet:

  • Similar to using "h2." instead of < h2 >, you can use "bq." instead of < blockquote >.

Edit: The textile support is very broken though. Escapes are very picky in what they ignore and underline support just doesn't seem to exist anymore. The symbol should be "+" but no matter the combination I put it in, it doesn't seem to work even with the HTML tags.

Ex: regular bold and italic fonts with the textile underline code.

html test
html test

Last edited Apr 12, 2014 at 03:31AM EDT

The quoted post has been deleted.

I'm pretty sure you can't post directly from your hard drive, but you can upload the picture somewhere (I usually upload images to my profile or a relevant entry on KYM) and then post it like any other image found on the internet.

EpicGBX wrote:

Is it possible to post embed from pixiv because I spend 15+ minutes to try to post it in the comment but always ended up failed. any solution?

If you right-click the image, a box should appear with the option "view image". Click this, and it should open a new tab where only the image is shown. Copy and paste this tabs URL in your comment (with "!" on both sides of course), and it should appear.
Hope that helps :)

I'm currently working on an entry based around Reggie Fils-A-Mech, and a part of it includes the Tweet with Shigeru Miyamoto pointing at a security tape with Fils-A-Mech. The only problem about this is that I don't know how to embed Tweets, and since embedding the Tweet would be necessary, and the fact I can't find anything that says how to embed Tweets, I would really like to know.

Dr. Chill wrote:

I'm currently working on an entry based around Reggie Fils-A-Mech, and a part of it includes the Tweet with Shigeru Miyamoto pointing at a security tape with Fils-A-Mech. The only problem about this is that I don't know how to embed Tweets, and since embedding the Tweet would be necessary, and the fact I can't find anything that says how to embed Tweets, I would really like to know.

Press the three dots button below the tweet, it will show the option to embed the tweet.

okay so i've been wondering for the longest time how do you post these buttons
link

i've tried finding the embed code through using inspect element but that doesn't seem to work, does anyone know how to embed them in things like comments and forum posts, because i've seen other users do it

So.. does anyone know if you can use precise colors? Like, in a hex code or somehing like that?
I mean, there's red, blue, white, maybe even "weird" colors like turquoise or magenta, but can you use hex code, like this, for example?
Oh well, let's see if it works
(if it worked, the code is e0e0e0, by the way)

BananaFish wrote:

I read the posts…

Still didn't answer the question as to how to post a video on the comments section, not forum posts <_<

Just paste the embed code into the comment section.
on a youtube video page you click share, then embed to get the code you need.

Manga Dead Man (feat. Bowler Hat) wrote:

So.. does anyone know if you can use precise colors? Like, in a hex code or somehing like that?
I mean, there's red, blue, white, maybe even "weird" colors like turquoise or magenta, but can you use hex code, like this, for example?
Oh well, let's see if it works
(if it worked, the code is e0e0e0, by the way)

Oh fuck it, here are ALL the colors you can use
But being able to use hex sure would be useful…

RandomMan wrote:

Also refer to KYMdb Style Guide and Wikipedia: Textile.

I won't explain everything here, but I'll give you the textile you'll find most commonly on this site.


Bold: Place a * on both sides of the text you want bold. Result: Bold Text
Italic: Place a _ on both sides of the text you want italic. Result: Italic Text
Strikethrough: Place a – on both sides of the text you want strikethrough. Result: Strikethrough Text

Underlined text is done differently: Start your text with < u > and end your text with < /u >, remove the spaces of course when using it. This doesn't work on the forums however, therefore I can't correctly show it.

These can all be combined with each other as well, creating the combined results: Ultra Combo!


%{font-size:12pt}font size% will change the size of the text by changing the number. Like this.

%{color:red}text in red% will change the color of the text by changing the color name. Like this.


  • Image posting:

Place exclamation marks (!) on both sides of the Url or use <img src="Url">, the second code allows to change the size of the text by adding width="X" or height="X" behind it, with X being a number.

So <img src="https://i.kym-cdn.com/photos/images/newsfeed/000/428/023/6d9.jpg" height="300"> becomes:

!https://i.kym-cdn.com/photos/images/newsfeed/000/428/023/6d9.jpg! would also post the image, but wouldn't change the height or width. To change the size with this method, the size has to be applied differently: !{height: 300px}https://i.kym-cdn.com/photos/images/newsfeed/000/428/023/6d9.jpg!


  • Headers:

Start the sentence with h2. (dot included) followed by a space. The number can vary between 1 and 6, with 1 being the biggest header. Entries most commonly use h2. and h4. in their headers.


  • Blockquotes:

<blockquote> Text to be quoted. </blockquote> will create quoted text. Starting a line with bq. (followed by a space) creates the same effect but will only function on the paragraph it's applied to and stops working for the next paragraph.

Text


  • Linking:

This can be used to name your links and make them a hyperlink. This is done by using either "Name of the Link":Url or <a href="Url">Name of the Link</a>

So "Super Special Awesome Link":https://knowyourmeme.com/ becomes Super Special Awesome Link.

The Name of the Link can also be changed by an image html or textile, making the image the link. So
<a href="https://knowyourmeme.com/"> <img src="https://i.kym-cdn.com/photos/images/newsfeed/000/428/023/6d9.jpg" height="300"> </a>
and
"!{300 px}https://i.kym-cdn.com/photos/images/newsfeed/000/428/023/6d9.jpg!":https://knowyourmeme.com/
become:


  • Other small things:
  • Start a sentence with a * followed by a space to use bullets, as seen in these examples.
  • Use <center> and end with </center> to center your text or image, giving it a more professional look in entries with media. This creates small text on the forum, so there you have to place an enter between the start and end of the code, and your text.
  • <br> creates an extra enter, creating some room between 2 paragraphes of text or media and text.
  • This also goes for <hr>, but this one adds a line. Placing 3 – 's behind each other with an enter before and after also works. This creates:

  • Spoiler buttons:

Use either <div class="spoiler">Hidden Text</div> or <div class="spoiler" title="Title">Hidden Text</div>. Difference with the second one is that you can change the title of the button. If you don't want your text to be small within the spoiler, just place an enter between both ends of the code and the text. Creating:

Capiche?


  • Avoiding textile:

Either place an @ on both sides of the textile, or use <code> Textile </code>. Enough examples of this can be found in this post. Some don't allow this however, in which case I use ( and ) for the examples.

However, using @ or the <code> methods can generate odd small text in certain areas of the site, which can be annoying if you want to avoid textile without this effect. To bypass this, place two equation signs on both sides of the text. So in the case of avoiding bold text: *text* will be fixed to *text*. This only works on textile and not html.

For the spoiler button, put "a white line between both ends of the code and the text"? What does that mean? What should I put there, and where? How do I do that?

A reminder to everyone here using this thread to test textile:

Delete your post afterwards

We don't want this thread spammed full of "test test test test". Thank you. I'll take the liberty of cleaning some of those posts up


@Slobasa

Late answer, but what he means is to press enter before and after the spoiler tag. So the spoiler tag sits on its own sentence and is not in-line with the rest of your text


Anyway, I wanted to point out another thing which I don't think was mentioned before.

Small text the quick easy way

Nope, didn't use the % textile to do that. Just put a space in front of the sentence.

That's all you need to do. Just one space in the front

Apparently that's a hack. It works by not working. The space in front stops the sentence from being automatically placed inside a P tag (paragraph), thus it doesn't inherit the visual properties of a paragraph

Last edited Sep 10, 2014 at 09:58AM EDT

Welp guys, I have a problem, with those "Greentexts". When I try to use the textile to make greentext (or any other colored text), it does not work for me, while I do everything like it need to be done. Any help?

>green text
>using textile
>putting entire greentext story in between one set of percent signs
>doesn't work
>put each line in it's own percent signs
>great success

Seriously though, if you have a hard return between the % markup signs, it won't work right. So each time you write a new line of text is has to have it's color specified seperately. Does that make sense?

Edit: also make sure you don't have spaces separating the % signs.

Last edited Sep 10, 2014 at 04:45PM EDT

You basically cant have anything except alphanumeric characters and spaces ('a-z' 'A_Z' '0 9') inside the % tags. ….well you can….but it's safer to stick with only basic characters.

The % tag is very sensitive and breaks over just about anything, that includes carriage returns.

Last edited Sep 11, 2014 at 03:13AM EDT

RandomMan wrote:

  • Youtube videos:

First I'll post this image:

The text surrounded by the red is what you need to copy+paste to post a video. You don't need to check "Include Related Videos". The Youtube code has updated over time, so you'll get a different code now. For example this one:

<iframe width="420" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allowfullscreen></iframe>

  • Changing Size:
    The "width" and "height" you see can be used to change the size of the video. Youtube also does this for you by changing the numbers in the custom section. For entries, KYM uses a width of 425 for stand-alone vids, and 300 for vids placed next to each other or in tables. So the following code:

<iframe width="300" height="233" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allowfullscreen></iframe>

Will change into:


  • Editing certain features:

You can give you video certain features like autoplay or replay. To do this, place a questionmark (?) behind the Url in the embed code and follow that by one of the following codes.

  • Autoplay: To make your video have autoplay, add autoplay=1 behind the questionmark. Autoplay is only allowed on your profile wall! Nowhere else!
    <iframe width="420" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ?autoplay=1" frameborder="0" allowfullscreen></iframe>
  • Start at certain point: To let the videos start from a certain point, add start=X behind the questionmark. With X being the start of the video in seconds. So to start the video at 30 seconds, use:
    <iframe width="420" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ?start=30" frameborder="0" allowfullscreen></iframe>
  • Loop: Some videos already loop themselves, but in case they don't you have to add loop=1 behind the questionmark. This creates:
    <iframe width="420" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ?loop=1" frameborder="0" allowfullscreen></iframe>

These features can also be combined. To do this, you have to put a "&" between each code feature. So for example:

<iframe width="500" height="500" src="https://www.youtube.com/embed/dQw4w9WgXcQ?start=40&autoplay=1" frameborder="0" allowfullscreen></iframe>

Will create a 500 by 500 video in autoplay starting at 40 seconds.


  • WEBMs and SWFs:

The code for embedding WEBMs and SWFs is as follows:
<embed src="URL" height="300" width="300">
Height and width can be adjusted the same way as Youtube videos.
Note that WEBMs and SWFs autoplay automatically, so please cover them with a spoiler of some sort if they contain sound.



Not everything you'd like to know might be added here. If you want to know more about textile, feel free to ask. You'll be answered as fast as possible.

Also be aware that some codes may not work on the forums, but do work on entries, and visa versa.

If I can start the to-be-embedded video at a certain point, what is the code to end it at a certain point?

Oh, and sorry for the bump (if it is).

Last edited Sep 25, 2014 at 12:27PM EDT
Skeletor-sm

This thread is closed to new posts.

This thread was locked by an administrator.

Why don't you start a new thread instead?

Hauu! You must login or signup first!