Do you know, first time we join RSS forward there's annoying header in each post?
Look here RSS forward header
Do you realize that they also add a hidden ads in your forwarded post?
Look RSS Forward HIDDEN ADS
And do you also know that they add footer to each of your post? (Powered By, Manage Subscription, Source, etc)
For some people (perhaps you) all these stuff is really annoying right? Especially with Manage Subscription link. with Manage Subscription link appear then the visitor can access your subscribed feed and "do something" to it.
So now I'm here to share a widget, a powerful widget that will very useful for RSS forward user, especially for FREE user. I named this widget Heal RSS Forward
To the point. Here is the manual :D :
1. Place this code just below <body>
<script type='text/javascript' src='http://heal-rss-forward.googlecode.com/files/script.txt'></script>
2. Put your post between these tag <div id='c_content'>My post content</div>.
For blogspot user, go to Edit HTML + Expand Template Widget
Find <data:post.body/>.
change <data:post.body/> with <div id='c_content'><data:post.body/></div>
If <data:post.body/> more than one, change it one by one.
3. Place these script just below <div id='c_content'><data:post.body/></div>
<script type="text/javascript">
kill_all_effect=true;
heal_rss_forward("c_content");
</script>
So the result of all will be like this
kill_all_effect=true;
heal_rss_forward("c_content");
</script>
<div id='c_content'><data:post.body/></div>
<script type="text/javascript">
kill_all_effect=true;
heal_rss_forward("c_content");
</script>
======================================================<script type="text/javascript">
kill_all_effect=true;
heal_rss_forward("c_content");
</script>
FINISH
If You want Customizable script Follow below step
======================================================
Follow step 1 & 2
Then jump to the step 4
4. <div id='c_content'><data:post.body/></div>
<script type="text/javascript">
kill_source=true;
kill_footer=true;
kill_header=true;
kill_date=true;
kill_google_tracker=true;
kill_link_and_ads=true;
kill_useless_action=true;
heal_rss_forward("c_content");
</script>
kill_source=true;
kill_footer=true;
kill_header=true;
kill_date=true;
kill_google_tracker=true;
kill_link_and_ads=true;
kill_useless_action=true;
heal_rss_forward("c_content");
</script>
Explanation: All parameter is set into 2 conditions true to activate false to deactivate. Each parameter had their own usage:
kill_source = to remove source link in every post
kill_footer = to remove Manage Subscription and Powered By RSS Forward
kill_header = Remove RSS forward header. Look here Screenshot RSS Forward Header
kill_date = Remove post date and time
kill_google_tracker = Kill google tracker script
kill_link_and_ads = Change all links exist in the post to your own blog links
kill_useless_action = Remove any useless content generated from RSS forward
heal_rss_forward("c_content") = execute program. Affected area is only between c_content DIV
======================================================
FINISH
Now follow this step If you want disable this script in certain pages like
Contact US, About Me, Exchange Link, etc ======================================================
Put the following script into the post content in certain pages above. For blogspot user you can put the script into the post entry
<script type='text/javascript'>disable_rf_script=true;</script>
======================================================
FINISH
This widget created by: Widgets Zone
======================================================
Additional info, id c_content at <div id='c_content'> could be change into other name such as my_post. When execute program, don't forget to change the ID into heal_rss_forward("my_post");
For any question about this script, you can post a comment below or just email me at Blogger_eye [at] yahoo [dot] com.
Translated By : Fun Tutorial
0 comments:
Post a Comment
* Come on, give Your comment about this post
* Moderated comment ON in order to get all your question answered