*How To Do Cool Stuff in Your Threads

Discussions75 Books Challenge for 2012

Rejoignez LibraryThing pour poster.

*How To Do Cool Stuff in Your Threads

1drneutron
Déc 26, 2011, 9:40 am

Last year, TadAD put together a great thread to teach us how to do nifty things in our threads. I'm copying these over to the new group plus adding a few others from the Basic HTML thread last year.

2drneutron
Modifié : Déc 26, 2011, 9:58 am

We'll be getting back to this..

3TadAD
Modifié : Déc 31, 2011, 4:16 pm

To put a book cover (or any image) in your post

The format you want to type looks like the following.

<img width="XXX" src="YYY">

Replace "XXX" with the width, in pixels, that you want your image. This allows you to scale down big images that might, otherwise, really mess up the layout of a post. It doesn't matter how big the image is really, that tag will cause it to scale.

Replace "YYY" with the URL (address) of the image you want to use. You can get a cover image off of the book's page. If you use the ones from LT, they sometimes disappear. If you choose one from down in the Amazon section, those are stable. Select the image and:

- if you use Firefox, right click and select "Copy Image Location"
- if you use Chrome, right click and select "Copy Image URL"
- if you use Safari, right click and select "Copy Image Address"
- if you use IE, right click and select "Properties" then select the address field

The result will look something like:

<img width="150" src="http://images.amazon.com/images/P/1558615105.01._SY190_SCLZZZZZZZ_.jpg">

4TadAD
Déc 30, 2011, 4:50 pm

To put a link to a thread (or any Web page) in your post

The format you want to type looks like the following.

<a href="XXX">Your text here</a>

Replace "XXX" with the URL (address) of the thread or Web site you want.

The result will look something like:

My thread can be found <a href="http://www.librarything.com/topic/80260">here</a>

Which comes out as:

My thread can be found here

You can also use an <img> tag at the location of the "Your text here" if you want to make an image link to a URL.

5TadAD
Modifié : Déc 31, 2011, 4:17 pm

To put a link to a specific message in your post

Use the basic format of putting a link to a full page found in the post above.

However, after the URL (address), you want to put a # sign and then the number of the post. It will look something like this:

<a href="http://www.librarything.com/topic/80260#1689433">Your text here</a>

How do you get the message number? Well, right click on the message number and:

- if you use Firefox select "Copy Link Location"
- if you use Chrome select "Copy link address"
- if you use Safari select "Copy Link"
- if you use IE select "Copy shortcut"

6TadAD
Modifié : Mar 1, 2012, 9:55 am

To change the look of the font

<b>your text here</b> makes something bold
<i>your text here</i> makes something italic
<u>your text here</u> makes something underlined
<strike>your text here</strike> makes something struck through

7TadAD
Déc 30, 2011, 4:51 pm

To put a lengthy quote in your post

The format you want is:

<blockquote>Your quote here</blockquote>

Which would look something like:

When in the Course of human events it becomes necessary for one people to dissolve the political bands which have connected them with another and to assume among the powers of the earth, the separate and equal station to which the Laws of Nature and of Nature's God entitle them, a decent respect to the opinions of mankind requires that they should declare the causes which impel them to the separation.

8TadAD
Modifié : Déc 30, 2011, 4:52 pm

Other characters

Ok, to answer the questions about how did I type HTML brackets in the posts without them being converted...for example, when I type <b>, why didn't it start bold text?

You need to use character entities a.k.a. escape sequences. Escape sequences are sets of characters that get translated into another character by the browser. So, instead of typing < to start an example, I typed &lt;. The ampersand + some characters + the semicolon is the standard format of escape sequences.

Some escape sequences that are useful in LT:

< - &lt; (HTML opening character)
> - &gt; (HTML closing character)
[ - &#91; (Touchstone opening character)
] - &#93; (Touchstone closing character)

While I'm at it, foreign characters, or any character, can be entered this way using escape sequences of the format &#XXX; where 'XXX' is the numeric code of the character, e.g.: &#225; = á. However, it's much easier (if you're on Windows) to just bring up the character map application (Programs/Accessories/System Tools/Character Map) and select the characters you want into the clipboard.

9EBT1002
Modifié : Déc 30, 2011, 6:46 pm

These helpful introductory hints in basic HTML have been wonderful -- thank you!!
Is there a way to make font come out in a particular color (e.g., orange)?

10TadAD
Déc 30, 2011, 8:21 pm

No, LT suppresses those HTML tags.

11drneutron
Déc 30, 2011, 9:02 pm

Excellent, Tad! Thanks very much for getting this set back up!

12mckait
Modifié : Nov 25, 2012, 1:34 pm

hmm

13TheTortoise
Jan 1, 2012, 8:55 am

Thanks for this Tad and Doc. Very useful.

Alan

14kittenfish
Jan 2, 2012, 5:13 pm

I still can't figure out how to post an image :(

15mckait
Modifié : Jan 2, 2012, 5:34 pm

kitten.. upload it to photobucket.
click on it
select html and copy

paste in the textbox here.. that is how I do it :)
the lazy easy way :)

17kittenfish
Jan 2, 2012, 5:26 pm

mckait, thank you so much! That was waaaaaaay easier!

And Randy....that page is very helpful as well.

THANKS GUYS!!

18mckait
Jan 2, 2012, 5:32 pm

Quite welcome !

19jeanned
Modifié : Jan 5, 2012, 8:26 pm

I am having a hard time getting the link to my 2012 thread on my profile page to work. When I click it, I am directed back to my profile page, not to the thread.

Here is what I have typed in: Click here for my 2012 Challenge thread.

I have previously tried, with the same results: Click here for my 2012 Challenge thread.

Please help.

ETA: When I click on either of the links above, I am taken back to this page.

20RandyMetcalfe
Jan 5, 2012, 8:51 pm

#19 That's because you are using the url for this thread. The url for your thread is http://www.librarything.com/topic/129615 Thus: Click here for my 2012 Challenge thread.

21jeanned
Jan 5, 2012, 8:53 pm

When I look at the html, 129615 is the topic number that appears.

22RandyMetcalfe
Jan 5, 2012, 8:58 pm

#21 Yes, but the url you are using on your profile page for your link just is the url for your profile page, i.e. http://www.librarything.com/profile/jeanned

23jeanned
Jan 5, 2012, 9:06 pm

Thanks for trying to help me (((sighs)))

24fiberjean
Jan 7, 2012, 4:23 pm

How do you change the color of titles in your thread?

25alcottacre
Jan 8, 2012, 3:33 am

#24: If you are referring to when the title or author name turns blue, that is called a Touchstone here on LT. You put the title in single brackets, so {The Night Circus} becomes The Night Circus, substituting the brackets for the braces I used originally (the brackets are the lower case on the same keys as the braces). For the author name, you use double brackets, so {{Erin Morgenstern}} becomes Erin Morgenstern.

I hope that helps!

26dallenbaugh
Jan 9, 2012, 9:56 am

When there are more than two books with the same title is there a way to make sure Touchstones chooses the right book other than including the author's name?

27RandyMetcalfe
Jan 9, 2012, 10:13 am

#26: If the wrong work or author comes up in the touchstone list to the right of the textbox, click "others" to get a list of the all the titles that Touchstones associates with your title and select the appropriate one.

28tymfos
Jan 10, 2012, 6:12 pm

26 In some odd cases, the correct title may not come up on the list of "others." Sometimes if you play with your title a bit (remove or add the subtitle, if there is one, for instance) the correct title will make its way into the list so you can choose it.

29dallenbaugh
Jan 10, 2012, 7:09 pm

