Subscribe Here Widget is a new wordpress plugin I created for a website. It adds a simple widget in the sidebar displaying a very visible(I hope) Subscribe by RSS and Subscribe by Emails controls.

Sidebar Widget Preview

Widget Admin
In case you find it useful and you think it worth improving and extending it please let me know your suggestions.
Update: This plugin works well with FeedBurner FeedSmith plugin.
45 Responses
Eric
11|Jan|2010 1Love the look of your subscribe widget. However, my sidebar is too narrow – the email box for subscribe extends outside of sidebar. Anyway to change the width.
thanks
DJ NightLife
12|Jan|2010 2You could also add Twitter and Facebook subscriptions.
admin
13|Jan|2010 3They should come, in the next version. I hope that would be soon.
As of widget width, changing the plugin css should be enough.
luca
14|Jan|2010 4I have installed this plug in my blog,but I don’t undestand what id my Feed Id.
Thaks
admin
14|Jan|2010 5Feed Id is the name of the feed defined in FeedBurner. If your feed address is http://feeds.feedburner.com/FeedId then FeedId is the Feed Id i was talking about.
Scott Marcaccio
18|Jan|2010 6Hey, absolutely love this widget. Played with the CSS and it’s awesome for my site now. Had a question though – seems like the Subscribe to RSS link isn’t linking to my feedburner site (yes, I know what the feed ID is and it’s inputted properly). It’s still linking to my standard feed at website.com/feed – any ideas why? Went in to widget settings and have tried updating it, still no go. Thanks for any help!
Hayley
18|Jan|2010 7I’m just starting up with a corporate blog and have downloaded your plugin which looks exactly what I’m after. Only problem is that it’s not displaying correctly, any idea what I can do to fix it? The subscribe by RSS is merging into the subscribe by email it’s on http://brorablog.co.uk/ if you could take a look and advise I’d be very grateful.
Many thanks
Hayley
admin
18|Jan|2010 8@Scott: You need another plugin which does a small trick: when the feed is requested it executes a “hidden” redirect to feed burner rss, so it’s supposed to have the same feed url. (I’m using a plugin called feedburner feedsmith, which seems not to be available anymore).
It’s not a good idea to change the rss url with the one from feedburner because you want to have the subscribers linked to your blog rss, not to your feedburner account.
@Hayley: I checked the plugin on your website and it looks just fine.
Hayley
19|Jan|2010 9Many thanks for your reply, I realised that the font size was making it too large for my sidebar, so altered this in the CSS to make it fit. Thanks for a great widget!
Shari Weiss
25|Jan|2010 10Downloaded plugin, set up a feedburner acct for this site . . . now, what do I do to make it show up?
Andrew Anderson
27|Jan|2010 11Quick question. I am using the live book marks feed i.e. http://www.21to21.com/feed and I want to just add an email subscription. The reason why I do not want to change over to FeedBurner is that if I do, I lose my current 6,000 subscribers.
Is there anyway to do this?
Thanks!
admin
27|Jan|2010 12@Shari: Just activate the plugin and add a subscribe widget to your blog sidebar from the Appearance > Widgets, then configure the feed id in the widget.
@Andrew: See what I replied to Scott in a previous comment.
Laura
28|Jan|2010 13Hi, thanks for a great plugin!
Finally made it working after your comment explaining feedID – before I was pasting a whole feed url and subscription by email did not work. Thanks for explaining this. Small but frustrating detail if one misses it.
I’m using it together with “FD Feedburner Plugin” to redirect default wp feeds to feedburner. Seems to play nicely together.
MAX
30|Jan|2010 14I can’t fin the widget on the list on wp!
What can I do?
Jorgen
07|Feb|2010 15Just thought I’d update this plugin to make it XHTML valid.
In the subscribe-here-widget.php document replace the form with the code below:
echo <<<block
SUBSCRIBE BY EMAIL
block;
great plugin thank you.
admin
08|Feb|2010 16Make sure all the files have been copied to the right folder.
Electric Choice
08|Feb|2010 17Hi, i’ve got the widget all set up on my site, and the RSS subscription function works fine, but when I test the Email Subscription function, it returns an error that says “The Account does not have subscriptions by email enabled”.
In actuality, I DO have them enabled at FeedBurner. I have also placed my FeedBurner ID in the field in widget settings. Now What?
admin
11|Feb|2010 18I think either you don’t have email subscription enabled for the feedburner feed(take care, you have to enable it separately for each feed added to feedburner), either the feed id is wrong(just make sure you entered the feedburner feed id, not the feedburner account name).
Nathan
15|Feb|2010 19Editing the CSS file is fairly straight-forward in WordPress.org hosted. Simply adjust the PX widths of your boxes & text. Takes a little tweaking; but not too technical.
JC
16|Feb|2010 20Hi
I’m having the same problem as Electric choice. My feedburner email subscription IS ACTIVE/ENABLED and the correct feed has been input, and still I get “The feed does not have subscriptions by email enabled”…any suggestions?
Jennifer Stalford
23|Feb|2010 21Hello! I only need the subscribe by email. Can this be the only portion shown? Your FAQ on WP said the plugin can be modified through the CSS. Is this the right portion to remove?
echo ‘Subscribe by RSS‘;
if ($feedId == null)
return;
Thanks for your assistance and a great widget!!
Jay D'Aprile
25|Feb|2010 22Hi I have the subscribe here plugin installed but I can not figure out how to get a list of my subscribers. How do I find that information.
Thanks!
admin
26|Feb|2010 23You have to remove from the php code the rss section. For the next version I’ll update the plugin with a nice option inside the widget.
admin
26|Feb|2010 24this is handled by feedburner, just check there.
admin
26|Feb|2010 25It should work. Make sure you use the feedburner feed id and not feedburner account id.
Michael
27|Feb|2010 26I just installed the rss /email buttons and pressed activate, but nothing is appearing in my blog. Did I miss something?
Cody
03|Mar|2010 27Just started using this. Like it a lot. Can’t wait for Twitter to be added!
Andrew
05|Mar|2010 28I am having the same email subscribe problem. I have the email feed activated at feedburner and entered this address in the sidebar http://feeds.feedburner.com/ SacramentoArtClub
shoaib
07|Mar|2010 29i have installed your subscribe here widget….but i am not able to find the API or feed id…that i have supposed to put in the place…
i have tried id’s….
but the open window says that your email subscriptions are not enabled….although they are enabled….
so please help me in this problem…
or tell me which id i should place there on the place (Feedburner Feed Id: )
Taz
09|Mar|2010 30I am having the same problem as Electric and JC. I have tried using my feed ID, which is found in the navigation URL. You will see ID=xxxxxxxxxxxx at the end. I also tried my feed address. Both times I get the message “The feed does not have subscriptions by email enabled.” I have enabled email. Has anyone fixed this issue?
Andy Moyle
12|Mar|2010 31Great plugin.
Changing line 29 of subscribe-here-widget.php to
[code] echo 'Subscribe by RSS';[code]
would make it valid XHTML!
Carla
24|Mar|2010 32Greetings,
I love this widget but the green color will not work on my site. Also, they are much too big for my site. Will you be putting any other widgets like this out? This is exactly what I’m looking for, other than the color and size.
Thank you.
Bill Sterling
01|Apr|2010 33The widget’s words, subscribe by rss are large and overlapping looking jumbled.
The email address bar extends outside of the widget.
I have changed every px number in the edit css section. After updating, is there a special way to reset the widget?
Thanks
Bill Sterling
Brad
07|Apr|2010 34Thanks this is a great widget and just what I have been looking for. I have manged to adjust the colours of the email subscription in the cms but the one I am having problems with is the @ icon as it appears as though this is an image file. I’ve got minimal knowledge when it comes to css but just wondering if there was any way to change the colour of this icon from green to the pink which I have used for other parts of the email subscribe?
Lonnie Harris
17|May|2010 35I’d like to be able to be notified when people subscribe. Anyway to work that in?
Ethan Jones
26|May|2010 36Feedburner is really very useful for syndicating feeds from other websites.”`’
Heather
24|Jun|2010 37I love the look of your plugin and I’d like I’d like to use it but I still don’t understand what a feedburner feed id is. Whats a feedburner and where do I find it?
susan
07|Jul|2010 38Hi
I have downloaded your widget but cannot figure out how to edit the width as it is too wide for my sidebar. If you could please advise it’d be great as I have brought up the edit page via wordpress but don’t have the knowledge of what to change
Thanks
http://mummydaze.com/
TechPatel
13|Jul|2010 39sir, i was using ur plugin in my website http://www.techpatel.com but my sidebar seems to be narrow and the plugin dosent fit the size of my narrow sidebar, sir is there any solution for that.
Vivi
25|Jul|2010 40Hi, i’ve got your plugin installed on my site http://www.teenbookaholic.com, and it works fine, but the “Subscribe with RSS” button is overlapping the “Subscribe by email” button. Do you have an idea on how to fix this?
Nick
29|Jul|2010 41I just downloaded the widget, but upon trying it out, I get a popup from Feedburner saying “The feed does not have subscriptions by email enabled”. How do I address? I’m very new to all of this.
Thanks,
Nick
Gabriella
14|Sep|2010 42One of my e-mail subscribers wants the full post in his e-mail. With mobile mail, I’m inclined agree that the truncated version is kind of a pain. Click throughs aren’t that important to me.
Any way to make the whole post show in the e-mail?
Thanks!
Gabriella
admin
15|Sep|2010 43It’s not related to the plugin, it’s a simple wp setting: Settings > Reading Settings > For each article in a feed, show Full Text.
Veronica Fisher
20|Sep|2010 44How can I add a second version of the widget? I would like to add the widget to another sidebar with a different feedburner.
Avrom
22|Sep|2010 45Very nice ! Would like to call the widget up via PHP in my template, cause I want to keep it out of the theme sidebar. What would be the PHP request for that ?
Much thanks !
Cheers
Leave a reply
Search
Categories
Links
Recent Posts
Recent Comments
Tags
A design creation of Design Disease
Copyright © 2007 - ImproveSeo.info - is proudly powered by WordPress
InSense 1.0 Theme by Design Disease