In case there starts to be too much traffic on the Blog Alert site, I thought I would mirror some of the content over to here. (Google, who owns Blogger, can probably handle the traffic.)
For those of you wanting to add Blog Alert functionality to your own blog or site (allowing people to sign up for email notifications of your blog posts), you can use the following HTML. Just replace http://YOUR-FEED-URL-HERE with the URL of your RSS Feed, and paste the HTML into your blog template:
<!-- START BLOG ALERT BOX -->
<div style="padding-top: 16px; padding-bottom: 16px;">
<table style="border: 1px solid rgb(13, 41, 183); background-color: rgb(255, 255, 255);" width="160">
<tbody><tr>
<td>
<h3 style="border-bottom: 1px solid navy; margin: 0px; color: navy; display: block; height: 20px;">Subscribe</h3>
<div style="font-size: 9pt; margin-bottom: 0px; padding-bottom: 0px; color: rgb(51, 51, 51);">
Enter your email address to receive notifications when there are new posts
</div>
<form method="post" action="http://www.shootthebreeze.net/blogalert/index.php">
<input name="formSubmitted" value="true" type="hidden">
<input name="fromBlog" value="true" type="hidden">
<input name="feedURL" value="http://YOUR-FEED-URL-HERE" type="hidden">
<input name="email" size="20" maxlength="200" value="" type="text">
<input name="submit" value="Sign Up" type="submit">
</form>
</td>
</tr>
</tbody></table>
</div>
<!-- END BLOG ALERT BOX -->
When you add it to your blog, it should look something like this:
SubscribeEnter your email address to receive notifications when there are new posts |
6 comments:
Is it possible for you to add a feature for a blog owner to check who all have notifications setup for his blog?
I mean I could always just redirect the form to first come to me, save the data and then send it forward to blog alert but if you do it for blog alert itself, everyone can use the feature..
@unforgiven: Feedburners email subscription service does enable you to see the number of subscribers.
What I don't like about Blog Alert is that there seems to be no contact to support and no way to see all your subscriptions.
Is there also a way to unsubscribe if you use Blog Alert? Because I do not want to spam people if they no longer want to subscribe to my posts...
There is an unsubscribe link in every email from Blog Alert.
any chance of re-enabling new blog alert signups anytime soon?
Post a Comment