silb3r
Forum Replies Created
-
New link for my question: https://stackoverflow.com/questions/24520975/jetpack-publicize-tweet-with-image
PS, I am using custom fields for my images and not the Featured Image. I was able to wrangle the OG tags to setup the Twitter Card correctly using the
jetpack_open_graph_tags
filter; if there is another filter I’m missing to ensure my image displays along with my Tweet then I am all ears. Thank you!Forum: Plugins
In reply to: [Gravity Forms Placeholder Add-On] Please use wp_localize_scriptAgreed, this would make for a much cleaner plugin. There’s not reason JavaScript and PHP can’t *work* together, they just shouldn’t *live* together.
I actually figured out how to do this but it’s rather dirty and it will break when the plugin is updated.
Can I convince you to add a hook for
PrliUtils::get_page_title()
so that I can override it without losing my changes when you push out an update?Thank you for considering this, it would be a huge help!
Forum: Plugins
In reply to: [Yoast SEO] Tags post_tag-sitemap.xml doesn't contain site URLAnyone had a similar experience? I’d like to know if this is a bug or if it’s an issue with my site…
Forum: Plugins
In reply to: [Wordbooker] Must be logged in to Facebook?It worried me too. I searched exhaustively and made a conscientious effort when composing the title of this thread. Best we can hope is that others find it if they experience it before you have time to push out the fix in the next update!
Forum: Plugins
In reply to: [Wordbooker] Must be logged in to Facebook?This appears to have done the trick. Thank you Steve for the amazing response time!
Forum: Plugins
In reply to: [Wordbooker] Must be logged in to Facebook?And here is the log after I refresh the settings page just after successful authorization: https://pastebin.com/raw.php?i=FiAnXdTm
Forum: Plugins
In reply to: [Wordbooker] Must be logged in to Facebook?Access token log: https://pastebin.com/raw.php?i=CB7gXCF5
Support info:
Wordbooker: 2.1.31 Wordbooker Code Base: 2.1.31 R00 - Irene and The Morrow Wordbooker ID: 254577506873 Wordbooker Schema: 5.6 WordPress: 3.5.1 Table prefix: wp_ PHP: 5.2.17 PHP Memory Limit: 256M PHP Memory Usage (MB): 37.25 JSON Encode: PHP JSON Decode: PHP Curl Status: Curl is available and can access Facebook - All is OK ( Response Time was : 0.265570878983 seconds ) Curl Version: 7.24.0 Wordbooker Server Access: Wordbooker Acccess OK JSON Version: 1.2.1 SimpleXML library: 0.1 (provided by PHP) HTTP Output Character Encoding: pass Internal PHP Character Encoding: UTF-8 MySQL: 5.5.30-30.2 Database character_set_client : utf8 Database character_set_connection : utf8 Database character_set_database : utf8 Database character_set_filesystem : binary Database character_set_results : utf8 Database character_set_server : utf8 Database character_set_system : utf8 Database character_sets_dir : /usr/share/mysql/charsets/ Database collation_connection : utf8_general_ci Database collation_database : utf8_unicode_ci Database collation_server : utf8_unicode_ci Server : Apache Active Plugins : BackupBuddy ( 2.2.33 ) Easy Digital Downloads ( 1.5.1 ) qTranslate ( 2.5.34 ) Wysija Newsletters ( 2.4.4 ) Wordbooker Table Status : Table 'wp_wordbooker_errorlogs' is present and contains 12 rows Table 'wp_wordbooker_postlogs' is present and contains 2 rows Table 'wp_wordbooker_userdata' is present and contains 1 rows Table 'wp_wordbooker_userstatus' is present and contains 0 rows Table 'wp_wordbooker_postcomments' is present and contains 2 rows Table 'wp_wordbooker_process_queue' is present and contains 0 rows Table 'wp_wordbooker_fb_friends' is present and contains 0 rows Table 'wp_wordbooker_fb_friend_lists' is present and contains 0 rows
Forum: Plugins
In reply to: [Wordbooker] Must be logged in to Facebook?Apologies for my ignorance but I was under the impression that “Show Everything and I mean everything” was the highest diagnostic level…
Forum: Plugins
In reply to: [Wordbooker] Must be logged in to Facebook?Wordbooker 2.1.31
Diagnostics: https://pastebin.com/raw.php?i=aniDPM2X
Forum: Plugins
In reply to: [Wordbooker] Must be logged in to Facebook?Here’s how I can reproduce:
1. Install WordBooker
2. Authorize WordBooker on Facebook
3. Using default settings and without logging out from Facebook, I create a post and publish it to my wall. Works fine.
4. Sign out of Facebook on my machine.
5. Create another post and I see the error above and nothing posts to Facebook.Here is support info: https://pastebin.com/raw.php?i=s9rm7Tzc
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] No watermark for captcha input boxJust a quick clarification: the line you need to comment out actually appears twice. However, you only need to comment out the one that follows this line:
$.each(captcha, function(i, n) {
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] No watermark for captcha input boxYou also need to comment out a line in:
/wp-content/plugins/contact-form-7/scripts.js
Comment out the line:
form.find(':input[name="' + i + '"]').clearFields();
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] No watermark for captcha input boxContact Form 7 3.0 breaks this fix but if you follow the instructions above on the new file it will work.