Title: kschmidtdev's Replies | WordPress.org

---

# kschmidtdev

  [  ](https://wordpress.org/support/users/kschmidtdev/)

 *   [Profile](https://wordpress.org/support/users/kschmidtdev/)
 *   [Topics Started](https://wordpress.org/support/users/kschmidtdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kschmidtdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kschmidtdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kschmidtdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kschmidtdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kschmidtdev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Basic Instagram Widget] No longer functioning](https://wordpress.org/support/topic/no-longer-functioning/)
 *  [kschmidtdev](https://wordpress.org/support/users/kschmidtdev/)
 * (@kschmidtdev)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/no-longer-functioning/#post-5189578)
 * I had this issue as well, the problem is that everyone using the plugin is using
   the same client id. Likely something changed where a limit was hit, or some policy
   was violated, or an agreement/API was changed, so that client id doesn’t work
   anymore.
 * I was able to fix it by going to [http://instagram.com/developer/clients/register/](http://instagram.com/developer/clients/register/)
   and following the steps until I got my own client id. I then went to my blog,
   Plugins->Editor->Select Basic Instagram Widget->Edit “basic-instagram-widget/
   basic-instagram-widget.php”
 * Find:
    “if ( ! defined( ‘BIW_CLIENT_ID’ ) ) {“ on the next line you’ll see: define(‘
   BIW_CLIENT_ID’, ‘somecode’ );
 * Replace the somecode with your own client id. Click “Update File” and then you’re
   done!

Viewing 1 replies (of 1 total)