you are viewing a single comment's thread.

view the rest of the comments →

[–]hizasi[S] 3 insightful - 1 fun3 insightful - 0 fun4 insightful - 1 fun -  (2 children)

Thank you. I installed Reddit's open source. But it was not a preview of the thumbnail.(my website: http://rebbit.kr)

Could you please tell me the open source of the reddit that the preview of the thumbnail is applied to?

[–]magnora7 3 insightful - 2 fun3 insightful - 1 fun4 insightful - 2 fun -  (0 children)

Wow congrats on getting it working! Nice job.

If you want to see the name of any element, you can right-click it, and go to 'inspect' (this works especially well in google chrome) and it will show you the name of that exact element. Then you can go to the reddit github page and search the project for that name.

siteTable_organic appears to be the name of what I was calling the spotlightbox, the box you circled in the beginning.

The thumbnail images for each post are called .thumbnail.

If you are referring to the expandos (the buttons you click to expand the preview images), you will have to ask /u/d3rr because he did that part.

I'm happy to help more, feel free to ask any questions.

[–][deleted] 2 insightful - 2 fun2 insightful - 1 fun3 insightful - 2 fun -  (0 children)

Try double checking your settings against these two files from saidit. There might be an 'expando' feature you need to enable.

https://github.com/libertysoft3/saidit/blob/master/r2/example.ini

https://github.com/libertysoft3/saidit/blob/master/install/reddit.sh#L197

Edit: Reddit hid the settings from you, but check out 'feature_media_previews' and 'feature_autoexpand_media_previews'