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 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…11 hours ago
-
Committed [2332664] to Plugins Trac:
tagging version 3.1.511 hours ago
-
Committed [2332663] to Plugins Trac:
updates LinkedIn label and tested to WP version11 hours 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…4 days 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…1 week 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"…1 week 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…1 week 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 weeks 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 weeks 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 weeks 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 weeks 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 weeks 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…2 weeks 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.…2 weeks 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…2 weeks 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 weeks 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 weeks 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 weeks 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…2 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…2 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…2 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,…2 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…2 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,…2 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"…2 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…2 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…3 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.3 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,…3 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…3 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…3 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…3 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…3 months ago
-
Posted a reply to Is there anyway to get space between the buttons?, on the site WordPress.org Forums:
It's just the CSS rules for the buttons and their icons. The table option was…3 months ago
-
Posted a reply to Is there anyway to get space between the buttons?, on the site WordPress.org Forums:
The flexbox setting is an option on this plugin's settings page--this CSS will work regardless…3 months ago
-
Posted a reply to Is there anyway to get space between the buttons?, on the site WordPress.org Forums:
Yes, you would just need to add some custom CSS to your site--for example, in…3 months ago
-
Posted a reply to How do I view the tracking of shares or clicks?, on the site WordPress.org Forums:
Tracking clicks requires JavaScript, so isn't an option in this plugin, and will not be…3 months ago
-
Posted a reply to Anyway to change the fontsize/type of the words “Share this post” ?, on the site WordPress.org Forums:
That heading inherits its size and style directly from your theme. You can customize the…4 months ago
-
Posted a reply to Sticky mobile placement, on the site WordPress.org Forums:
Sure, you can do that by just customizing the CSS. For example, I added just…4 months ago
-
Posted a reply to Prefer Fallback Image on posts does not replace the featured image, on the site WordPress.org Forums:
It looks like your theme is also adding a featured image banner, which is the…4 months ago
-
Posted a reply to does not pick up URL, on the site WordPress.org Forums:
According to the source code of that page, it looks like it's an author archive.…4 months ago
-
Posted a reply to does not pick up URL, on the site WordPress.org Forums:
Can you please share more details about what's going on when this happens? Is it…4 months ago
-
Posted a reply to What’s the Lightest Setting for This Plugin?, on the site WordPress.org Forums:
There are really probably two settings you would want to consider changing to reduce the…4 months ago
-
Posted a reply to Selecting Buttons for Output, on the site WordPress.org Forums:
As a fellow tinkerer, I completely understand. Best of luck as you poke around and…4 months ago
-
Posted a reply to Selecting Buttons for Output, on the site WordPress.org Forums:
The scriptlesssocialsharing_buttons filter (ref) returns an array of buttons available for output, so I would…4 months ago
-
Posted a reply to How to disable SSS in mobile version, on the site WordPress.org Forums:
There is a filter for the plugin which determines whether or not the buttons can…4 months ago
-
Posted a reply to Buttons displayed vertically not horixontally with shortcode, on the site WordPress.org Forums:
For some reason, your output for the buttons on that page are wrapped in a…4 months ago
-
Posted a reply to Add anchor to shortcode?, on the site WordPress.org Forums:
You would need to add your own button, as that kind of functionality requires JavaScript.…4 months ago
-
Posted a reply to Add anchor to shortcode?, on the site WordPress.org Forums:
I would experiment with adding code to remove anything from the # and after from…5 months ago
-
Posted a reply to Add anchor to shortcode?, on the site WordPress.org Forums:
I think that's theoretically possible, although the code looks a bit funny. Here's something to…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: 9,000+
-
Send Images to RSS
Active Installs: 7,000+
-
Simple Listings for Genesis
Active Installs: 10+
Contributor
-
Simple Social Icons
Active Installs: 200,000+