Title: Add a Reddit share button
Last modified: August 14, 2019

---

# Add a Reddit share button

 *  [Ben](https://wordpress.org/support/users/softwarb/)
 * (@softwarb)
 * [7 years ago](https://wordpress.org/support/topic/add-a-reddit-share-button/)
 * I really like this lightweight plugin and all the documentation for additional
   features is awesome.
 * I just noticed a tiny mistake on this document
    [https://sharedcountsplugin.com/2019/03/27/add-a-reddit-share-button/](https://sharedcountsplugin.com/2019/03/27/add-a-reddit-share-button/)
 * The line
    `$link['link'] = 'https//www.reddit.com/submit?url=' . $link['url'];`
   is missing the colon in https://
 * It might also be useful to put the colour css in the doc
 *     ```
       add_action( 'wp_head', function () { ?>
         <style>
           .shared-counts-button.reddit {
             background-color: #ff4401;
           }
           .shared-counts-button.reddit:hover {
             background-color: #cd3600;
           }
         </style>
       <?php } );
       ```
   

The topic ‘Add a Reddit share button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/shared-counts_7188b5.svg)
 * [Shared Counts - Social Media Share Buttons](https://wordpress.org/plugins/shared-counts/)
 * [Support Threads](https://wordpress.org/support/plugin/shared-counts/)
 * [Active Topics](https://wordpress.org/support/plugin/shared-counts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shared-counts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shared-counts/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Ben](https://wordpress.org/support/users/softwarb/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/add-a-reddit-share-button/)
 * Status: not a support question