Robin Cornett
@littlerchicken on WordPress.org, @robincornett on Slack
- Member Since: April 18th, 2012
- Location: Chattanooga, Tennessee
- Website: robincornett.com
- Employer: Sandhills Development
Bio
WordPress Origin Story
Contribution History
Robin Cornett’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- WordCamp Speaker
-
Posted a reply to WP 5.6, PHP 8.0 – Plugin stops previews/saving articles, on the site WordPress.org Forums:
Okay, I've tested and it's due to the plugin using a function to sanitize the…10 mins ago
-
Posted a reply to Suggestions for sidebar icons, on the site WordPress.org Forums:
Oh, I understand now what you're asking. At this point in time, I'm not planning…24 mins ago
-
Posted a reply to WP 5.6, PHP 8.0 – Plugin stops previews/saving articles, on the site WordPress.org Forums:
Thank you for letting me know--I have not yet started testing with PHP8. One thing…20 hours ago
-
Posted a reply to Suggestions for sidebar icons, on the site WordPress.org Forums:
You can output the sharing buttons anywhere with a bit of code. There is an…2 days ago
-
Posted a reply to Do not open new window or tab, on the site WordPress.org Forums:
WordPress includes some functions to make this pretty straightforward. I would try: add_filter( 'scriptlesssocialsharing_link_target', '__return_empty_string'…2 weeks ago
-
Posted a reply to Flipboard, on the site WordPress.org Forums:
Awesome! Glad you got it sorted and thanks for posting the share URL.2 weeks ago
-
Posted a reply to Flipboard, on the site WordPress.org Forums:
I do not currently have plans to add new services, and looking at Flipboard's page…3 weeks ago
-
Posted a reply to Responsive, on the site WordPress.org Forums:
My understanding at this point in time is that for that to work without JavaScript,…3 weeks ago
-
Posted a reply to Do not open new window or tab, on the site WordPress.org Forums:
You could just return an empty string for the scriptlesssocialsharing_link_target filter, and all links will…3 weeks ago
-
Posted a reply to Make the excerpt link to the article, on the site WordPress.org Forums:
If you can't modify the email template, my guess then would be to just use…3 weeks ago
-
Posted a reply to Can’t get hook filter to work with Generate Press theme, on the site WordPress.org Forums:
That code modifies the locations that the button location settings use--so your code is fine,…4 weeks ago
-
Posted a reply to Products not an available content type, on the site WordPress.org Forums:
It looks like Woo does not enable an archive for its products (I assume it…4 weeks ago
-
Posted a reply to FILTER_SANITIZE_MAGIC_QUOTES Deprecated, on the site WordPress.org Forums:
Thank you for the heads up! I will make that change and include it in…1 month ago
-
Posted a reply to make this plugin use the first image in post, rather than first uploaded?, on the site WordPress.org Forums:
You would need to do some custom coding to do this--I would start with the…1 month ago
-
Posted a reply to http, on the site WordPress.org Forums:
Thanks for catching that! I'll update the code for the next release.1 month ago
-
Posted a reply to I can’t get any images to show, on the site WordPress.org Forums:
The images are in your feed; likely you need to adjust which merge tags you…2 months ago
-
Posted a reply to Editing block is in middle of posts, covering text, on the site WordPress.org Forums:
Have you customized anything with the CSS for Scriptless? I'm not able to replicate this--the…2 months ago
-
Committed [2428224] to Plugins Trac:
tagging version 1.1.62 months ago
-
Committed [2428223] to Plugins Trac:
removes image column from WooCommerce2 months ago
-
Posted a reply to Hover color CSS does not work, on the site WordPress.org Forums:
It looks like your parent selector on your hover rule is not correct. Try changing…2 months ago
-
Posted a reply to Why is there a single space in an email subject?, on the site WordPress.org Forums:
No, you will need to create an entire function to use the filter to change…3 months ago
-
Posted a reply to Why is there a single space in an email subject?, on the site WordPress.org Forums:
Based on the image, my guess is that your setting for the email subject is…3 months ago
-
Posted a reply to How about content locker?, on the site WordPress.org Forums:
I'm sorry, I've never looked into a content locker plugin and do not have any…3 months ago
-
Posted a reply to No social networks showing, on the site WordPress.org Forums:
On that page, I see sharing buttons for Facebook, Pinterest, Linkedin, WhatsApp, Email, and SMS.…3 months ago
-
Posted a reply to Using filter for all plugin settings, on the site WordPress.org Forums:
Your filter is not always returning a value, which is one issue (the return statement…3 months ago
-
Posted a reply to Not working on mobile, on the site WordPress.org Forums:
I've checked your site with multiple devices and browsers and the four buttons are showing…3 months ago
-
Posted a reply to Floating social sharing and under the post possible?, on the site WordPress.org Forums:
You might consider using the standard settings for the "after the content" buttons, and then…3 months ago
-
Posted a reply to Tagline in Facebook post, on the site WordPress.org Forums:
If you have made recent changes to a post or to your site, you may…3 months ago
-
Posted a reply to Feature request, on the site WordPress.org Forums:
Thank you for the suggestion--I'll look into it.4 months ago
-
Posted a reply to Google Analytics, on the site WordPress.org Forums:
Reading the wiki link in Sal's tutorial, I believe GA will handle it automatically, at…4 months ago
-
Posted a reply to How to make all icons the same color in round shape?, on the site WordPress.org Forums:
That's custom CSS but I can try to get you started. You'll want to set…4 months ago
-
Posted a reply to Not showing on pages, on the site WordPress.org Forums:
The plugin's default behavior is to add the buttons using the_content filter. Because it's one…4 months ago
-
Posted a reply to Override Custom Excerpt, on the site WordPress.org Forums:
The plugin will use your manually created excerpt if you have one--it looks like that's…4 months ago
-
Posted a reply to How to add space between stacked icons?, on the site WordPress.org Forums:
If you have a link to your site you can share, that will help--I cannot…4 months ago
-
Posted a reply to Different social media platforms for ‘Before’ and ‘After’?, on the site WordPress.org Forums:
The usual reason for a Pinterest button not to show is that there is not…5 months ago
-
Posted a reply to Different social media platforms for ‘Before’ and ‘After’?, on the site WordPress.org Forums:
The easiest way to change the buttons output when you are using the shortcode is…5 months ago
-
Posted a reply to Homepage not available, on the site WordPress.org Forums:
So this is happening on Pages, but not Posts or Products? Do you have other…5 months ago
-
Posted a reply to Homepage not available, on the site WordPress.org Forums:
I'm sorry this happened to you and I'm glad you were able to get your…5 months ago
-
Committed [2372615] to Plugins Trac:
tagging version 3.4.15 months ago
-
Committed [2372614] to Plugins Trac:
fixing WP 4.9 compatibility5 months ago
-
Posted a reply to ‘Before Content’ question, on the site WordPress.org Forums:
You will likely want to use the scriptlesssocialsharing_locations filter as documented in the FAQ. Depending…5 months ago
-
Posted a reply to Google Analytics, on the site WordPress.org Forums:
I would recommend this post/tutorial about adding UTM parameters to Scriptless by Sal Ferrarello. Hope…5 months ago
-
Posted a reply to Buttons overlaying pin on some posts, on the site WordPress.org Forums:
On that page, the image under the "Pin this meal plan" heading is aligned right.…5 months ago
-
Posted a reply to 2 questions, on the site WordPress.org Forums:
On the first question, Scriptless cannot do anything with what Facebook "sees" from your site.…5 months ago
-
Committed [2367435] to Plugins Trac:
tagging version 3.2.15 months ago
-
Committed [2367432] to Plugins Trac:
fix dynamic term selector on widgets page; notices in PHP 7.45 months ago
-
Committed [2367352] to Plugins Trac:
tagging version 3.4.05 months ago
-
Committed [2367350] to Plugins Trac:
adding support for core gallery blocks; updating WP version compatibility5 months ago
-
Posted a reply to Custom Pinterest Image using mobile size, on the site WordPress.org Forums:
Hi Janine! The plugin uses your site's "large" image size to add the Pinterest image…5 months ago
-
Committed [2366105] to Plugins Trac:
Updating tested to version5 months ago
Developer
-
Add Featured Image Column
Active Installs: 2,000+
-
Display Featured Image for Genesis
Active Installs: 4,000+
-
Genesis Accessible
Active Installs: 1,000+
-
Scriptless Social Sharing
Active Installs: 10,000+
-
Send Images to RSS
Active Installs: 7,000+
-
Simple Listings for Genesis
Active Installs: 10+
Contributor
-
Easy Digital Downloads - Simple Ecommerce for Selling Digital Files
Active Installs: 60,000+
-
Simple Social Icons
Active Installs: 200,000+