Title: attributes &#8211; missing space
Last modified: August 22, 2016

---

# attributes – missing space

 *  Resolved [atomizer](https://wordpress.org/support/users/atomizer/)
 * (@atomizer)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/attributes-missing-space/)
 * was unable to edit my last post, which i don’t know if it even posted (it’s not
   visible to me) – if it did, sorry for dbbl post
 * <img src=”[http://12bytes.org/wp-content/plugins/simple-share-buttons-adder/buttons/ribbons/stumbleupon.png”title=”StumbleUpon&#8221](http://12bytes.org/wp-content/plugins/simple-share-buttons-adder/buttons/ribbons/stumbleupon.png”title=”StumbleUpon&#8221);
 * the ‘src’ and ‘title’ attribs run together
 * the problem line is in simple-share-buttons-adder.php:
 *     ```
       // show ssba image
       		$htmlShareButtons .= '<img src="' . WP_PLUGIN_URL . '/simple-share-buttons-adder/buttons/' . $arrSettings['ssba_image_set'] . '/stumbleupon.png"title="StumbleUpon" class="ssba" alt="Share on StumbleUpon" />';
       ```
   
 * should be:
 *     ```
       // show ssba image
       		$htmlShareButtons .= '<img src="' . WP_PLUGIN_URL . '/simple-share-buttons-adder/buttons/' . $arrSettings['ssba_image_set'] . '/stumbleupon.png "title="StumbleUpon" class="ssba" alt="Share on StumbleUpon" />';
       ```
   
 * [https://wordpress.org/plugins/simple-share-buttons-adder/](https://wordpress.org/plugins/simple-share-buttons-adder/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [atomizer](https://wordpress.org/support/users/atomizer/)
 * (@atomizer)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/attributes-missing-space/#post-5818613)
 * looks like the above change may cause additional problems and i was unable to
   figure out why
 *  Plugin Author [Simple Share](https://wordpress.org/support/users/davidoffneal/)
 * (@davidoffneal)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/attributes-missing-space/#post-5818795)
 * Hi,
 * Looks like you added a space in the incorrect place, a fix for this will be in
   place for the next release.
 * Thanks,
 * David

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘attributes – missing space’ is closed to new replies.

 * ![](https://ps.w.org/simple-share-buttons-adder/assets/icon-256x256.png?rev=2661516)
 * [Simple Share Buttons Adder](https://wordpress.org/plugins/simple-share-buttons-adder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-share-buttons-adder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-share-buttons-adder/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-share-buttons-adder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-share-buttons-adder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-share-buttons-adder/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Simple Share](https://wordpress.org/support/users/davidoffneal/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/attributes-missing-space/#post-5818795)
 * Status: resolved