Title: Inline Call To Action When Using Shortcode
Last modified: August 21, 2016

---

# Inline Call To Action When Using Shortcode

 *  Resolved [dancemusicnw](https://wordpress.org/support/users/dancemusicnw/)
 * (@dancemusicnw)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/inline-call-to-action-when-using-shortcode/)
 * Quick question,
 * I’d like to insert “Share It!” before my links inline, but I’m not using the 
   auto-insert, I’m injecting the code directly into my single.php. I’ve looked 
   and looked but I can’t seem to find where to insert this text so it will show
   the same way it would if I used the auto-insert and the “call to action” field
   in the plugin settings.
 * Help!
 * [http://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/](http://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/)

Viewing 1 replies (of 1 total)

 *  [whiletrue](https://wordpress.org/support/users/whiletrue/)
 * (@whiletrue)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/inline-call-to-action-when-using-shortcode/#post-4338906)
 * Hi,
    it’s currently not possible to insert inline Call to action this way. You
   can try an ugly CSS workaround like this:
 *     ```
       <style>.single-line .really_simple_share, .single-line .really_simple_share_clearfix { clear: none; }</style>
       <div class="single-line">
         <div style="float:left; padding-right:20px;">CALL TO ACTION</div>
         <?php echo really_simple_share_publish(); ?>
       </div>
       <div style="clear:both"></div>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Inline Call To Action When Using Shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/really-simple-facebook-twitter-share-
   buttons_96bbf2.svg)
 * [Really Simple Share](https://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/reviews/)

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)
 * [single](https://wordpress.org/support/topic-tag/single/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 1 reply
 * 2 participants
 * Last reply from: [whiletrue](https://wordpress.org/support/users/whiletrue/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/inline-call-to-action-when-using-shortcode/#post-4338906)
 * Status: resolved