Thanks, both of you. So far I haven't had any problems with your suggestions.

30mckait
Modifié : Jan 11, 2012, 9:00 am

I just found that Firefox has an extension called Photobucket Uploader.
This extension allow you to right click an image on any web page and upload it instantly to
your photobucket account. The photobucket page opens automatically and there you have
your html link for posting the image on LT .. as well as other options.
https://addons.mozilla.org/en-US/firefox/addon/photobucket-uploader/
Whee!

31OMBWarrior47
Jan 11, 2012, 5:54 pm

How do you use TickerFactory.com to create a ticker? I notice everyone else doing it but I cant figure it out myself. I hate when that happens. :(

32OMBWarrior47
Jan 11, 2012, 6:08 pm

Scratch that last I figured it out
;)

33lauranav
Jan 12, 2012, 9:35 am

I keep seeing people using the thread continuation feature. But I cannot figure out how to do it (not a concern at this point, last year was only 1 thread and this year probably will be too) but I am frustrated that there is something I can't figure out :-)

34RandyMetcalfe
Modifié : Jan 12, 2012, 10:05 am

#33: I believe that once your thread reaches 200 messages you will see an option to continue as a new thread. Clearly some people in this group have already had need to take up such an option, but I very much doubt I will need it. There doesn't seem to be anything in the wiki on this yet; all I could find is this thread discussing the need for such a feature from late 2011: http://www.librarything.com/topic/126131 Hope this helps.

35rebeccanyc
Jan 12, 2012, 10:10 am

When your thread gets to a certain length (200 posts?), a link will automatically appear at the end of it offering you the option to start a continuation thread.

36lauranav
Jan 12, 2012, 10:52 am

Oh good, so I'm not missing something obvious. It really isn't visible because it isn't something I need yet at 25 messages on my thread. Thank you so much for that reassurance.
And thank you for the link to the thread discussing it in 2011. I hadn't been able to find that either.

37clif_hiker
Modifié : Fév 1, 2012, 8:40 am

is there a way to tab? For example so that I could list

Foundation
Foundation & Empire
etc

and

2001: A Space Odyssey
2010: Odyssey 2
etc

in columns next to each other instead of sequentially as above?

38scvlad
Fév 1, 2012, 8:43 pm

Good question. I have the same one.

39TadAD
Modifié : Fév 5, 2012, 7:55 am

No, not really. Tables and CSS are disabled in posts. These are the two main mechanisms for doing that.

You can sort of manually push things apart like

Something                 Something Else
Another thing            Still Another

by using non-breaking spaces (&nbsp;), but it's pretty impossible to align things with proportional fonts as you can see from above where the two items in the second column don't line up correctly.

40scvlad
Fév 5, 2012, 8:41 am

Oh well. Thanks for the response. Maybe I'll try it, but it hardly seems worth it ...

41fuzzi
Fév 17, 2012, 10:33 pm

bump :)

42Greeshma.Pious
Mar 21, 2012, 6:54 am

Could someone pls tell me how to start a new thread?? Im very confused! :s

43tymfos
Mar 21, 2012, 7:52 am

How to Start a New Thread:

1. Go to the Group page for the 75 Challenge.
2. Click on the link for "post a new topic." (It's just above the list of all the different threads currently running in the group.)
3. Make sure that the box next to the word "Group" at the top has the proper group name. (For our challenge, it should say "75 Books Challenge for 2012.")
3. In "Subject," type a thread name. It's STRONGLY suggested that you include your screen name in the title so that people can find your thread!
4. In the "message" box, type whatever you want to put in the first message on your thread. You might want to say a little about yourself and/or your reading goals.
5. Click "Post Message."

44EBT1002
Juil 1, 2012, 1:15 am

bump

45mckait
Juil 1, 2012, 8:30 am

This is a great thread, I love how everyone jumps in to help!

46fuzzi
Juil 1, 2012, 8:35 am

And I also appreciate the occasional 'bump' as well! :)

47EBT1002
Sep 3, 2012, 10:46 pm

September bump

48humouress
Modifié : Sep 14, 2012, 6:29 am

Can we put stars on a wiki page?

The way we use this :
IMG src="http://static.librarything.com/pics/ss9.gif" (in pointy brackets)
to get this :
in our posts?

(you can tell I'm highly tech-literate)

49drneutron
Sep 14, 2012, 11:44 am

Yes. Here's the text from the WikiThing help pages:

There is only one way to display images in WikiThing. The HTML syntax (img src="") does not work, and so you can only display images that have been uploaded to WikiThing. On the other hand, to use a Wiki-uploaded image in Talk, you do need to use the HTML syntax and the Wiki syntax won't work (Talk will think filenames in square brackets are attempts at touchstones).

Images live in the Image namespace. This is a different area to that in which author photos and book covers live. All users can upload images to the image namespace. The images already uploaded are listed here.

The syntax for including images in an article is given here. The minimal format is ((Image:Watchmen.jpg))
((Image:Watchmen.jpg|thumb|100px|Watchmen 'smiley' image)) creates a 'thumbnail' (with a default border, background, size and position) with a forced size of 100 pixels wide and a caption.


Note: I've changed from square brackets to parentheses so the text displays here. When you actually do this, use square brackets!

The particular files are Blank-star.gif, Half-star.gif, Full-star.gif so for a full star, use ((Image:Full-star.gif)) with the appropriate change in brackets.

50humouress
Sep 14, 2012, 12:00 pm

Oh, beaut. Thanks, Jim!

I couldn't see a comprehensive list of files, when I looked. Is there one, or do I have to come and pester you every time I want to find an image?

51drneutron
Sep 14, 2012, 12:40 pm

There is. If you go to the WikiThing help page, there's a link to the list of files.

Help page: http://www.librarything.com/wiki/index.php/Help:Editing
List of images: http://www.librarything.com/wiki/index.php/Special:Imagelist

Per the help page, anyone can upload images.

52humouress
Sep 14, 2012, 1:00 pm

Thank you!

53humouress
Modifié : Sep 22, 2012, 9:17 am

More characters (as given by swynn) :

"I'll add that there are lots of other nifty icons you can try, and you can see a complete list of available codes at unicodemap.org.

For example, to see the character on the left, type the code on the right:
✓ &#x2713;
✔ &#x2714;
✖ &#x2716;
✗ &#x2717;
✏ &#x270F;
✌ &#x270C;

These are all in the "Dingbats" list. (Sigh. I know how they feel.)

These are Unicode characters. Whether you can see them at all depends on what your computer & browser support. If you don't have support for a character, you'll probably just see a square box where the character should be.

The codes given are hexadecimal, so if you use the unicodemap numbers it's important to include the "x" after the hash mark."

54authorspalace
Oct 13, 2012, 7:24 pm

This looks great! ✔

55EBT1002
Déc 4, 2012, 8:27 pm

little bump

56mckait
Modifié : Déc 5, 2012, 7:51 am

good thinkin' Ellen..

>53 humouress: chiming in on your post...
if you have a mac the option button will do the work for you... just hold down the option key and hit other keys to see what you get .. all sorts are possible :) ¡™£¢∞§¶•ªº
œ∑´®†¥¨ˆøπ“‘«åß∂ƒ©˙∆˚¬…æΩ≈ç√∫˜µ≤≥÷

option shift give you different things.. ⁄€‹›Œ„´‰ÅÍÎÏ˝ÓÔÒÚÆ

57maggie1944
Déc 5, 2012, 4:39 pm

ok

ø˚ So now I can say the weather was in the 50˚ range today

œ∑´®†¥¨¨ˆˆøøπ“‘«æ…¬˚∆˙©ƒ©

