kate.t
Forum Replies Created
-
Forum: Plugins
In reply to: [TD Instagram Import] Let it be known…Very interesting plugin, I have been looking for something like this.
I am using a plugin that allows users to upload photos / embed photos and submit posts front end. Was thinking that it will be ideal for ‘Choose from Instagram photos’ to be included in one of the dropdown list items under ‘Choose File’ along with the usual items like ‘Take Photo’ & ‘Choose from Existing’
A question, when users choose from existing instagram photos to be inserted into posts, are the photos hosted at instagram or own host?
I took the plunge and added the 3 line code to the bottom of the php.ini file.
Worked!
Thanks! You are fantastic
Thank you for being so patient with me thus far.
I’m very close to setting it all up already, I’ve deleted the extras .htaccess and php.ini and found the actual php.ini
I opened up the php.ini and it looks super intimidating.
I just want to double check on where should I add the 3 lines of NinjaFireWall code?
On top? Below? or anywhere will do?Now that you mentioned it, I noticed I have 2 php.ini files and 3 .htaccess files in the public_html folder
Should I delete the extra php.ini and .htaccess files?
Forum: Plugins
In reply to: [WP Social AutoConnect] Facebook connect dialog linkI’ve looked there prior to posting here, still didn’t quite know what to write the $login_url as, sorry I’m not really skilled in this area
Forum: Plugins
In reply to: [Nextend Social Login and Register] The size of Facebook avatari found a possible (not sure if it can work yet) but when Ii tried to edit this in nextend-facebook-connect.php
update_user_meta($ID, ‘fb_profile_picture’, ‘https://graph.facebook.com/’ . $user_profile[‘id’] . ‘/picture?type=large’);
to
update_user_meta($ID, ‘fb_profile_picture’, ‘https://graph.facebook.com/’ . $user_profile[‘id’] . ‘/picture?type=small’);
I couldn’t get the php file to save, any ideas anybody?
Forum: Plugins
In reply to: [Nextend Social Login and Register] The size of Facebook avatarI’m facing the same issue.
Is it possible to get exactly the same avatar as displayed on facebook? already cropped and resized at facebook’s end?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Can it be used on bbpress?I wish to help you, but I haven’t tried it yet. When I do, I’ll update here ok
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Can it be used on bbpress?ok thanks! i’ll check that out
Forum: Installing WordPress
In reply to: Masking the blog construction while putting the forum out first?Hi Samuel, thanks for your reply
how do I get visitors to go to subdirectory forum page straight without seeing the maintenance mode in the first place?