Robin Cornett
@littlerchicken on WordPress.org, @robincornett on Slack
- Member Since: April 18th, 2012
- Location: Chattanooga, Tennessee
- Website: robincornett.com
Bio
WordPress Origin Story
Contribution History
Robin Cornett’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- WordCamp Speaker
-
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…2 days 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…2 days 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.…3 days 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.…6 days ago
-
Committed [2367435] to Plugins Trac:
tagging version 3.2.17 days ago
-
Committed [2367432] to Plugins Trac:
fix dynamic term selector on widgets page; notices in PHP 7.47 days ago
-
Committed [2367352] to Plugins Trac:
tagging version 3.4.07 days ago
-
Committed [2367350] to Plugins Trac:
adding support for core gallery blocks; updating WP version compatibility7 days 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…1 week ago
-
Committed [2366105] to Plugins Trac:
Updating tested to version1 week ago
-
Created a new ticket, #51058, in Core Trac:
attachment_url_to_postid does not retrieve post ID of really large images2 weeks ago
-
Posted a reply to Reset settings not possible, on the site WordPress.org Forums:
Once the plugin is deactivated, it can no longer affect the RSS feeds. Feeds do…4 weeks ago
-
Posted a reply to Errors after upgrading to PHP 7.4, on the site WordPress.org Forums:
Thank you for reporting this. From what I can tell, it happens when no featured…1 month ago
-
Posted a reply to *|RSSITEM:IMAGE|* Not Working?, on the site WordPress.org Forums:
With the approach you are taking, you will need to add a filter to your…1 month ago
-
Posted a reply to How to display share icon inline from shortcode, on the site WordPress.org Forums:
You will need to force the buttons to not "wrap" in the space available. You…1 month ago
-
Posted a reply to Consider this scenario…, on the site WordPress.org Forums:
If you are creating a custom parent class for each set of buttons, that's a…2 months ago
-
Posted a reply to Consider this scenario…, on the site WordPress.org Forums:
If you can share a URL with the affected CSS, I can look it over…2 months ago
-
Posted a reply to Please Update This Amazing Plugin, on the site WordPress.org Forums:
Thanks for the nudge--yes, the plugin is compatible with WordPress 5.4 and has been updated…2 months ago
-
Committed [2332664] to Plugins Trac:
tagging version 3.1.52 months ago
-
Committed [2332663] to Plugins Trac:
updates LinkedIn label and tested to WP version2 months ago
-
Posted a reply to it works for woocommerce too?, on the site WordPress.org Forums:
If featured images are assigned and a custom post type, such as WooCommerce products, has…2 months ago
-
Posted a reply to *|RSSITEM:IMAGE|* Not Working?, on the site WordPress.org Forums:
This plugin doesn't use the *|RSSITEM:IMAGE|* merge tag. I looked at your feed and it's…2 months ago
-
Posted a reply to Request: Disable Scriptless Social Sharing section on Document tab, on the site WordPress.org Forums:
The easiest way to remove that is to click on the "More tools & options"…2 months ago
-
Posted a reply to How to change colour of icon to black and white, on the site WordPress.org Forums:
Your CSS is there and working, but only on small screens as you have it…2 months ago
-
Posted a reply to Loading CSS Conditionally, on the site WordPress.org Forums:
If you do not want the plugin styles to load, you can uncheck the "Load…2 months ago
-
Posted a reply to Loading CSS Conditionally, on the site WordPress.org Forums:
If you have set up an SVG sprite for your icons, that should be all…2 months ago
-
Posted a reply to How to change colour of icon to black and white, on the site WordPress.org Forums:
I added these rules to your site using Firefox's developer tools: .scriptlesssocialsharing-buttons { margin: 0…2 months ago
-
Posted a reply to How to change colour of icon to black and white, on the site WordPress.org Forums:
You will need to provide a link to a specific post if you want detailed…2 months ago
-
Posted a reply to How to change colour of icon to black and white, on the site WordPress.org Forums:
Tinkering with CSS is code, but it's an easy way to get started. If you…2 months ago
-
Posted a reply to Total share count, on the site WordPress.org Forums:
It does not, because that generally requires JavaScript. You might consider Shared Counts as a…3 months ago
-
Posted a reply to Image not appearing for all posts, on the site WordPress.org Forums:
The fallback image code is supposed to retrieve the first image uploaded to the post.…3 months ago
-
Posted a reply to Wrong image being pinned, on the site WordPress.org Forums:
The plugin Pinterest image is just an ID saved to the post meta, so you…3 months ago
-
Posted a reply to Wrong image being pinned, on the site WordPress.org Forums:
I see that you have an image labeled for Pinterest in your post content. Did…3 months ago
-
Posted a reply to Image not appearing for all posts, on the site WordPress.org Forums:
In order for an image in the post content to be used as a fallback…3 months ago
-
Posted a reply to Remove the thumbnail set by the plugin, on the site WordPress.org Forums:
To remove the plugin image size, you'll want to run the remove_image_size function (ref) and…3 months ago
-
Posted a reply to SSS buttons after Woo product inherits button style, on the site WordPress.org Forums:
It looks like your sharing buttons are inheriting a 10% left margin that's supposed to…4 months ago
-
Posted a reply to Different Heading words in different position possible?, on the site WordPress.org Forums:
PHP code is server side and isn't reliable for detecting mobile v. desktop, or screen…4 months ago
-
Posted a reply to vertical alignment / width, on the site WordPress.org Forums:
This support thread has some possible CSS for displaying the buttons vertically which may be…4 months ago
-
Posted a reply to Different Heading words in different position possible?, on the site WordPress.org Forums:
Adjusting spacing would just be CSS--you could add padding or margin to the buttons container,…4 months ago
-
Posted a reply to Different Heading words in different position possible?, on the site WordPress.org Forums:
For the first question, you will need to add some code to your website, either…4 months ago
-
Posted a reply to No images showing with Send images to RSS, on the site WordPress.org Forums:
I see that the plugin is adding the featured image on your development site feed,…4 months ago
-
Posted a reply to Can this plugin be used if “featured images” was never used?, on the site WordPress.org Forums:
If your feed is set to excerpts only, or if you have the "Featured Image"…4 months ago
-
Posted a reply to Center the sharing buttons, on the site WordPress.org Forums:
Your buttons are displayed in a flexbox container, so you should be able to add…4 months ago
-
Posted a reply to summary feed for one post type, full feed for another?, on the site WordPress.org Forums:
Hi Gretchen, that's not really a plugin question, but for WordPress itself. Looking at the…5 months ago
-
Posted a reply to Compatible with WP 5.4?, on the site WordPress.org Forums:
Yes, it is--I just have not had time to update the plugin information yet.5 months ago
-
Posted a reply to Image appears blurry, on the site WordPress.org Forums:
This is likely a setting in your Mailchimp RSS feed which needs to be disabled,…5 months ago
-
Posted a reply to Pinterest button not showing, on the site WordPress.org Forums:
Usually the reason the Pinterest button won't show up is that there is no image…5 months ago
-
Posted a reply to Any way to increase width of sharing buttons?, on the site WordPress.org Forums:
Here's a tutorial with code to add a Facebook Messenger button as an example. You…5 months ago
-
Posted a reply to Any way to increase width of sharing buttons?, on the site WordPress.org Forums:
If you do not want to enable the full width setting, the first place to…5 months ago
-
Posted a reply to Any way to center all the sharing icons with the content box?, on the site WordPress.org Forums:
You should be able to add some CSS to make that happen, but I can…5 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: 20+
Contributor
-
Easy Digital Downloads - Simple Ecommerce for Selling Digital Files
Active Installs: 60,000+
-
Simple Social Icons
Active Installs: 200,000+