Yes, I found the copyright mark © option g

Thanks, Kath!

58mckait
Déc 5, 2012, 5:59 pm

Very welcome Karen :)

59tymfos
Déc 8, 2012, 9:09 pm

Is anybody else having trouble updating tickers from tickerfactory.com? When I try to update, I'm getting screens to configure a new ticker.

60humouress
Déc 9, 2012, 5:14 am

You're right; I just popped over to have a look, and it doesn't come up with the usual bumpf below all the fields for passwords and adding to your total and so on. Maybe they're spring cleaning?

61vancouverdeb
Déc 9, 2012, 5:41 am

I've been having trouble with ticker factory too, @59 and 60. Let's hope they are just " spring cleaning."

62maggie1944
Déc 9, 2012, 9:04 am

I gave up on it a while back due to difficulties with updating. Just not worth it, IMHO>

63lauralkeet
Déc 9, 2012, 10:38 am

Same problem here. For what it's worth, I submitted a "comment/suggestion" on their website.

64Mercury57
Déc 9, 2012, 12:07 pm

>62 maggie1944: and 63
Me too, just wasn't worth wasting my time on

65fuzzi
Modifié : Déc 9, 2012, 12:22 pm

(28) In some odd cases, the correct title may not come up on the list of "others." Sometimes if you play with your title a bit (remove or add the subtitle, if there is one, for instance) the correct title will make its way into the list so you can choose it.

How can we 'force' a Touchstone? I've seen it done!

66rosalita
Déc 9, 2012, 3:04 pm

Fuzzi, you have to navigate to the book's work page and copy the "work number", which is what you see in the URL field after all the librarything.com stuff. Then, when you are making your touchstone, you format it as worknumber::booktitle inside the square brackets and voilà!

67fuzzi
Déc 9, 2012, 3:13 pm

Thanks! It worked!

68kidzdoc
Déc 9, 2012, 3:14 pm

I'm having the same problems with my tickers. I tried several different things, but nothing worked.

69rosalita
Déc 9, 2012, 3:15 pm

Great! Sometimes it's the only way to get a touchstone to point to the right book.

70RandyMetcalfe
Déc 9, 2012, 9:01 pm

>66 rosalita: Thanks, Julia! That works a treat. I've always wondered how to do this.

71rosalita
Déc 9, 2012, 9:04 pm

You're welcome, Randy! It does come in handy now and then.

72Chatterbox
Déc 10, 2012, 2:22 am

TickerFactory glitches happening with me, too. Annoying, as it's a quick visual glimpse for me. Sigh.

73richardderus
Déc 10, 2012, 2:58 pm

I rely on the tickers, have sent a bleat of desperation to the folks there, and am getting a widge sweatypalmed over the whole thing.

74Mr.Durick
Déc 10, 2012, 7:35 pm

The ticker topic is getting out more generally: http://www.librarything.com/topic/145859#.

Robert

75fuzzi
Déc 10, 2012, 7:45 pm

And the ROOT people (aka BOMBS):

http://www.librarything.com/topic/145820#3741416

76madhatter22
Modifié : Déc 11, 2012, 1:40 am

It's making me a widge sweatypalmed as well. I really need to see that turtle make it to the end of the street.

77DeltaQueen50
Déc 11, 2012, 8:32 pm

My tickers are working now. Hooray!

78richardderus
Déc 11, 2012, 8:34 pm

Mine too, triple-hip hooray!

79lauralkeet
Déc 11, 2012, 8:36 pm

Me too! Happy dance!

80lyzard
Déc 12, 2012, 4:41 pm

Can anyone help me with accented letters? I have a Portuguese author and I would like to render his name correctly - this is one of those cases where you get gobbledygook in place of an accented letter in the catalogue.

81Mr.Durick
Déc 12, 2012, 5:06 pm

If your use is infrequent and you have a Windows computer you can use the codes on this page: http://symbolcodes.tlt.psu.edu/accents/codealt.html.

Robert

82lyzard
Déc 12, 2012, 5:09 pm

Lovely - thanks, Robert!

83humouress
Déc 13, 2012, 9:38 am

With my Mac, if I hold down the letter on the keyboard for a couple of seconds, it gives me a list of variations on that letter (è é ę etc), and then I just click on the one I want (without lifting my finger off first).

84maggie1944
Déc 13, 2012, 12:19 pm

è That is too cool! I just learned something today. I do love LibraryThing

olè

85SqueakyChu
Déc 13, 2012, 10:04 pm


> 83

With my Mac, if I hold down the letter on the keyboard for a couple of seconds, it gives me a list of variations on that letter (è é ę etc),

If you try that on a pc, you get:

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

LOL!

86rebeccanyc
Déc 14, 2012, 7:54 am

Doesn't work on my Mac!

87humouress
Déc 16, 2012, 9:01 am

wOh. Mine's a MacBook Air, just over a year old. What's yours? Maybe that makes a difference?

88maggie1944
Déc 16, 2012, 9:08 am

Mine is also MacBook Air, not even a year old. I love this feature. é!

89humouress
Déc 16, 2012, 9:14 am

èéê çćč ßśš

:0)

90rebeccanyc
Déc 16, 2012, 10:02 am

Yeah, mine is about four years old. We just got a new Mac Book Pro for my sweetie (converting him from Windows) so I'll try it on his. Now I want a new one too!

91rosalita
Déc 16, 2012, 11:16 am

On older Macs, where just holding down the letter key doesn't pop up the accent options, try holding the Option key while typing the key that corresponds to the desired mark. Then release the Option key and type the desired letter, and the accented letter will appear. It's hard to explain, but here are the keys you use for each mark:
Option + e = an acute accent, i.e. é á ú ó í
Option + i = a caret (probably not what it's really called, sorry) i.e. â ê î ô û
Option = u = an umlaut i.e. ä ë ï ö ü
So for example, to type the umlaut over an 'o', I would hold down Option and type a 'u', then let up on the Option key and type an 'o'. That gives me ö.

And as Kath said up in Message 58, holding the Option key and typing individual letters gives you all kinds of symbols. It's worth messing about to see what you can find!

92PawsforThought
Déc 16, 2012, 11:29 am

It's called a circumflex.

93rosalita
Déc 16, 2012, 11:44 am

Thank you, Paws! I knew caret wasn't right but that was all my copyediting brain could come up with.

94PawsforThought
Déc 16, 2012, 11:55 am

I usually just refer to it as a "roof". ;)

95rebeccanyc
Déc 16, 2012, 12:09 pm

Thanks, Rosalita. I've been using the Special Characters feature and that seems to work for me. But when I get the new Mac . . . .

96humouress
Déc 16, 2012, 12:26 pm

>94 PawsforThought:: I'm telling you, it's a "hat".

Um - we seem to be wandering away from the subject here. :)

97PawsforThought
Déc 16, 2012, 12:36 pm

->96 humouress:. Yes, I tend to do that when there is talk of punctuation marks...

98kmartin802
Déc 28, 2012, 11:06 am

#91 Is there a way to do that on a PC? I am currently just ignoring accent marks (no matter what they are called.)

99rosalita
Déc 28, 2012, 11:20 am

>98 kmartin802: Probably the easiest way on a Windows PC is to use the Character Map, which you can find under the Start menu (it may be buried in All Programs/Accessories/System Tools). There you can click on the character you want and copy and paste it.

You can also use the Unicode shortcuts by holding down the ALT key and typing (on the number keypad on the right side of your keyboard) 0 plus whatever the code is. For example, an acute accented e is ALT + 0233. When I was studying Italian, I had a little cheat-sheet chart taped to my computer monitor with all the most common codes. You can find the full list here: Windows Alt Key Codes

