How to send a secret message to your feed readers only.
Do you want to run a contest to increase your feed readers count? Do you want to know the trick to send secret message to your feed readers only? Here on this article I will give you a trick about it.
This trick will work on all software platform. No matter you are using wordpress, blogger, movable type or even a hand coded html. This will work.
So here it is.
1. First insert this code below inside your html head.
find </head> inside your theme/template, and replace with this code below.
<style type=”text/css”>
.hello-feedreader {display:none;}
</style>
</head>
2. Save your theme/template and done.
Now each time you want to send a secret message to your feed readers, all you need to do is just wrap your secret message on your post with a div, span, or p with hello-feedreader class.
example:
This is your post, people can read this post on your blog. every people can. then if you want to give your feed readers a secret message, just wrap it with a class hello-feedreader. look at this below paragraph, the below paragraph will appears on feed readers or email only.
<div class=’hello-feedreader’>THIS IS THE SECRET MESSAGE, this paragraph will show on feed reader or email only.</div>
easy right? submit your comment here if you think this post is useful, or if you have any question about it.

No comments:
Post a Comment