SI
simison/WikimediaCommonsPotd
Get URL for Wikimedia Commons picture of the day
Wikimedia Commons Picture Of The Day URL ๐ผ
Get URL for today's Wikimedia Commons picture of the day.
Utilises great Wikimedia Commons' Redirect/file tool.
Usage:
require_once( 'wikimedia_commons_potd.class.php' );
$wikimediaCommonsPotd = new WikimediaCommonsPotd();
echo $wikimediaCommonsPotd->get( 1024 );
// โ https://commons.wikimedia.org/wiki/Special:FilePath/Wien_Zentralfriedhof_Kirche_Innenraum_SO-Seite_01.jpg?width=1024WP Plugin
I'm using this class (with little modifications) for Wikimedia Commons Picture of The Day for WP Login -plugin (yep, that's a mouthful!).
License
MIT