100EBT1002
Modifié : Déc 29, 2012, 6:06 pm

I have an unrelated question.
When I search for images on line to post on my thread, sometimes when I "copy the image address" and then paste it into my html in my thread, the code goes on forever and the image never, in fact, shows up. I end up searching and searching until I find an image that has a more reasonable address to post. This happens when I'm, for example, looking for a logo or something to post. Like this one works, but others did not.



Is there a way to tell if an image address is going to copy well, or any tips about finding images with addresses that are less likely to be problematic?

I'm a Mac user, though I doubt that matters in this instance.

101Whisper1
Déc 29, 2012, 6:21 pm

I've had this experience as well, ie some images copy on and on and on and on.

102fuzzi
Déc 29, 2012, 6:52 pm

I think the long url happens when you don't choose the original image site, but copy the url ofthe results from your search...I think...

103rosalita
Modifié : Déc 29, 2012, 7:29 pm

Generally speaking, I avoid doing direct image links like that because every time someone calls up your thread the original website is hit as well in order to render the image. For people who have to pay for their bandwidth this could cost them a great deal of money if a lot of people did it. What I prefer to do is download the image and upload it either in my junk drawer here or at Flickr or another image storage site, and then use that in my thread, with a link and credit back to where I originally found it.

At least, this has always been my understanding, but I'm far from an expert. If someone else has better information, please share.

EDIT: I should also say that I do not do that with book cover images at Amazon, because I figure they can afford the bandwidth hits, plus they own a tiny part of LT. ;-)

104lovelyluck
Déc 30, 2012, 3:14 pm

HEY THANKS for all the info... I always wondered how the threads I stalk had the pictures and such but I couldn't never figure it out myself!... now I feel like a pro!... woo hoo go me :P

105EBT1002
Modifié : Déc 30, 2012, 4:55 pm

rosalita, thanks for the info. Another reason to limit the number of images I post. :-)

106Mercury57
Déc 31, 2012, 11:33 am

Ok I am totally baffled now about how to insert images into a message. Can I post direct from the files on my laptop or do they have to exist on a website somewhere and I just insert a code? Can someone give me the idiot proof guide......

107RandyMetcalfe
Déc 31, 2012, 3:20 pm

>106 Mercury57: Hi Karen. You can't put an image located on your laptop directly into a message. The image needs to be online. There are two ways to do that. Either upload an image to your Member gallery (look for the link top right corner on your profile page) and then link to that image. Or find an image online, righr-click on it to get the image location (i.e. its url) and then link to that. For the latter, it's always best if the image location is stable (such as an Amazon book cover, or a Flickr image, if you use Flickr). There is probably more to it than I'm describing here.

108maggie1944
Déc 31, 2012, 5:04 pm

Karen, I use Flickr. I upload my photographs from the hard drive onto Flickr. There I can reduce the size some, or crop it, and then when I like the image, I use the Share command on Flickr and copy the code. I insert the code into my message and viola: a picture is there!

Send me a PM if you'd like instructions which are more step my step, or detailed.

109Mr.Durick
Déc 31, 2012, 6:36 pm

I asked this question over in the similar thread in The Green Dragon, but so far nobody has answered. I wondered whether anybody here might know.

Is there a way to get hover text or mouse over text in LibraryThing image posts? Over here I tried both the alt and the title attributes without luck:

<img src="http://images.quickblogcast.com/39471-36413/1000CMSFFullViewB.jpg" width="600" alt="Left coast, north" title="A very Marinish view">

Is it possible? If so, how?

Robert

110Samantha_kathy
Déc 31, 2012, 6:37 pm

As far as I know, that's not possible on LT. At least, not with the limited HTML that you can use in LT posts. However, there might be some people here who've found a work-around.

111Mercury57
Jan 1, 2013, 4:28 pm

>107 RandyMetcalfe:, 108 - Thanks Randy and Maggie. I'll give both a go and see which I can manage most easily. Additional thanks for the offer of extra help Maggie. Keep fingers crossed I can do this.....

112Mercury57
Jan 1, 2013, 4:38 pm

>107 RandyMetcalfe:, 108 - Thanks Randy and Maggie. I'll give both a go and see which I can manage most easily. Additional thanks for the offer of extra help Maggie. Keep fingers crossed I can do this.....

113kittenfish
Jan 25, 2013, 12:28 am

Does anyone know if there is a way to organize your TBR list by priority?

114TadAD
Jan 25, 2013, 11:25 am

>113 kittenfish:: I don't think there's a field for that in LibraryThing. Basically, you'll need to choose some field for the purpose—maybe fiddle with Date Acquired or Comments or even Tags (if you're careful about ordering tags) and then sort on that.

115TinaV95
Jan 25, 2013, 2:52 pm

Is there a way to mark this thread so that I can find it easily? I mean, I already have it starred but if there is no new post, I don't know / remember where to look!

116drneutron
Jan 25, 2013, 2:54 pm

There's a link to this and other important threads on the group wiki. It's at http://www.librarything.com/wiki/index.php/Groups:75booksin2013 or if you lose this, go to the group home page for a link to the wiki.

117fuzzi
Modifié : Jan 25, 2013, 3:54 pm

TinaV95, I recently discovered 'favorite posts' option. It works great, I just mark the first post as favorite.

Under each post are the words 'Edit' and 'More'. Click on 'More' to access the add to favorites option! You access the favorites by going to the Talk tab, then look for it on the left side list of links, under Post.

118TinaV95
Jan 25, 2013, 5:13 pm

OMG -- thanks so much Jim and fuzzi!!

Jim's wiki link is now "Added to favorites" -- my, oh my. I may learn this html business one day after all! :)

119EBT1002
Mar 26, 2013, 11:50 am

Almost April.
Time for a bump.

120humouress
Avr 21, 2013, 10:34 am

I'm looking for information on how to force touchstones that aren't working properly. I know I saw it around somewhere ...

(PS - help, please :0) )

121TadAD
Modifié : Avr 21, 2013, 10:47 am

You can try to force it by putting the work number in front of the title, separated by a double colon. E.g. [13587985::Him Standing] becomes Him Standing.

However, some touchstones simply cannot be made to work. In that case, you can use a regular HTML link to do it. E.g. <a href="http://www.librarything.com/work/13587985">Him Standing</a> becomes Him Standing.

122Mr.Durick
Avr 21, 2013, 3:51 pm

There will be a difference in results. With the HTML link there will be no mention of the work in the upper right of the thread, and the conversation will not be reported on the work page.

It is easy to confuse the book number with the work number. The book number does not work in forcing a touchstone.

Robert

123humouress
Avr 21, 2013, 9:57 pm

>121 TadAD:, 122: Thanks! :0)

124EBT1002
Juin 23, 2013, 5:01 pm

bump

125EBT1002
Sep 21, 2013, 12:22 am

another bump

126maggie1944
Sep 21, 2013, 11:11 am

cool beans

I am thinking of deleting my account on Flickr because I can not edit my photographs there any longer. But I don't know what other site I can use to make my photographs work for posting here. What do the rest of you use?

127tymfos
Modifié : Sep 21, 2013, 1:55 pm

I just upload them to my "junk drawer" here on my LT profile. Go to your profile, go to your member gallery, click "add another picture" and decide whether you want it as part of your visible Member Gallery on your profile (select "Member Gallery" under "to where?") or just available to put on your thread (select "junk drawer" under "to where".) You can browse for a photo from your computer and upload it, or grab one from the web.

129maggie1944
Sep 21, 2013, 4:00 pm

How do I get the picture to be posted here?

