Title: Accessibility Checks
Last modified: January 7, 2020

---

# Accessibility Checks

 *  Resolved [Julie](https://wordpress.org/support/users/juliejubilee/)
 * (@juliejubilee)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/accessibility-checks/)
 * Hello,
 * Thank you for this plugin! We’re running accessibility checks on our website,
   and noticed one of the inputs generated by Socialsnap is being flagged:
 * **Check 57: input element, type of “text”, missing an associated label.**
    **
   Repair:** Add a label element that surrounds the control’s label. Set the for
   attribute on the label element to the same value as the id attribute of the control.
   And/or add a title attribute to the input element. And/or create a label element
   that contains the input element.
 * **Error Line 813, Column 1:**
 *     ```
       <input
       type=text readonly=readonly value=https://kisshosting.ca/demo/ad/ class=ss-copy-action-field>
       ```
   
 * I tracked down the line of code to line 427 in `includes/share/class-social-share.
   php`. Could a label be added to the input for screen readers?
 * Thank you,
    Julie

Viewing 1 replies (of 1 total)

 *  Plugin Author [Social Snap](https://wordpress.org/support/users/socialsnap/)
 * (@socialsnap)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/accessibility-checks/#post-12315465)
 * Hello Julie,
 * Thanks for reporting this.
 * We integrated the fix in the upcoming plugin update which is scheduled to be 
   released in the next 48hours.

Viewing 1 replies (of 1 total)

The topic ‘Accessibility Checks’ is closed to new replies.

 * ![](https://ps.w.org/socialsnap/assets/icon.svg?rev=1869219)
 * [Social Snap — Social Share Buttons & Click to Tweet](https://wordpress.org/plugins/socialsnap/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/socialsnap/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/socialsnap/)
 * [Active Topics](https://wordpress.org/support/plugin/socialsnap/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/socialsnap/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/socialsnap/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Social Snap](https://wordpress.org/support/users/socialsnap/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/accessibility-checks/#post-12315465)
 * Status: resolved