Title: small button subscribe
Last modified: August 20, 2016

---

# small button subscribe

 *  [Georgy](https://wordpress.org/support/users/georgypoplavsky/)
 * (@georgypoplavsky)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-button-subscribe/)
 * Hi!
    great plugin!
 * I would like to place a small button subscribe to updates about social media 
   icons. (lower right)
 * However, there do not appear shortcodes. As php. are there any other ways? html?
 * [http://wordpress.org/extend/plugins/knews/](http://wordpress.org/extend/plugins/knews/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [creverter](https://wordpress.org/support/users/creverter/)
 * (@creverter)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-button-subscribe/#post-3264367)
 * Hum… You have a zone with social buttons and want to include an extra button 
   with the knews subscription form? This can be done using some jQuery event to
   show the form layer and adding one CSS line that hidden this layer at loading
   the page…
 * This is how I suggest it:
 * 1) In the PHP theme file, near the social buttons:
 * <?php echo knews_plugin_form( array(‘id’=>1, ‘name’=>’ask’, ‘surname’=>’required’,‘
   stylize’=>1) ); ?>
 * 2) In your theme CSS, add the line:
 * #knewsform_1 { display:none; }
 * 3) Add the social icon to show the form:
 * `<a href="#" title="Subscribe to our newsletter" onclick="jQuery('#knewsform_1').
   show();"><img src="xxx" width="x" height="y" /></a>`
 * You must customize the CSS, for example putting a display absolute and with, 
   height and background to the form…

Viewing 1 replies (of 1 total)

The topic ‘small button subscribe’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/knews_c1dde7.svg)
 * [Knews Multilingual Newsletters](https://wordpress.org/plugins/knews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/knews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/knews/)
 * [Active Topics](https://wordpress.org/support/plugin/knews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/knews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/knews/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [creverter](https://wordpress.org/support/users/creverter/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/small-button-subscribe/#post-3264367)
 * Status: not resolved