Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the twentyten domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home1/aisuperu/public_html/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home1/aisuperu/public_html/wp-includes/functions.php:6114) in /home1/aisuperu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home1/aisuperu/public_html/wp-includes/functions.php:6114) in /home1/aisuperu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home1/aisuperu/public_html/wp-includes/functions.php:6114) in /home1/aisuperu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home1/aisuperu/public_html/wp-includes/functions.php:6114) in /home1/aisuperu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home1/aisuperu/public_html/wp-includes/functions.php:6114) in /home1/aisuperu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home1/aisuperu/public_html/wp-includes/functions.php:6114) in /home1/aisuperu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home1/aisuperu/public_html/wp-includes/functions.php:6114) in /home1/aisuperu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home1/aisuperu/public_html/wp-includes/functions.php:6114) in /home1/aisuperu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":2468,"date":"2023-10-18T03:21:23","date_gmt":"2023-10-18T03:21:23","guid":{"rendered":"https:\/\/findyournextbookhere.com\/?page_id=2468"},"modified":"2024-05-15T01:57:57","modified_gmt":"2024-05-15T01:57:57","slug":"random-genre-generator","status":"publish","type":"page","link":"https:\/\/findyournextbookhere.com\/random-genre-generator","title":{"rendered":"Random Genre Generator – What Should I Read Next?"},"content":{"rendered":"\n\n\n\n\n \n \n Spin Wheel<\/title>\n <style>\n body {\n font-family: Arial, sans-serif;\n background-color: #f4f4f4;\n margin: 0;\n text-align: center; \n padding-top: 5vh;\n }\n\n .wheel-container {\n width: 260px;\n height: 260px;\n border-radius: 50%;\n overflow: hidden;\n position: relative;\n margin: 0 auto;\n margin-bottom: 20px;\n }\n\n .wheel {\n width: 100%;\n height: 100%;\n border-radius: 50%;\n position: relative;\n transform-origin: center;\n background: conic-gradient(\n #FF0000 0% 8.333%, \n #FFA500 8.333% 16.666%, \n #FFFF00 16.666% 25%, \n #00FF00 25% 33.333%, \n #008000 33.333% 41.666%, \n #00FFFF 41.666% 50%, \n #0000FF 50% 58.333%, \n #800080 58.333% 66.666%, \n #FF69B4 66.666% 75%, \n #FF1493 75% 83.333%, \n #FFD700 83.333% 91.666%, \n #FF4500 91.666% 100% \n );\n border: 2px solid #fff;\n }\n\n #genreBox {\n display: block;\n margin: 15px auto;\n text-align: center;\n font-size: 1em;\n padding: 5px 10px;\n }\n\n #genreLink {\n margin-top: 20px;\n text-align: center;\n display: none;\n font-size: 1.3em;\n }\n\n button {\n display: block;\n margin: 10px auto;\n padding: 5px 20px;\n background-color: #00FF33;\n font-size: 1.5em;\n }\n <\/style>\n<\/head>\n\n<body>\n <div class=\"wheel-container\">\n <div class=\"wheel\" id=\"wheel\"><\/div>\n <\/div>\n <button onclick=\"spin()\">Spin<\/button>\n <input type=\"text\" id=\"genreBox\" readonly>\n <div id=\"genreLink\"><\/div>\n\n <script>\n function getTextWidth(text, font) {\n let canvas = getTextWidth.canvas || (getTextWidth.canvas = document.createElement(\"canvas\"));\n let context = canvas.getContext(\"2d\");\n context.font = font;\n let metrics = context.measureText(text);\n return metrics.width;\n }\n\n document.addEventListener(\"DOMContentLoaded\", function() {\n const genreBox = document.getElementById(\"genreBox\");\n const computedStyle = window.getComputedStyle(genreBox);\n const width = getTextWidth(\"Young Adult Historical Fiction\", computedStyle.font);\n genreBox.style.width = (width + 20) + \"px\"; \/\/ adding 20 pixels for some buffer\n });\n\n let currentDegree = 0;\n\n function spin() {\n let wheel = document.getElementById(\"wheel\");\n let randomSpins = Math.floor(Math.random() * (6 - 3 + 1) + 3);\n let randomDegree = Math.floor(Math.random() * 360);\n currentDegree += 360 * randomSpins + randomDegree;\n\n wheel.style.transition = \"transform 2s ease-out\";\n wheel.style.transform = `rotate(${currentDegree}deg)`;\n\n setTimeout(() => {\n populateGenre();\n }, 3000);\n }\n\n function populateGenre() {\n const genres = [\n\"Literary Fiction\", \n\"Historical Fiction\", \n\"Biographical\", \n\"Alternate History\", \n\"Mystery\", \n\"Thriller\", \n\"Crime\", \n\"Detective Fiction\", \n\"Hard-boiled\", \n\"Cozy Mystery\", \n\"Police Procedural\", \n\"Espionage\", \n\"Spy Thriller\", \n\"Medical Thriller\", \n\"Legal Thriller\", \n\"Science Fiction\", \n\"Cyberpunk\", \n\"Steampunk\", \n\"Dystopian\", \n\"Utopian\", \n\"Space Opera\", \n\"Hard Sci-Fi\", \n\"Soft Sci-Fi\", \n\"Military Sci-Fi\", \n\"Apocalyptic\", \n\"Post-apocalyptic\", \n\"Time Travel\", \n\"Fantasy\", \n\"Epic Fantasy\", \n\"Urban Fantasy\", \n\"Dark Fantasy\", \n\"Paranormal\", \n\"Magical Realism\", \n\"Sword and Sorcery\", \n\"Heroic Fantasy\", \n\"Contemporary Fantasy\", \n\"Historical Fantasy\", \n\"Romance\", \n\"Historical Romance\", \n\"Paranormal Romance\", \n\"Contemporary Romance\", \n\"Erotic Romance\", \n\"Romantic Suspense\", \n\"Horror\", \n\"Supernatural\", \n\"Psychological Horror\", \n\"Gothic Horror\", \n\"Erotic Horror\", \n\"Splatterpunk\", \n\"Western\", \n\"Adventure\", \n\"Drama\", \n\"Speculative Fiction\", \n\"Satire\", \n\"Women's Fiction\", \n\"Chick Lit\", \n\"Graphic Novels\", \n\"Comics\", \n\"Manga\", \n\"Superhero\", \n\"War & Military Fiction\", \n\"Coming-of-Age\", \n\"Anthology\", \n\"Classic\", \n\"Bildungsroman\", \n\"Metafiction\", \n\"Biography\", \n\"Autobiography\", \n\"Memoir\", \n\"Diary\", \n\"True Crime\", \n\"Self-help\", \n\"Personal Development\", \n\"Motivational\", \n\"Philosophy\", \n\"Religion\", \n\"Spirituality\", \n\"Science\", \n\"Nature\", \n\"Astronomy\", \n\"Ecology\", \n\"Biology\", \n\"History\", \n\"Travel\", \n\"Cooking\", \n\"Food & Drink\", \n\"Art\", \n\"Photography\", \n\"Music\", \n\"Politics\", \n\"Social Science\", \n\"Anthropology\", \n\"Sociology\", \n\"Psychology\", \n\"Health & Fitness\", \n\"Parenting\", \n\"Families\", \n\"Essays\", \n\"Journalism\", \n\"Business\", \n\"Economics\", \n\"Computer\", \n\"Technology\", \n\"Reference\", \n\"Humor\", \n\"Crafts\", \n\"Hobbies\", \n\"Poetry\", \n\"Drama\", \n\"Playwriting\", \n\"Criticism\", \n\"Theory\", \n\"Mathematics\", \n\"Picture Books\", \n\"Early Reader\", \n\"Middle Grade\", \n\"Young Adult\", \n\"Young Adult Romance\", \n\"Young Adult Fantasy\", \n\"Young Adult Dystopian\", \n\"Young Adult Historical Fiction\", \n\"Young Adult Mystery\", \n\"Young Adult Thriller\", \n\"Young Adult Horror\", \n\"Coming-of-Age\", \n\"Graphic Novels\", \n\"Comics for Children\", \n\"Comics for Young Adult\", \n\"Anthology\", \n\"Short Stories\", \n\"Experimental\", \n\"Flash Fiction\", \n\"Epistolary\"\n ];\n\n const randomGenre = genres[Math.floor(Math.random() * genres.length)];\n document.getElementById(\"genreBox\").value = randomGenre;\n\n const affiliateTag = \"random-access-genera-20\";\n const encodedGenre = encodeURIComponent(randomGenre);\n const genreLink = document.getElementById(\"genreLink\");\n\n const linkText = `Click here to access <a href=\"https:\/\/www.amazon.com\/s?field-keywords=${encodedGenre}&field-asin=&node=283155&tag=${affiliateTag}\" target=\"_blank\" rel=\"noreferrer noopener\" style=\"color: blue;\">Amazon's ${randomGenre} book selection<\/a>.<br>Browse from hundreds of titles and authors.`;\n\n genreLink.innerHTML = linkText;\n genreLink.style.display = 'block';\n }\n <\/script>\n<\/body>\n\n<\/html>\n\n\n\n<div style=\"height:37px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Random Genre Generator<\/strong>. Try it if your not sure as to what you should read next.<\/p>\n\n\n\n<p>Are you looking for a new book to read, but don\u2019t know what genre to choose? Do you want to spice up your reading list with something different and exciting? If you answered yes to any of these questions, then you need to try this great tool!<\/p>\n\n\n\n<p> In fact, it’s a great and easy way to discover new genres and find your next book. All you have to do is click the <strong>SPIN<\/strong> button and the generator will give you a random genre name and a link to where you find those books in Amazon. Click on the link that will appear and see what’s available.<\/p>\n\n\n\n<p>The random genre generator has over<strong> 130 genres to choose from<\/strong>, ranging from common ones like fantasy, romance, and horror, to niche ones like cyberpunk, steampunk, and dystopia. Some genres are subgenres or combinations of other genres, such as paranormal romance, historical fiction, or science fantasy. You will never run out of ideas or inspiration with this tool!<\/p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile\" style=\"grid-template-columns:15% auto\"><figure class=\"wp-block-media-text__media\"><a href=\"https:\/\/findyournextbookhere.com\/wp-content\/uploads\/Random-Gerne-Generator-Genre-List.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"258\" height=\"296\" src=\"https:\/\/findyournextbookhere.com\/wp-content\/uploads\/pdf.jpg\" alt=\"Random Gerne Generator Genre List\" class=\"wp-image-2738 size-full\"\/><\/a><\/figure><div class=\"wp-block-media-text__content\">\n<p>[<a href=\"https:\/\/findyournextbookhere.com\/wp-content\/uploads\/Random-Gerne-Generator-Genre-List.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Click here to see the complete list<\/a>]<\/p>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<p>It’s is not only for books, but also for movies, games, or any other creative works. In truth, you can use it to find new stories to watch, play, or write. Challenge yourself and explore genres that you are not familiar with or that you usually avoid. You might be surprised by what you like!<\/p>\n\n\n\n<p>In fact, it’s the perfect tool for anyone who loves reading and wants to find their next book. Moreover, it will help you break out of your comfort zone and discover new worlds and stories. It will also make your reading experience more interesting and enjoyable. It’s also fun to use. You never know what it will suggest next. So what are you waiting for? Try the random genre generator today and find your next book here!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Spin Wheel Spin Random Genre Generator. Try it if your not sure as to what you should read next. Are you looking for a new book to read, but don\u2019t know what genre to choose? Do you want to spice up your reading list with something different and exciting? If you answered yes to any […]<\/p>\n","protected":false},"author":1,"featured_media":2757,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"nf_dc_page":"","footnotes":""},"class_list":["post-2468","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Random Genre Generator - What Should I Read Next?<\/title>\n<meta name=\"description\" content=\"Random Genre Generator! Use it to find your next great book. It will help you discover amazing new books from diverse genres and authors.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/findyournextbookhere.com\/random-genre-generator\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Random Genre Generator - What Should I Read Next?\" \/>\n<meta property=\"og:description\" content=\"Random Genre Generator! Use it to find your next great book. It will help you discover amazing new books from diverse genres and authors.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/findyournextbookhere.com\/random-genre-generator\" \/>\n<meta property=\"og:site_name\" content=\"Find Your Next Book Here\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-15T01:57:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/findyournextbookhere.com\/wp-content\/uploads\/random-genre-generator-4.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/findyournextbookhere.com\/random-genre-generator\",\"url\":\"https:\/\/findyournextbookhere.com\/random-genre-generator\",\"name\":\"Random Genre Generator - What Should I Read Next?\",\"isPartOf\":{\"@id\":\"https:\/\/findyournextbookhere.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/findyournextbookhere.com\/random-genre-generator#primaryimage\"},\"image\":{\"@id\":\"https:\/\/findyournextbookhere.com\/random-genre-generator#primaryimage\"},\"thumbnailUrl\":\"https:\/\/findyournextbookhere.com\/wp-content\/uploads\/random-genre-generator-4.jpg\",\"datePublished\":\"2023-10-18T03:21:23+00:00\",\"dateModified\":\"2024-05-15T01:57:57+00:00\",\"description\":\"Random Genre Generator! Use it to find your next great book. It will help you discover amazing new books from diverse genres and authors.\",\"breadcrumb\":{\"@id\":\"https:\/\/findyournextbookhere.com\/random-genre-generator#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/findyournextbookhere.com\/random-genre-generator\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/findyournextbookhere.com\/random-genre-generator#primaryimage\",\"url\":\"https:\/\/findyournextbookhere.com\/wp-content\/uploads\/random-genre-generator-4.jpg\",\"contentUrl\":\"https:\/\/findyournextbookhere.com\/wp-content\/uploads\/random-genre-generator-4.jpg\",\"width\":1024,\"height\":1024,\"caption\":\"Random Genre Generator \u2013 What Should I Read Next?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/findyournextbookhere.com\/random-genre-generator#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/findyournextbookhere.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Random Genre Generator – What Should I Read Next?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/findyournextbookhere.com\/#website\",\"url\":\"https:\/\/findyournextbookhere.com\/\",\"name\":\"Find Your Next Book Here\",\"description\":\"How To Find Your Next Great Book\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/findyournextbookhere.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Random Genre Generator - What Should I Read Next?","description":"Random Genre Generator! Use it to find your next great book. It will help you discover amazing new books from diverse genres and authors.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/findyournextbookhere.com\/random-genre-generator","og_locale":"en_US","og_type":"article","og_title":"Random Genre Generator - What Should I Read Next?","og_description":"Random Genre Generator! Use it to find your next great book. It will help you discover amazing new books from diverse genres and authors.","og_url":"https:\/\/findyournextbookhere.com\/random-genre-generator","og_site_name":"Find Your Next Book Here","article_modified_time":"2024-05-15T01:57:57+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/findyournextbookhere.com\/wp-content\/uploads\/random-genre-generator-4.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/findyournextbookhere.com\/random-genre-generator","url":"https:\/\/findyournextbookhere.com\/random-genre-generator","name":"Random Genre Generator - What Should I Read Next?","isPartOf":{"@id":"https:\/\/findyournextbookhere.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/findyournextbookhere.com\/random-genre-generator#primaryimage"},"image":{"@id":"https:\/\/findyournextbookhere.com\/random-genre-generator#primaryimage"},"thumbnailUrl":"https:\/\/findyournextbookhere.com\/wp-content\/uploads\/random-genre-generator-4.jpg","datePublished":"2023-10-18T03:21:23+00:00","dateModified":"2024-05-15T01:57:57+00:00","description":"Random Genre Generator! Use it to find your next great book. It will help you discover amazing new books from diverse genres and authors.","breadcrumb":{"@id":"https:\/\/findyournextbookhere.com\/random-genre-generator#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/findyournextbookhere.com\/random-genre-generator"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/findyournextbookhere.com\/random-genre-generator#primaryimage","url":"https:\/\/findyournextbookhere.com\/wp-content\/uploads\/random-genre-generator-4.jpg","contentUrl":"https:\/\/findyournextbookhere.com\/wp-content\/uploads\/random-genre-generator-4.jpg","width":1024,"height":1024,"caption":"Random Genre Generator \u2013 What Should I Read Next?"},{"@type":"BreadcrumbList","@id":"https:\/\/findyournextbookhere.com\/random-genre-generator#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/findyournextbookhere.com\/"},{"@type":"ListItem","position":2,"name":"Random Genre Generator – What Should I Read Next?"}]},{"@type":"WebSite","@id":"https:\/\/findyournextbookhere.com\/#website","url":"https:\/\/findyournextbookhere.com\/","name":"Find Your Next Book Here","description":"How To Find Your Next Great Book","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/findyournextbookhere.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/findyournextbookhere.com\/wp-json\/wp\/v2\/pages\/2468","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/findyournextbookhere.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/findyournextbookhere.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/findyournextbookhere.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/findyournextbookhere.com\/wp-json\/wp\/v2\/comments?post=2468"}],"version-history":[{"count":99,"href":"https:\/\/findyournextbookhere.com\/wp-json\/wp\/v2\/pages\/2468\/revisions"}],"predecessor-version":[{"id":4179,"href":"https:\/\/findyournextbookhere.com\/wp-json\/wp\/v2\/pages\/2468\/revisions\/4179"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/findyournextbookhere.com\/wp-json\/wp\/v2\/media\/2757"}],"wp:attachment":[{"href":"https:\/\/findyournextbookhere.com\/wp-json\/wp\/v2\/media?parent=2468"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}