6 ms·
How did you do the reddit quote thing? Custom made or is there a website that formats it for you?
by glitch273 11y ago
How did you do the reddit quote thing? Custom made or is there a website that formats it for you?
- mattchamb 11y agoLooking at the source, its an iframe for this site: //www.redditmedia.com/r/angularjs/comments/2f7ziz/i_quit_my_job_to_teach_you_how_to_launch_a_full/ckbhk0m?embed=true&context=0&depth=1&showedits=true&created=2015-05-04T04:25:24.511Z&showmore=false
- gordonzhu 11y agoClick embed under a comment and it will generate embed code for the comment. Example: http://www.reddit.com/r/angularjs/comments/2f7ziz/i_quit_my_job_to_teach_you_how_to_launch_a_full/ck7sar0 http://www.reddit.com/r/angularjs/comments/2f7ziz/i_quit_my_...
- glitch273 11y agoInteresting, thought it looked pretty cool. Something to keep in mind for future projects. :)