awwnuts
Forum Replies Created
-
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Pinterest no longer auto posting.Any thoughts on why this is going on?
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Pinterest no longer auto posting.[2014-11-20 20:13:34] – [Error] [Pinterest – Pinterest] – -=ERROR=- Array ( [pgID] => [isPosted] => 0 [pDate] => 2014-11-20 20:13:32 [Error] => Something went wrong – Array ( [api_error_code] => 1 [message] => Sorry we could not fetch the image. [code] => API_ERROR [target] => [http_status] => 400 ) ) MOLOTOV PRIVATE CONCERT SWEEPSTAKES ABBREVIATED RULES
[2014-11-20 17:12:04] - [Error] [Pinterest - Pinterest] - -=ERROR=- Array ( [pgID] => [isPosted] => 0 [pDate] => 2014-11-20 17:12:02 [Error] => Something went wrong - Array ( [api_error_code] => 1 [message] => Sorry we could not fetch the image. [code] => API_ERROR [target] => [http_status] => 400 ) ) Mockingjay Part 1 Prize Pack
And so on...
This has been going on for a little while.
Additionally, when the pins first started, they kept displaying a default image instead of the actual featured image... http://www.pinterest.com/sweepsmeoff/sweeps/
Thought I would mention that because the error is stating that it can not fetch the image.
I had gotten it sorted out.
You should add the “hidden” type though, it may prove beneficial in the long run for those that may need it.
Thanks!
Forum: Plugins
In reply to: [NextGen Public Image Uploader (PUP)] Setting tags when user uploads photo.OK… workaround for this…
I unchecked the description box, and then copied this
$strOutput .= '<input type="hidden" name="imagedescription" id="imagedescription" value=\"'.get_the_title().'\"/>';Below the tag input.
It now works.
Probably not the best method, it definitely doesn’t fix why the tags dont get inserted otherwise, but, its a start.
Forum: Plugins
In reply to: [NextGen Public Image Uploader (PUP)] Setting tags when user uploads photo.Furthermore….. it only submits the tag with it if the image description field is not left blank.
Forum: Plugins
In reply to: [NextGen Public Image Uploader (PUP)] Setting tags when user uploads photo.It appears as though the only time it will set the tag is if the “enable the image description text field” is checked.
I’m looking through the code, but not seeing the correlation between the two.
any thoughts?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Auto Post to Author's Pages?Its still in the works John.
As I am interested in customizing the outputs for hashtags as well, I read what you had posted up about customizing publicize output.
This was my go at it…
function apply_custom_twitter_message(){ $post = get_post(); $url = $url = get_permalink($post_id->ID); $message = $post -> post_title.' @NoVoiceless @'.get_the_author_meta ('user_twitter' , $post-> post_author ); $posttags = get_the_tags($post->ID); $tags = null; if ($posttags) { foreach($posttags as $tag) { $tags = $tags.' #'.$tag->name; } } echo apply_filters( 'publicize_twitter_message', $message , $tags, $url ); } apply_custom_twitter_message();It just made my pc sit and try to submit… loop maybe? I dunno.
Anyone want to critique this and tell me what I did wrong?
One thing that I am no good with yet in WP is hooks and filters. I just can’t seem to find anything good to read on how to use them.
Ok, to resolve this issue…
I just made a link to the publicize update page for the authors.
I then used the Admin Menu Editor plug in to remove access from everything except for the sharing settings on the back end.
I then installed the Disable Admin Bar and ToolBar plugin to hide the Menu bar on the back end, as well as update it so that it looks more official with my site.Finally, I then edited the wp-amdmin/menuheader.php file to hide the left side menu for non super admins. I did this by setting the width to 0 and visibility to hidden. I probably didn’t have to do both, but I did.
Its not the most ideal way to do it, but it will work just fine.
Just messed around with this and I am having no luck. I followed the social-links article and added
add_theme_support( 'social-links', array('facebook', 'twitter', 'linkedin', 'google_plus', 'tumblr',) );to my theme/functions.php.Then I added this on the profile page to make it display.
<a href="<?php echo esc_url( get_theme_mod( 'jetpack-facebook' ) ); ?>"> <?php _e( 'Facebook', 'textdomain' ); ?> </a>All I am getting is a Facebook link on the page with an empty href.
cool thank you sir!
Forum: Requests and Feedback
In reply to: WordPress.org Searchingnah man, its a fine answer. I’m just glad to hear that you’re working on it.
This page is such a great resource, if the ability to find what your looking for becomes more specific, the site will be even greater.
I look forward to your efforts!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Auto Post to Author's Pages?Even as an admin, it did not allow them to publicize their post to their twitter account.
I am not sure what else to do here.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Auto Post to Author's Pages?OK, I unlinked everything. I uninstalled it.
Restarted my computer, then left for an hour… came back and tried again…
Still nothing…
Right now I do not even the main site linked up. I just tried it with a side account, and it will not even post to that.
The current user that I am trying to post with is set to Author, so it should be working. I will set it to admin for a moment and see if that makes a difference.