Title: Verified Profile Support
Last modified: August 31, 2016

---

# Verified Profile Support

 *  [itstimwhite](https://wordpress.org/support/users/itstimwhite/)
 * (@itstimwhite)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/verified-profile-support/)
 * Doesnt currently display verified checkmark when pulling a feed from a verified
   user.
 * [https://wordpress.org/plugins/instagram-feed/](https://wordpress.org/plugins/instagram-feed/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Contributor [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * (@craig-at-smash-balloon)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/verified-profile-support/#post-7091010)
 * Hey Tim,
 * This is a limitation of the Instagram API unfortunately. You could recreate the
   checkmark though by following these directions:
 * 1) Add a class to the feed: [instagram-feed class=”verified”]
 * 2) Add the following to the plugin’s Custom JavaScript section:
 * $(‘.verified .sb_instagram_header h3’).append(‘<span class=”sb_verified”></span
   >’);
 * 3) Add the following to the Custom CSS section:
 * .sb_verified {
    background-image: url(//instagramstatic-a.akamaihd.net/h1/sprites/
   core-sprites-6625b8.png); background-repeat: no-repeat; background-position: -
   411px -409px; height: 18px; width: 18px; display: block; float: right; margin-
   left: 3px; }
 *  Thread Starter [itstimwhite](https://wordpress.org/support/users/itstimwhite/)
 * (@itstimwhite)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/verified-profile-support/#post-7091014)
 * That is displaying as “<span class=”sb_verified”></span>”
 * [http://timwhite.co](http://timwhite.co) is my site
 *  Plugin Contributor [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * (@craig-at-smash-balloon)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/verified-profile-support/#post-7091048)
 * Hmm that is very strange. For some reason the new html is being read as just 
   part of the text. I have another thing to try. Change:
 * `$('.verified .sb_instagram_header h3').append('<span class="sb_verified"></span
   >');`
 * to this
 * `$('.verified .sb_instagram_header h3').html('@itstimwhite<span class="sb_verified"
   ></span>');`
 *  Thread Starter [itstimwhite](https://wordpress.org/support/users/itstimwhite/)
 * (@itstimwhite)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/verified-profile-support/#post-7091109)
 * That worked. Thanks!
 *  Plugin Contributor [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * (@craig-at-smash-balloon)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/verified-profile-support/#post-7091110)
 * Awesome! Glad we could get it working for you. Let me know if you need anything
   else.
 *  [plantbasednyc](https://wordpress.org/support/users/plantbasednyc/)
 * (@plantbasednyc)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/verified-profile-support/#post-7091114)
 * hey! i hope you dont mind me posting here but i didn’t want to start a new thread
   and the same question of mine had expired.
 * i downloaded the wp instagram feed and followed all instructions… for some reason
   whe ni paste the [instagram-feed] into a new page it loads the follow button 
   but not the feed. please help!
 * this is the link to the page with the feed: [http://www.plantbasednyc.com/home](http://www.plantbasednyc.com/home)
 *  Plugin Contributor [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * (@craig-at-smash-balloon)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/verified-profile-support/#post-7091123)
 * Hello,
 * No worries posting here is just fine. I took a look at the page and it looks 
   like you are trying to use your user name instead of your user id. So all you
   need to do is change “plantbasednyc” in the Settings page to **2302191868**. 
   There is a link under the “What’s this” link to help you find other user ids 
   in the future.
 * That should get it working!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Verified Profile Support’ is closed to new replies.

 * ![](https://ps.w.org/instagram-feed/assets/icon-256x256.png?rev=2700807)
 * [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin](https://wordpress.org/plugins/instagram-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/instagram-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/instagram-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/instagram-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/instagram-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/instagram-feed/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/verified-profile-support/#post-7091123)
 * Status: not resolved