September
8th 2011
Shortcode in Feedburner Email Widget 1.1.3 for wordpress

Posted under Feedburner Email Widget & JavaScript & Releases & Wordpress

In the just released Feedburner Email Widget 1.1.3 a shortcode has been added by request. The shortcode can be used in 2 different ways in posts you use

1
[feedburner_email_widget uri="http://feedburner.url.here"]

and in php you use

1
<?php echo feedburner_email_widget_shortcode_func(array('uri'=>"http://feedburner.url.here")); ?>

Both methods make a call to the same function and the arguments reflect the available settings for the widget through the wp-admin.

  • Title -> title
  • Feedburner feed URL -> uri
  • Above input text -> above_email
  • Below input text -> below_email
  • Input placeholder text -> email_text_input
  • Submit button caption -> subscribe_btn
  • Show feedburner link -> show_link
  • Form CSS ID -> form_id
  • CSS Styling -> css_style_code
  • Analytics Category -> analytics_cat
  • Analytics Action -> analytics_act
  • Analytics Label -> analytics_lab
  • Analytics Value -> analytics_val

3 Comments »

May
22nd 2011
Feedburner Email Widget 1.1.2

Posted under Feedburner Email Widget & Wordpress

Feedburner Email Widget 1.1.2

Feedburner Email Widget 1.1.2

About 20 minutes ago I pushed 1.1.2 for this wordpress plugin to fix a minor issue and add a Flattr button.  1.2 is around the corner with a improved admin widget. For now I don’t have anything to show but that should change in the upcoming days. However I can reveal a few details:

  • A wizzard to make the widget easier to use
  • i18n to improve support for non English sites

12 Comments »

May
19th 2010
Feedburner email widget for WordPress

Posted under Feedburner Email Widget & Releases & Wordpress

Since I started using WordPress a few weeks ago 1 thing been nagging me. No Feedburner email subscription widget that suits my needs, so decided to make one myself. The result is a simple widget for your themes sidebar that lets your visitors subscribe to you feed in a breeze. Feedburner email widget has been accepted as a plugin bij WordPress yesterday and the first release was pushed today.

The Widget:

Widget control:

For more information please consult the project page.

No Comments »