130Mr.Durick
Modifié : Sep 21, 2013, 5:58 pm

<img src="http://pics.cdn.librarything.com/picsizes/d7/7a/d77ade564046ba1637162466851434b41716b42.jpg">

resulting in



If the picture is too wide, put width="638" in before the closing greater than sign (there's a possible complication, but don't worry about it now).

Robert

131maggie1944
Sep 21, 2013, 6:41 pm

Thank you, kind sir.

Above is my great nephew who attends basketball games with me. He is a very cool date.

132tymfos
Sep 21, 2013, 8:14 pm

Great photo!

133maggie1944
Sep 21, 2013, 8:33 pm

Thank you.

134sibylline
Sep 21, 2013, 8:42 pm

Is it possible to take an mp3 file from i-tunes and post it here???

135LizzieD
Oct 18, 2013, 10:47 pm

Where did I find the random member, book, tag generator? I'd like to tell a friend where to find the code.

136calm
Oct 19, 2013, 3:53 am

Go to your Home page. Choose the Folly Section and Librarything Roulette should be there.

137LizzieD
Oct 19, 2013, 10:43 am

Many thanks, calm!

138LizzieD
Nov 2, 2013, 3:58 pm

Back again. I just failed to change the month in the topic line of my new thread. I know that editing that can be done because I've heard people say so. I just don't know how.
Help, please.

139Crazymamie
Nov 2, 2013, 4:12 pm

I think you only have so many minutes to do it in, Peggy. Try editing the first post and see if it lets you change the title bar. I forget how many minutes you get to change it.

140mckait
Nov 2, 2013, 7:47 pm

Lizzie, I did the same thing. oops! and oh well...

141norabelle414
Nov 4, 2013, 10:27 am

I believe it is 10 minutes, but I could be wrong. The way to do it is to edit your first post.

142EBT1002
Nov 16, 2014, 1:49 pm

Bump.

143maggie1944
Nov 16, 2014, 2:09 pm

Thank you.

144EBT1002
Nov 16, 2014, 2:17 pm

For some reason I have not yet been able to put a link to something like a TED talk in my thread without referencing this thread. I can never remember the details. So, I have this thread starred and I depend upon it.

145EBT1002
Avr 25, 2015, 10:32 am

Bumpity bump bump

146humouress
Avr 26, 2015, 9:56 pm

(oof)

147EBT1002
Nov 17, 2015, 8:39 pm

another bump

148maggie1944
Nov 18, 2015, 12:31 pm

Good deal.

149EBT1002
Avr 22, 2016, 12:22 pm

A more creative bump than usual...


150ccookie
Avr 22, 2016, 4:27 pm

151humouress
Mai 17, 2016, 9:30 pm

Time for another bump Ellen?

152EBT1002
Mai 22, 2016, 4:34 pm

>151 humouress: Absolutely!

153humouress
Août 10, 2016, 12:42 pm

>152 EBT1002: Okay, then.

154EBT1002
Août 22, 2016, 12:17 am

155maggie1944
Août 23, 2016, 7:31 am

brilliant!

156humouress
Août 26, 2016, 3:50 pm

Ellen asked me, on my thread, about coloured stars. They're a different address (or whatever) from the green ones.

img src="http://www.deffler.com/lt/stars_five.gif" within pointy brackets (not too technical?) will give you five coloured stars

and img src="http://www.deffler.com/lt/stars_four_half.gif" in pointy brackets will give you four and a half

The colours are preset.

The green LT ones, I assume you know, are

img src="http://static.librarything.com/pics/ss10.gif"

and img src="http://static.librarything.com/pics/ss9.gif"

And so on in series downwards.

157EBT1002
Août 27, 2016, 6:00 pm

>Thanks, Nina!

158EBT1002
Nov 20, 2016, 5:14 pm

another bump

159EBT1002
Jan 29, 2017, 6:20 pm

I just like to come here now and then to do the bump!

160humouress
Modifié : Fév 19, 2017, 1:43 am

I'm not sure why but (I'm sure you've noticed) deffler stars no longer seem to work :0(

If anyone knows how to get them working again (or where to get a close alternative - I like the different colours) I'd appreciate knowing.

161rretzler
Fév 19, 2017, 6:22 pm

I'm sure I can guess what happened - it looks like those pictures were taken down from that website. One could copy the gif from the LT website and then go into a program like MSPaint or another graphics program and then change the colors of each of the ratings and share them. I started to today, but unfortunately, I don't have the patience to go through and do it for all 10 of the ratings. :-( I'm just not very talented yet with graphics programs. Maybe someone with more talent that I have could do it.

162humouress
Fév 19, 2017, 9:53 pm

>161 rretzler: Good idea - but don't look at me. I couldn't even get that far. Thanks for trying.

163mdoris
Mar 23, 2017, 11:33 pm

I am hoping that someone can help me and suggest how to group several book images together. For example if you wanted to post about reading the next 6 books for the month of April and have one image that "glues' all six books together as one image, how do you do this? I have seen this on other people's threads and it's cool!

164rretzler
Modifié : Déc 22, 2017, 1:03 am

>163 mdoris: What i do is just put the html for the images right after each other on the same line. Is this what you are looking for:



The code to do this is:

<img src="picture1url.jpg" height="150" width="100" ><img src="picture2url.jpg" height="150" width="100" ><img srcr="picture3url.jpg" height="150" width="100" >

I always make sure I use the same height and width for each of the images, but I'm not sure you really need to.

165mdoris
Mar 24, 2017, 5:52 pm

>164 rretzler: Thank you so much. That is exactly what I wanted to be able to do.

166humouress
Mai 7, 2017, 8:58 am

Is there any way to do lines (both horizontal and vertical)? I'm reading a series which covers quite a few dynasties and I wanted to create a family tree.

167drneutron
Mai 7, 2017, 11:13 am

Not that I'm aware of. You may have to make something in an app like powerpoint and then save it as a picture.

168humouress
Modifié : Mai 7, 2017, 11:34 am

Ah, thanks.

Also, oh phooey. :0)

169majleavy
Juil 28, 2017, 11:05 am

A couple of photos I put in junkbucket show up oriented sideways - is there a command to revolve them?

170drneutron
Juil 28, 2017, 2:02 pm

Unfortunately, no. Photos taken from a phone, for instance, are stored in a standard landscape config, then are rotated in the display process. When you transfer them, that encoding isn't passed in the file. On my mac, I usually drop them into Preview, rotate the pic, then save it. When the saved version is uploaded, it'll have the right orientation.

171majleavy
Juil 28, 2017, 7:32 pm

Thanks, doc. I'm on a Surface, but maybe I can do something comparable. All my best shots are portrait oriented.

172MarthaJeanne
Juil 28, 2017, 7:53 pm

If I'm taking a picture on my iPad to upload here I use landscape and crop to portrait.

173majleavy
Juil 28, 2017, 8:18 pm

Crop to portrait where? I took the photos on my phone, put them on my SurfaceBook, where they show up in proper portrait orientation. Then I upload them to LT Junk Drawer, where they flop onto their sides. Maybe I need to place them elsewhere on the internet?

174lauralkeet
Juil 28, 2017, 8:31 pm

>173 majleavy: For what it's worth, I've found I can edit the photo, rotate it, save, rotate it back again, and save again ... and then when I upload to LT it's fine. This makes no sense but it's worked for me before on iOS devices.

175majleavy
Juil 29, 2017, 5:34 pm

