Title: KendrickSnyder's Replies | WordPress.org

---

# KendrickSnyder

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Login] Application Endpoint Redirect?](https://wordpress.org/support/topic/application-endpoint-redirect/)
 *  Thread Starter [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/application-endpoint-redirect/#post-3177867)
 * Issue is resolved. I created a new app specifically for social login, seperate
   from an app I was originally using for a separate plugin. Works great.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Login] Application Endpoint Redirect?](https://wordpress.org/support/topic/application-endpoint-redirect/)
 *  Thread Starter [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/application-endpoint-redirect/#post-3177859)
 * Certainly, [http://www.thejoplinvoice.com](http://www.thejoplinvoice.com)
 * It appears to be happening only through Facebook. For example when a user ‘likes’
   a post, the link that’s posted that would normally take a user to my site will
   take them to the endpoint instead.
 * I’m thinking it could be with my application configuration on Facebook, but I
   have no clue.
 * Thanks for the quick reply,
    Kendrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Login] API Error Code 191](https://wordpress.org/support/topic/api-error-code-191/)
 *  Thread Starter [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/api-error-code-191/#post-3147536)
 * Never mind. I followed the directions and now it’s working :-\
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration] [Plugin: WP User Frontend] Upload/Insert not working](https://wordpress.org/support/topic/plugin-wp-user-frontend-uploadinsert-not-working/)
 *  Thread Starter [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-uploadinsert-not-working/#post-3071770)
 * Also, for my admin, it works properly. But for other users it does not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Default Image for Facebook Likes](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-default-image-for-facebook-likes/)
 *  Thread Starter [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-default-image-for-facebook-likes/#post-3047554)
 * Okay. I have edited the image option under media under the open graph section
   and set the open graph settings for post to default. It doesn’t seem to be working
   for my current posts. Will it only work for future posts?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WordPress Popular Posts] to include both the logged in and non-logged in users?](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-how-to-include-both-the-logged-in-and-non-logged-in-users/)
 *  [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-how-to-include-both-the-logged-in-and-non-logged-in-users/#post-1524835)
 * Ok,
 * The tutorial leaves out one major part.. what you will need to do is…
 * Line 62 & 63
 * add_action(‘wp_ajax_nopriv_wpp_update’, array(&$this, ‘wpp_ajax_update’));
    add_action(‘
   wp_ajax_wpp_update’, array(&$this, ‘wpp_ajax_update’));
 * Line 358 (The version I had already had this code changed)
 * if (! wp_verify_nonce($nonce, ‘wpp-token’) ) die(“Oops!”);
 * Line 474
 * if ( is_single() || is_page() ) {
 * Anyway, that is what worked for me.
 * Great Plugin, BTW!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WordPress Popular Posts] to include both the logged in and non-logged in users?](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-how-to-include-both-the-logged-in-and-non-logged-in-users/)
 *  [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-how-to-include-both-the-logged-in-and-non-logged-in-users/#post-1524834)
 * sorry,
 * [@numaga](https://wordpress.org/support/users/numaga/)
 * To be a little more descriptive of my issue – The plugin seems to recognize the
   activity of non-logged in users. It seems to work perfectly, except for the fact
   I want it to work with both logged in users and guests. anyone else having this
   issue? I tried the fix that was outlined in the previous posts, but just as numaga
   is having issues, so am I.
 * I would be grateful for any help. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WordPress Popular Posts] to include both the logged in and non-logged in users?](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-how-to-include-both-the-logged-in-and-non-logged-in-users/)
 *  [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-how-to-include-both-the-logged-in-and-non-logged-in-users/#post-1524833)
 * I’m having the same issue as [@numage](https://wordpress.org/support/users/numage/)
 * I updated line 62 to
 * add_action(‘wp_ajax_nopriv_wpp_update’, array(&$this, ‘wpp_ajax_update’));
    add_action(‘
   wp_ajax_wpp_update’, array(&$this, ‘wpp_ajax_update’));
 * and line 358 was already changed to
 * if (! wp_verify_nonce($nonce, ‘wpp-token’) ) die(“Oops!”);
 * anyone still having issues with the plug in not tracking the actions of logged
   in users? Anyone know of what can fix it?
 * Thanks,
 * Kendrick
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tab in Navigation to Function as a Link](https://wordpress.org/support/topic/tab-in-navigation-to-function-as-a-link/)
 *  Thread Starter [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [15 years ago](https://wordpress.org/support/topic/tab-in-navigation-to-function-as-a-link/#post-2058930)
 * They aren’t as smart over there 😉
 * In any case, in the header.php file I added a line item to nav and it seems to
   be working. Probably not the best solution, but it’s a small thing and I’ve been
   working on it for too long.
 * Thanks for the insights!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tab in Navigation to Function as a Link](https://wordpress.org/support/topic/tab-in-navigation-to-function-as-a-link/)
 *  Thread Starter [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [15 years ago](https://wordpress.org/support/topic/tab-in-navigation-to-function-as-a-link/#post-2058928)
 * Jukt Micronics (BuddyPress BuddyPack) 1.2 by Michael Kuhlmann
 * For some reason, I’m missing ‘Theme Settings’
 * It just has
 * OPTIONS: Widgets | Menus
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tab in Navigation to Function as a Link](https://wordpress.org/support/topic/tab-in-navigation-to-function-as-a-link/)
 *  Thread Starter [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [15 years ago](https://wordpress.org/support/topic/tab-in-navigation-to-function-as-a-link/#post-2058924)
 * That’s probably why I’m confused.
 * “The current theme does not natively support menus, but you can use the “Custom
   Menu” widget to add any menus you create here to the theme’s sidebar.”
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tab in Navigation to Function as a Link](https://wordpress.org/support/topic/tab-in-navigation-to-function-as-a-link/)
 *  Thread Starter [KendrickSnyder](https://wordpress.org/support/users/kendricksnyder/)
 * (@kendricksnyder)
 * [15 years ago](https://wordpress.org/support/topic/tab-in-navigation-to-function-as-a-link/#post-2058922)
 * Hmm.. I guess I should have mentioned that My navigation isn’t in the side bar.
   It’s actually in the header. Maybe I should look in the header.php file?
 * Sorry, I’m a newbie.

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