# Development

You can use the plugin in PHP like this:

// fetch account
$feed = InstagramFeed::getInstance()->instagramService->getFeed('seawatchcrew');

// fetch hash tag
$feed = InstagramFeed::getInstance()->instagramService->getFeed('#mrmcd2019');
Last Updated: 1/27/2023, 1:54:09 PM