Quotify

user on November 21, 2019

Quotify is a WordPress plugin written in PHP. It places a randomly selected quote from BrainyQuote at the top of the page. It also adds a menu to the WordPress admin panel which allows the user to select a category to take quotes from or enter a custom search query. Due to the lack of a BrainyQuote API I used a HTML DOM Parser (https://simplehtmldom.sourceforge.io/) to extract quotes from BrainyQuote results pages.