Ability to Create Your Own Sign-up Form
We have already received requests to be able to create your own form, and put it on your blog/site so that others can subscribe to your feed without having to visit FeedMyInbox.com. I just wanted to note that this feature is a high priority, and we are actively working on it.
3
people like this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
The company implemented this idea.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?is it possible to add multiple feeds to a single form? ie. users can sign-up to a number of feeds with a single click... (i know i should just create a consolidated feed... but...)
-
Inappropriate?Hey John!
Yea that's no problem at all. Take a look at the source code on http://www.mobileawesomeness.com in the sidebar. That is an example of a signup form with multiple feeds available. It's pretty easy stuff.
Basically it goes from this:
<input type="hidden" value="(feed url here)" name="feed"/>
To this:
<select name="feed" id="feed">
<option value="(feed url here)">Feed Name</option>
<option value="(feed url here)">Feed Name</option>
</select>
This creates a dropdown where the user can select a feed they would like to subscribe to. Thanks!
I’m excited
-
Inappropriate?thats helpful! (and a speedy response!) I'll run with that...
I was actually looking for a way of submitted multiple feeds in the one action, but its probably better to do it this way and create a single feed that aggregates the different options as 'all feeds'
Cheers!
John.
I’m happy
-
Inappropriate?Hey John,
Just an FYI, you can't submit multiple feeds in one form. You can only do one at a time right now. Thanks!
I’m happy
Loading Profile...


EMPLOYEE