>172 MarthaJeanne: and >174 lauralkeet: Thank you both for the suggestions. In the end I just put them all in a Facebook album (which took me awhile to figure out how to do - I'm hapless with social media) and used their addresses their to put them in my message.

176humouress
Modifié : Août 9, 2017, 2:41 am

>166 humouress: So I worked something out on my thread for the family tree using lots of nbsp; code - only to find that the code doesn't get saved into reviews.

Can anyone tell me how to create (horizontal) spaces in reviews? Even the space bar doesn't seem to save more than one space character.

177EBT1002
Août 31, 2017, 12:40 pm

does this need another bump? maybe not.

178EBT1002
Nov 21, 2017, 11:36 pm

Bumpity bump bump

179humouress
Déc 15, 2017, 10:06 am

December bump

180Micheller7
Modifié : Déc 15, 2017, 11:40 pm

>27 RandyMetcalfe: I have 6 touchstones that are the wrong book. Per your advice above, I see no place to click on "other" to get a list of other possibilities.

Per instructions on including photos, I cannot follow them. I do everything on an iPad. Why can't this function like uploading an author photo or book cover. That is so easy to do and the process should be the same across the application. PS I was able to put photos in my junk drawer easily, but do not know how to get them from there to here.

181MarthaJeanne
Modifié : Déc 16, 2017, 2:17 am

>180 Micheller7: You need to edit the message with the wrong touchstone. The touchstone(s) for that message will show up on the right side of the edit box with the 'others' link.

Pictures work fine with an iPad. getting them into the junk drawer is the first step. Now you need the URL of the picture. Click on the picture in the junk drawer. Hold your finger down until something pops up. Click on 'Copy'.

Paste that into your message:

http://pics.cdn.librarything.com/picsizes/3a/dd/3add7d79d39c6de637044786e77434b4...

Now add the picture code around it.

img src="http://pics.cdn.librarything.com/picsizes/3a/dd/3add7d79d39c6de637044786e77434b41716b42.jpg"

With the pointy brackets (found on the third key board, the one labeled #+= on the numbers keyboard) you get



That little piece of code is so easy even I can remember it. (image source =, just squished together, and double quotes.)

Written on my Ipad using Safari.

182Micheller7
Déc 16, 2017, 12:38 pm

>181 MarthaJeanne:. Thanks as always, MarthaJeanne. I was able to fix all my touchstones, although it wasn't abundantly clear at first. One of them came over without a check mark and I realized two of the same title appeared on the others list. I went back and selected the other one and that got fixed as well.

As far as photos, still not sure but I will try again.

183Micheller7
Modifié : Déc 16, 2017, 12:46 pm

>181 MarthaJeanne:. Ok, I clicked on picture in junk drawer and the word copy did come up. When I went to a message box and clicked, paste came up, but nothing pasted.
At least I do know how to insert pointy brackets, but I don't know where to put them.

184rretzler
Déc 17, 2017, 1:05 am

>183 Micheller7: Here it is written out: <img scr="URL.jpg"> The URL.jpg is just picture that you've copied.

185humouress
Déc 17, 2017, 1:10 am

I use an iPad too, and it works perfectly well (when I remember the right formula). Did you click on the word 'copy'? If so, then it should have pasted something.

Then you type, in your post, (pointy opening bracket) img src="(click paste and it should drop in the address of your picture, which should start with http:// and end with .jpg)"(close pointy bracket). Don't forget the double inverted commas around your address.

186Micheller7
Déc 17, 2017, 9:16 pm

187Micheller7
Déc 17, 2017, 9:19 pm

I tried and it did not work. Am I supposed to copy the actual photo, or the text in the top of the page? I did the latter. It did not end in .jpg. I had tried the former and nothing pasted, so I am still lost.

188norabelle414
Déc 17, 2017, 11:33 pm

>187 Micheller7: You've got the HTML right, but as you guessed you have the wrong URL. When you hold your finger down on the photo, do you see an option that says something like "copy image address" or "copy image location"?

189lauralkeet
Déc 18, 2017, 7:37 am

>187 Micheller7:, >188 norabelle414: on my iPad I hold my finger down, select "open image in new tab," and then copy the URL from the address bar.

190Micheller7
Modifié : Déc 18, 2017, 12:42 pm

<187 norabelle414 No, I do not see an option of copy image address or location.

191Micheller7
Déc 18, 2017, 12:50 pm

<189 lauralkeet when I hold my finger down, I get two choices "save image" or "copy". Below the image are the choices of edit or delete. So I must give up, I guess.

My greater question is -- in this age, why do folks need to remember code to do this. To get photos in the junk drawer or member gallery and to upload author photos and book covers there is a bottom to take you to your saved photos and you simply upload. Why oh why can't that button be added to Talk??

192humouress
Modifié : Déc 18, 2017, 2:28 pm

>191 Micheller7: Hmm. I’m on my iPad now. If I hold my finger down on the image in >181 MarthaJeanne:, I get the options to Save or Copy. If I tap Copy and then come to this post, hold my finger down and click Paste, it gives me:

http://pics.cdn.librarything.com/picsizes/3a/dd/3add7d79d39c6de637044786e77434b4...

and putting that into the code gives:



Okay, I confess. It doesn’t seem to be working for me either. Maybe there’s some issue with the latest iOS.

193MarthaJeanne
Déc 18, 2017, 2:23 pm

Because the places that are made for pictures are set up to save pictures. Talk is made for text. We are allowed to use code to put pictures in that are saved somewhere else, but they are not saved here. Only text is saved here.

194humouress
Déc 19, 2017, 3:33 pm

>192 humouress: I posted the problem in the Bug Collectors group and got this reply:

Yes. A new "feature" of iOS is that the quotes used are the curly ones (smart quotes). But in HTML you need the straight ones. You can disable this in Settings > General > Keyboards.

See: https://www.jordanmerrick.com/posts/ios-11-smart-punctuation/

195drneutron
Déc 19, 2017, 8:00 pm

Or you can hold down the quotes button and a little window will pop up that lets you pick straight quotes.

196Micheller7
Déc 19, 2017, 9:06 pm

<195 drneutron Well I was able to bring up the pop-up to my great surprise. Did not know which one to pick. Is it the fourth one?

197Micheller7
Déc 19, 2017, 9:11 pm

198drneutron
Déc 19, 2017, 9:16 pm

The one in the middle.

199Micheller7
Modifié : Déc 19, 2017, 9:17 pm

Still could not successfully post photo. If I hold my finger on photo in junk drawer and click copy and paste in Talk, nothing pastes. If I copy and paste the code at the top of the page and add the code suggested above nothing posts. It looked like this
http://www.librarything.com/pic/5935658
With the addition of the pointed brackets, the 4th quote marks and the img SCR=

200Micheller7
Déc 19, 2017, 9:19 pm

Trying again with the middle quote marks

201Micheller7
Modifié : Déc 19, 2017, 9:21 pm

Didn't work. I think it is because the URL does not end I jpeg. I cannot find that.

202norabelle414
Déc 19, 2017, 11:38 pm

>201 Micheller7: I don't think you are having the same quotes problem as other people are. When I look at the underlying code for your posts, you had the correct HTML in your post >186 Micheller7:, but the HTML in posts 197, 199, and 200 is not correct.

Just to check... are you going to this page: http://www.librarything.com/pic/5935658 and then holding down your finger on the photo, and the only options that pop up are "copy" and "save image"?

203lauralkeet
Déc 20, 2017, 6:46 am

>199 Micheller7: that's the step where I have the option to "Open image in new tab" -- and I remembered I'm using the Chrome browser on my iPad, not Safari.

>201 Micheller7: yep, that's correct -- the URL needs to end in jpeg (or another image file format like png). When I "Open image in new tab" I get a URL ending in jpeg.

204Micheller7
Modifié : Déc 20, 2017, 12:49 pm

I only get the options of copy and save image. My iPad is not updated, so maybe other options have been added. Thanks to everyone for their advice, but I will give up.

205thornton37814
Déc 20, 2017, 5:58 pm

I think the problem is that you are using SCR instead of SRC. Make sure you are using the angle brackets around it, but it should be img src="http://www.librarything.com/photo.jpg"

206Micheller7
Déc 21, 2017, 12:35 am

I am pretty sure I used src. The problem is I cannot locate and copy the URL of my photo ending in jpeg.

207Micheller7
Déc 23, 2017, 9:41 pm

208humouress
Modifié : Déc 25, 2017, 10:31 pm

Hmm; trying from my iPad. So if I go to my gallery and click copy on a picture in the pink frames, I don’t get the .jpg

https://www.librarything.com/pic/6151903

but if I click on it so it opens in a new page and then copy it, I get

https://pics.librarything.com/picsizes/42/13/421372d67e99c6e637551357067434b4171...

So adding img src="https://pics.librarything.com/picsizes/42/13/421372d67e99c6e637551357067434b41716b42.jpg" (using the straight quotes) with the (very technical) pointy brackets, I get



ETA Wey-hey! Straight quotes work; I have pictures again! Thanks doc :0)

ETA 2 And to change the size, put ‘width=100’ OR ‘height=200’ between img and src (play around with the numbers in preview until you get what you want).

Hope that helps!

209madhatter22
Jan 2, 2018, 1:16 pm

Where in the HTML do you add a title to a ticker? I feel like it should be simple but I can't figure it out. Thx. :)

210humouress
Jan 4, 2018, 10:05 pm

If you’re using the Ticker Factory, it should all be on their site. Does that help?

211FAMeulstee
Jan 5, 2018, 3:51 pm

>209 madhatter22: If you use Ticker Factory it is the field most down at the edit page called "message"

212humouress
Jan 6, 2018, 9:28 am

How do you post a moving image as opposed to a still picture? Do you still use the img src="" (in pointy brackets)? That never seems to work for me. Of course, they don't have the jpg ending.

213karenmarie
Jan 6, 2018, 9:31 am

>208 humouress: One of the technical terms for the (very technical) pointy brackets is chevrons.

214PawsforThought
Jan 6, 2018, 9:33 am

>212 humouress: That's a gif. It's bascially a short looping video. Google should turn up tons of results if you search for whatever you're interested in and the word "gif" (do an image search).
And then when you post on LT it's the same as when you post an image.

215humouress
Jan 6, 2018, 9:34 am

>213 karenmarie: Good point. And obvious, really. But I probably still won't remember :0/

216humouress
Modifié : Jan 6, 2018, 9:39 am

>214 PawsforThought: Thanks Paws. I'm sure I've tried that before, with no luck. And, actually, yours is not showing on my computer. Is it my settings?

ETA: let's have a go.



Oh - it does work. Thank you!!

217PawsforThought
Jan 6, 2018, 9:55 am

>216 humouress: Sometimes gifs don't work on certain computers/phones. Might be settings, might be connection thing.

Make sure the gif you use ends with .gif

218madhatter22
Modifié : Jan 6, 2018, 10:20 pm

>210 humouress: >211 FAMeulstee: Ah! I never knew that's what the 'message' field was for. I thought I had to edit the HTML. :) Thanks!

219EBT1002
Juil 22, 2018, 5:47 pm

bump!!

220EBT1002
Oct 15, 2018, 12:13 am

Bumpity-bump-bump

221humouress
Modifié : Nov 4, 2018, 11:17 am

The constellation bump:

  img src="http://www.deffler.com/lt/stars_five.gif"  
  img src="http://www.deffler.com/lt/stars_four_half.gif"  
  img src="http://www.deffler.com/lt/stars_four"  
  img src="http://www.deffler.com/lt/stars_three_half.gif"  
  img src="http://www.deffler.com/lt/stars_three.gif"  
  img src="http://www.deffler.com/lt/stars_two_half.gif"  
  img src="http://www.deffler.com/lt/stars_two.gif"  
  img src="http://www.deffler.com/lt/stars_one_half.gif" &nbsp
  img src="http://www.deffler.com/lt/stars_one.gif"  
  img src="http://www.deffler.com/lt/stars_half.gif"

img src="http://static.librarything.com/pics/ss10.gif"  
img src="http://static.librarything.com/pics/ss9.gif"  
img src="http://static.librarything.com/pics/ss8.gif"  
img src="http://static.librarything.com/pics/ss7.gif"  
img src="http://static.librarything.com/pics/ss6.gif"  
img src="http://static.librarything.com/pics/ss5.gif"  
img src="http://static.librarything.com/pics/ss4.gif"    
img src="http://static.librarything.com/pics/ss3.gif"  
img src="http://static.librarything.com/pics/ss2.gif"  
img src="http://static.librarything.com/pics/ss1.gif"  

Purple stars, from Robin's thread:










222EBT1002
Nov 4, 2018, 3:37 pm

Yay for the constellation bump! I've been using the green stars but I like the multicolored ones so maybe I'll switch for 2019.

223EBT1002
Déc 29, 2018, 8:31 pm

Does this thread need another bump?

224lauralkeet
Déc 30, 2018, 8:14 am

The 75ers Wiki also has a page of tips for doing cool stuff in your threads. This thread might be the original source?

Jim (drneutron) creates a Wiki for each year's group, to keep important information such as this. You can get to the Wiki from the 75 Books Challenge Group page.

225klobrien2
Modifié : Jan 24, 2019, 8:48 pm

>156 humouress: The colored stars aren't being found--oh no! Has the location changed?

Karen O.

p.s. Maybe it's a flukey LT thing? I did verify the location of the colored stars, and they're still there. Maybe it's one of those fluke-ey LT things?

226drneutron
Jan 24, 2019, 8:49 pm

I think it’s a fluke-y thing. Book covers are flakey on threads too.

227Cynfelyn
Modifié : Jan 25, 2019, 9:22 am

>164 rretzler: gives the code for cover pictures (with curly brackets in place of pointy brackets, to stop the code doing it's thing) as {img src="picture1url.jpg" height="150" width="100" }{img src="picture2url.jpg" height="150" width="100" }{img srcr="picture3url.jpg" height="150" width="100" }, to give:



If you leave the width out, you still get pictures of a uniform height, but not deformed to fit into the width.

Two questions:
(i) what do you have to add to get a narrow gap between each picture, instead of having them butting up against each other? See, for example, the LT blog blog.librarything.com/main/2019/01/lter-jan-2019/
(ii) what do you have to add to turn the picture into a link to the LT work?

228lesmel
Modifié : Jan 25, 2019, 4:47 pm

>227 Cynfelyn: You need a space between each img tag. You can force the space with &nbsp;

<img src="image_url" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="image_url" /> produces

     

229humouress
Modifié : Jan 25, 2019, 10:44 pm

I've used a height of 200 for the first five images and 150 for the last two. They are each separated by a single "&nbsp". You'll notice that the second image seems shorter and the fifth has extra space between it and the two adjacent books; that's because the original images had white space around them.

           

230humouress
Modifié : Jan 25, 2019, 10:53 pm

>227 Cynfelyn: To answer your second question:

If you follow the method in >4 TadAD: with text, you get

The Great Hunt thread

and substituting with the code for putting an image in your post, you get

231humouress
Jan 25, 2019, 10:58 pm

>225 klobrien2: I know! :'(

It's just a flukey LT thing; the deffler stars are coming and going (but not twinkling).

Right now, the pictures I've used in >229 humouress: are disappearing on the original thread but (at the moment) are fine here, even though I just copied and pasted the lot wholesale from there.

232Cynfelyn
Jan 26, 2019, 7:05 am

>228 lesmel: >230 humouress:
Brilliant. Thank you.

233FAMeulstee
Modifié : Jan 26, 2019, 8:20 am

>225 klobrien2: I think it has to do with the change from "http" to "https". Some browsers demand "https" (secured) connections now.
I am now at https://www.librarything.com/topic/129158#6716752 which is >225 klobrien2:

The colored stars are at http://www.deffler.com/lt/stars_five.gif etc. without the "s", if I try to go to the pictures I get (translated from Dutch, may be worded different in English): "This site can not provide a secure connection".

234lauralkeet
Jan 26, 2019, 8:24 am

>233 FAMeulstee: I know there were "https" related problems on LT at the new year, but changing my image URLs to https does not affect whether the image appears in my threads.

235FAMeulstee
Jan 26, 2019, 8:30 am

>234 lauralkeet: Were the pictures located at LT or elsewhere?
If they are at LT with "https" clearing your browser data might help: https://www.librarything.com/topic/302508#6708550

236lauralkeet
Jan 26, 2019, 8:37 am

>235 FAMeulstee: the images I've had trouble with have been located elsewhere. I read that thread though. It appears to be only about LT cover images, is that correct? I'm wondering if I should log a new problem.

237FAMeulstee
Jan 26, 2019, 8:46 am

>236 lauralkeet: Probably images from sites that haven't transferred to the "https" protocol yet.
Might be useful to report at the Bug Collectors.

238FAMeulstee
Jan 26, 2019, 8:55 am

Let me try something a picture from my own website (I changed it to https several months ago), using http


That works, if I open the picture in a new window it is automaticly changed to https
In that case the problem is probably with sites that are still using "http".

239lauralkeet
Jan 26, 2019, 8:57 am

>237 FAMeulstee: Thanks Anita. I posted something on the thread you linked to, asking if the problem is related to that thread or something new.

240humouress
Modifié : Jan 26, 2019, 10:43 am

>233 FAMeulstee: I did try adding the 's' the first time the stars disappeared but it made no difference. Then they came back by themselves and now they've disappeared again.

When I created the 'Great Hunt' thread, the pictures I googled and posted there were fine. I copied and pasted all the code in one lump to >229 humouress:. I can see them all here (at the moment) perfectly well but if I go to back to the thread (link in >230 humouress:), some of them have disappeared. Maybe because that's a new thread and this one was created before the migration? I don't know. I'll just assume that it's something to do with LT which will hopefully be sorted out and they'll all come back without me having to fiddle around.

ETA: similarly, I can see the deffler stars in my 2018 thread but not in my 2019 thread.

241FAMeulstee
Jan 26, 2019, 4:54 pm

>240 humouress: I think LT recently started to change "http" to "https" automaticly, so old threads can be not affected, as some browsers still accept the "http" links.

242humouress
Jan 28, 2019, 2:15 am

I spoke too soon. Now they've disappeared on my 2018 thread too. :0(

Will wait a bit and see if they sort themselves out before I try any hamfisted tinkering myself.

243humouress
Mai 5, 2019, 4:46 am

>242 humouress: Ah well; Tim looked into it and no can do. The stars are on an unsecure (insecure?) website so the LT algorithms will not let them pass.

245norabelle414
Mai 9, 2019, 9:36 am

>243 humouress: You could save the stars to your computer and then upload them to your LT photo gallery

246withlightandlove
Nov 14, 2019, 8:44 pm

yayayayay thank you! this is so helpful!

247EBT1002
Nov 17, 2019, 9:16 pm

another bump

248Kassilem
Jan 1, 2020, 11:56 pm

Great Thread here!

250EBT1002
Avr 25, 2020, 10:50 pm

Bump

251humouress
Modifié : Mai 10, 2020, 12:50 am

Robin (rretzler) very kindly recreated the stars for me.

Robin's coloured stars












These are secure. The codes are on my profile page.

>249 Soupdragon: Did your test work?

252Soupdragon
Mai 9, 2020, 9:18 am

>251 humouress: It did in the end, thank you! I forgot where I was testing so the photo ended up somewhere else!

253humouress
Mai 10, 2020, 12:50 am

Good.

I think ;0)

254humouress
Modifié : Juin 7, 2020, 7:48 am

Could someone please help me? How do I put images in my wiki (explanation for dummies - I'm not too hot at tech stuff)?

I have these coloured stars

https://retz.us/deff50
https://retz.us/deff45
https://retz.us/deff40
https://retz.us/deff35
https://retz.us/deff30
https://retz.us/deff25
https://retz.us/deff20
https://retz.us/deff15
https://retz.us/deff10
https://retz.us/deff05

that Robin Retzler very kindly created for me. Can I wrangle them onto a wiki page? And, if so, how? I've been looking at the wiki help page but it's all Greek to me.

ETA: I know I can get the green stars with this: Image:Full-star.gif Image:Half-star.gif Image:Blank-star.gif
but is it possible to put the coloured stars on too?

255humouress
Juin 7, 2020, 7:47 am

Anyone?

256lauralkeet
Juin 7, 2020, 8:10 am

>254 humouress:, >255 humouress: I tried something in my personal Wiki, but it didn't work, and I'm not sure what to do next.

I used this help page:
https://www.mediawiki.org/wiki/Help:Images

And I used the syntax under the heading, "Rendering a single image." For the filename, I used one of the URLs in >254 humouress:, and placed that between two brackets (like creating an author touchstone in Talk).

When I previewed this, I saw a clickable link of "File:filename.ext" rather than seeing the image.

257humouress
Juin 7, 2020, 2:02 pm

>256 lauralkeet: Thanks for trying. That’s what happened when I tried too.

258humouress
Modifié : Juin 8, 2020, 3:42 am

>254 humouress: >256 lauralkeet: Okay, I dug around and finally stumbled on it. I found this page: https://wiki.librarything.com/index.php/Special:Upload and uploaded a photo of the stars from my phone. So now you can use
open double straight brackets Image:Five-star.jpeg close double straight brackets

I’ll now have fun creating the rest of them.

Stars               HTML code                  wiki code

https://retz.us/deff50   Image:Five-star.jpeg
https://retz.us/deff45   Image:Four_and_a_half_stars.jpeg
    https://retz.us/deff40   Image:Four_out_of_five_coloured_stars.png
    https://retz.us/deff35   Image:Three_and_a_half_stars.png
        https://retz.us/deff30   Image:Three_stars.png
        https://retz.us/deff25   Image:Two and a half stars.png
            https://retz.us/deff20   Image:Two_coloured_stars.png
            https://retz.us/deff15   Image:One and a half coloured stars.png
                https://retz.us/deff10   Image:One coloured star.png
                https://retz.us/deff05   Image:Half coloured star.png

And also Image:Zero stars.png

259lauralkeet
Juin 8, 2020, 6:41 am

Well done!

260Cynfelyn
Nov 26, 2020, 5:31 pm

Is there a way to create a right-justified line in CK? Thanks.

261Carmenere
Modifié : Fév 22, 2023, 8:23 am

Is there a way to share a link to a youtube video? I followed the instructions for a website but it isn't working.

262norabelle414
Fév 22, 2023, 8:44 am

>261 Carmenere: A YouTube URL is the same as any other website URL, so it would use the same HTML as >4 TadAD:.

You can also just paste the URL directly into the message, and it will turn into a link when you post the message. It will look messier than using the HTML to make the link look like particular words, but its much easier.