I would like to create wordpress plugin that will display ‘quote of the day’. I have an external website that hosts a lot of quotes and I would like to use them in my wordpress quote plugin.
I was told that wordpress doesn’t allow you to use iframe. The random WordPress quotes plugins I have seen so far are just displaying manually inserted quotes not quotes from some external websites.
Edit: My website is using asp.net and there is a rss feed there.
I would parse the RSS feed of the quote website (assuming that it has one) and display the quotes that way. You should abe able to use WordPress’ native RSS support to do this. Check out an article on it here.